2013-03-19 16:11:23 -04:00
# encoding: utf-8
2013-02-14 12:10:53 -05:00
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
2013-05-17 19:54:07 -04:00
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
2013-02-14 12:10:53 -05:00
en :
js :
2013-07-14 06:28:24 -04:00
number :
human :
storage_units :
format : ! '%n %u'
units :
byte :
one : Byte
other : Bytes
gb : GB
kb : KB
mb : MB
tb : TB
2013-06-04 19:32:03 -04:00
dates :
tiny :
half_a_minute : "< 1m"
less_than_x_seconds :
one : "< 1s"
other : "< %{count}s"
x_seconds :
one : "1s"
other : "%{count}s"
less_than_x_minutes :
one : "< 1m"
other : "< %{count}m"
x_minutes :
one : "1m"
other : "%{count}m"
about_x_hours :
one : "1h"
other : "%{count}h"
x_days :
one : "1d"
other : "%{count}d"
about_x_years :
one : "1y"
other : "%{count}y"
over_x_years :
one : "> 1y"
other : "> %{count}y"
almost_x_years :
one : "1y"
other : "%{count}y"
2014-01-29 15:45:06 -05:00
date_month : "MMM D"
date_year : "MMM 'YY"
2013-06-07 04:03:09 -04:00
medium :
x_minutes :
2013-06-19 19:09:57 -04:00
one : "1 min"
other : "%{count} mins"
2013-06-07 04:03:09 -04:00
x_hours :
one : "1 hour"
other : "%{count} hours"
x_days :
one : "1 day"
other : "%{count} days"
2014-02-06 11:57:45 -05:00
date_year : "D MMM YYYY"
2013-06-07 04:03:09 -04:00
medium_with_ago :
x_minutes :
2013-06-19 19:09:57 -04:00
one : "1 min ago"
other : "%{count} mins ago"
2013-06-07 04:03:09 -04:00
x_hours :
one : "1 hour ago"
other : "%{count} hours ago"
x_days :
one : "1 day ago"
other : "%{count} days ago"
2013-02-18 05:20:07 -05:00
share :
topic : 'share a link to this topic'
2013-09-06 17:34:31 -04:00
post : 'share a link to post #%{postNumber}'
2013-03-12 06:29:59 -04:00
close : 'close'
2013-03-26 12:13:20 -04:00
twitter : 'share this link on Twitter'
facebook : 'share this link on Facebook'
2013-03-26 17:17:18 -04:00
google+ : 'share this link on Google+'
2013-04-12 18:06:36 -04:00
email : 'send this link in an email'
2013-02-14 12:10:53 -05:00
edit : 'edit the title and category of this topic'
not_implemented : "That feature hasn't been implemented yet, sorry!"
no_value : "No"
yes_value : "Yes"
of_value : "of"
generic_error : "Sorry, an error has occurred."
2013-11-05 05:43:49 -05:00
generic_error_with_reason : "An error occurred: %{error}"
2013-02-14 12:10:53 -05:00
log_in : "Log In"
age : "Age"
last_post : "Last Post"
2013-10-16 14:09:48 -04:00
joined : "Joined"
2013-02-14 12:10:53 -05:00
admin_title : "Admin"
flags_title : "Flags"
show_more : "show more"
links : Links
faq : "FAQ"
2013-06-26 10:57:35 -04:00
privacy_policy : "Privacy Policy"
2013-08-29 15:19:28 -04:00
mobile_view : "Mobile View"
desktop_view : "Desktop View"
2013-02-14 12:10:53 -05:00
you : "You"
2013-02-19 17:38:58 -05:00
or : "or"
2013-03-07 14:05:18 -05:00
now : "just now"
2013-04-29 16:37:08 -04:00
read_more : 'read more'
2013-08-07 16:46:23 -04:00
more : "More"
less : "Less"
2013-08-23 17:35:01 -04:00
never : "never"
daily : "daily"
weekly : "weekly"
every_two_weeks : "every two weeks"
2014-01-23 16:40:10 -05:00
max : "max"
2013-08-21 10:49:35 -04:00
character_count :
one : "{{count}} character"
other : "{{count}} characters"
2013-02-14 12:10:53 -05:00
2013-05-07 14:25:41 -04:00
in_n_seconds :
one : "in 1 second"
other : "in {{count}} seconds"
in_n_minutes :
one : "in 1 minute"
other : "in {{count}} minutes"
in_n_hours :
one : "in 1 hour"
other : "in {{count}} hours"
in_n_days :
one : "in 1 day"
other : "in {{count}} days"
2013-02-14 12:10:53 -05:00
suggested_topics :
title : "Suggested Topics"
bookmarks :
2013-05-02 21:10:00 -04:00
not_logged_in : "Sorry, you must be logged in to bookmark posts."
2013-02-14 12:10:53 -05:00
created : "You've bookmarked this post."
not_bookmarked : "You've read this post; click to bookmark it."
2013-06-28 10:58:14 -04:00
last_read : "This is the last post you've read; click to bookmark it."
2013-02-14 12:10:53 -05:00
new_topics_inserted : "{{count}} new topics."
show_new_topics : "Click to show."
preview : "preview"
cancel : "cancel"
save : "Save Changes"
saving : "Saving..."
saved : "Saved!"
2013-08-13 16:09:36 -04:00
upload : "Upload"
uploading : "Uploading..."
uploaded : "Uploaded!"
2013-05-08 13:33:58 -04:00
choose_topic :
none_found : "No topics found."
title :
2013-05-14 16:12:11 -04:00
search : "Search for a Topic by name, url or id:"
2013-05-08 13:33:58 -04:00
placeholder : "type the topic title here"
2013-04-18 06:08:13 -04:00
user_action :
user_posted_topic : "<a href='{{userUrl}}'>{{user}}</a> posted <a href='{{topicUrl}}'>the topic</a>"
you_posted_topic : "<a href='{{userUrl}}'>You</a> posted <a href='{{topicUrl}}'>the topic</a>"
user_replied_to_post : "<a href='{{userUrl}}'>{{user}}</a> replied to <a href='{{postUrl}}'>{{post_number}}</a>"
you_replied_to_post : "<a href='{{userUrl}}'>You</a> replied to <a href='{{postUrl}}'>{{post_number}}</a>"
user_replied_to_topic : "<a href='{{userUrl}}'>{{user}}</a> replied to <a href='{{topicUrl}}'>the topic</a>"
you_replied_to_topic : "<a href='{{userUrl}}'>You</a> replied to <a href='{{topicUrl}}'>the topic</a>"
user_mentioned_user : "<a href='{{user1Url}}'>{{user}}</a> mentioned <a href='{{user2Url}}'>{{another_user}}</a>"
user_mentioned_you : "<a href='{{user1Url}}'>{{user}}</a> mentioned <a href='{{user2Url}}'>you</a>"
2013-12-12 05:45:40 -05:00
you_mentioned_user : "<a href='{{user1Url}}'>You</a> mentioned <a href='{{user2Url}}'>{{another_user}}</a>"
2013-04-18 06:08:13 -04:00
posted_by_user : "Posted by <a href='{{userUrl}}'>{{user}}</a>"
posted_by_you : "Posted by <a href='{{userUrl}}'>you</a>"
sent_by_user : "Sent by <a href='{{userUrl}}'>{{user}}</a>"
sent_by_you : "Sent by <a href='{{userUrl}}'>you</a>"
2014-02-06 13:40:04 -05:00
groups :
2014-02-07 10:44:03 -05:00
title :
one : "group"
other : "groups"
2014-02-06 17:16:59 -05:00
members : "Members"
posts : "Posts"
2014-02-06 13:40:04 -05:00
alias_levels :
title : "Who can use this group as an alias?"
nobody : "Nobody"
only_admins : "Only admins"
mods_and_admins : "Only moderators and Admins"
members_mods_and_admins : "Only group members, moderators and admins"
everyone : "Everyone"
2013-04-18 06:08:13 -04:00
user_action_groups :
"1": "Likes Given"
"2": "Likes Received"
"3": "Bookmarks"
"4": "Topics"
2013-07-07 22:12:06 -04:00
"5": "Posts"
2013-07-10 02:35:06 -04:00
"6": "Replies"
2013-04-18 06:08:13 -04:00
"7": "Mentions"
"9": "Quotes"
2014-01-09 16:22:54 -05:00
"10": "Starred"
2013-04-18 06:08:13 -04:00
"11": "Edits"
"12": "Sent Items"
"13": "Inbox"
2013-02-14 12:10:53 -05:00
2013-10-15 20:31:54 -04:00
categories :
2013-10-28 15:34:38 -04:00
all : "all categories"
2013-12-13 17:18:28 -05:00
all_subcategories : "all subcategories"
no_subcategory : "no subcategory"
2013-10-15 20:31:54 -04:00
category : "Category"
2013-12-17 17:12:35 -05:00
posts : "New Posts"
topics : "New Topics"
2013-10-15 20:31:54 -04:00
latest : "Latest"
2013-10-17 20:09:29 -04:00
latest_by : "latest by"
2013-10-21 00:24:37 -04:00
toggle_ordering : "toggle ordering control"
2014-02-03 15:09:35 -05:00
subcategories : "Subcategories"
2013-12-17 17:12:35 -05:00
topic_stats : "The number of new topics."
topic_stat_sentence :
one : "%{count} new topic in the past %{unit}."
other : "%{count} new topics in the past %{unit}."
post_stats : "The number of new posts."
post_stat_sentence :
one : "%{count} new post in the past %{unit}."
other : "%{count} new posts in the past %{unit}."
2013-10-15 20:31:54 -04:00
2013-02-14 12:10:53 -05:00
user :
2013-07-16 03:22:54 -04:00
said : "{{username}} said:"
2013-08-26 16:00:55 -04:00
profile : "Profile"
2013-10-04 18:36:35 -04:00
show_profile : "Visit Profile"
2013-08-26 16:00:55 -04:00
mute : "Mute"
edit : "Edit Preferences"
2013-02-14 12:10:53 -05:00
download_archive : "download archive of my posts"
private_message : "Private Message"
private_messages : "Messages"
activity_stream : "Activity"
preferences : "Preferences"
bio : "About me"
invited_by : "Invited By"
trust_level : "Trust Level"
2013-06-15 02:58:24 -04:00
notifications : "Notifications"
2014-01-27 18:39:11 -05:00
dynamic_favicon : "Show incoming message notifications on favicon (experimental)"
2013-03-12 23:06:58 -04:00
external_links_in_new_tab : "Open all external links in a new tab"
enable_quoting : "Enable quote reply for highlighted text"
2013-07-22 16:52:46 -04:00
change : "change"
2013-05-02 03:40:44 -04:00
moderator : "{{user}} is a moderator"
admin : "{{user}} is an admin"
2013-09-06 04:14:38 -04:00
deleted : "(deleted)"
2013-11-07 16:34:18 -05:00
suspended_notice : "This user is suspended until {{date}}."
suspended_reason : "Reason: "
2014-02-07 15:39:58 -05:00
mailing_list_mode : "Receive an email every time a post is made on the forum (unless you have muted the topic or category)"
2014-01-02 01:58:49 -05:00
watched_categories : "Watched"
2014-01-12 18:11:40 -05:00
watched_categories_instructions : "Same as Tracking, plus you will be notified of all new posts and topics."
2014-01-05 19:57:17 -05:00
tracked_categories : "Tracked"
2014-01-12 18:11:40 -05:00
tracked_categories_instructions : "You will automatically track all new and existing topics providing you a count of unread and new posts"
2014-01-02 01:58:49 -05:00
muted_categories : "Muted"
2014-01-12 18:11:40 -05:00
muted_categories_instructions : "You will not be notified of anything about this topic, and it will not appear on your unread tab."
2014-02-13 11:42:35 -05:00
delete_account : "Delete My Account"
delete_account_confirm : "Are you sure you want to permanently delete your account? This action cannot be undone!"
deleted_yourself : "Your account has been deleted successfully."
delete_yourself_not_allowed : "You cannot delete your account right now. Contact an admin to do delete your account for you."
2014-02-13 14:43:07 -05:00
unread_message_count :
one : "Messages (1)"
other : "Messages ({{count}})"
zero : "Messages"
2013-05-02 03:40:44 -04:00
2013-08-30 12:32:05 -04:00
messages :
all : "All"
mine : "Mine"
unread : "Unread"
2013-05-02 03:40:44 -04:00
2013-04-08 15:04:40 -04:00
change_password :
success : "(email sent)"
in_progress : "(sending email)"
error : "(error)"
2013-08-16 01:24:48 -04:00
action : "Send Password Reset Email"
2014-01-21 12:42:20 -05:00
set_password : "Set Password"
2013-04-08 15:04:40 -04:00
2013-07-22 16:52:46 -04:00
change_about :
title : "Change About Me"
2013-02-18 05:20:07 -05:00
change_username :
2013-02-14 12:10:53 -05:00
title : "Change Username"
2014-01-06 15:42:04 -05:00
confirm : "If you change your username, all prior quotes of your posts and @name mentions will be broken. Are you absolutely sure you want to?"
2013-05-02 21:10:00 -04:00
taken : "Sorry, that username is taken."
2013-02-14 12:10:53 -05:00
error : "There was an error changing your username."
invalid : "That username is invalid. It must only include numbers and letters"
2013-07-22 16:52:46 -04:00
2013-02-14 12:10:53 -05:00
change_email :
title : "Change Email"
2013-05-02 21:10:00 -04:00
taken : "Sorry, that email is not available."
2013-02-14 12:10:53 -05:00
error : "There was an error changing your email. Perhaps that address is already in use?"
success : "We've sent an email to that address. Please follow the confirmation instructions."
2013-08-13 16:09:36 -04:00
change_avatar :
title : "Change your avatar"
2013-08-16 18:29:54 -04:00
gravatar : "<a href='//gravatar.com/emails' target='_blank'>Gravatar</a>, based on"
2013-08-13 16:09:36 -04:00
gravatar_title : "Change your avatar on Gravatar's website"
2013-08-16 18:29:54 -04:00
uploaded_avatar : "Custom picture"
uploaded_avatar_empty : "Add a custom picture"
upload_title : "Upload your picture"
2014-01-24 04:33:07 -05:00
image_is_not_a_square : "Warning: we've cropped your image; it is not square."
2013-08-13 16:09:36 -04:00
2013-02-18 05:20:07 -05:00
email :
2013-02-14 12:10:53 -05:00
title : "Email"
instructions : "Your email will never be shown to the public."
ok : "Looks good. We will email you to confirm."
invalid : "Please enter a valid email address."
authenticated : "Your email has been authenticated by {{provider}}."
frequency : "We'll only email you if we haven't seen you recently and you haven't already seen the thing we're emailing you about."
2013-02-18 05:20:07 -05:00
name :
2013-02-14 12:10:53 -05:00
title : "Name"
2014-02-07 19:34:22 -05:00
instructions : "The long version of your name; publicly visible."
2013-02-14 12:10:53 -05:00
too_short : "Your name is too short."
ok : "Your name looks good."
2013-02-18 05:20:07 -05:00
username :
2013-02-14 12:10:53 -05:00
title : "Username"
2014-02-07 19:34:22 -05:00
instructions : "Must be unique, no spaces, short. People can mention you as @username."
2013-03-11 21:17:45 -04:00
short_instructions : "People can mention you as @{{username}}."
2013-02-14 12:10:53 -05:00
available : "Your username is available."
global_match : "Email matches the registered username."
global_mismatch : "Already registered. Try {{suggestion}}?"
not_available : "Not available. Try {{suggestion}}?"
too_short : "Your username is too short."
too_long : "Your username is too long."
checking : "Checking username availability..."
enter_email : 'Username found. Enter matching email.'
2013-11-19 14:15:05 -05:00
prefilled : "Email matches this registered username."
2013-02-14 12:10:53 -05:00
2014-02-07 22:24:10 -05:00
locale :
title : "Interface language"
instructions : "The language used by the forum interface. It will change when you refresh the page."
default : "(default)"
2013-03-11 21:17:45 -04:00
password_confirmation :
title : "Password Again"
2013-02-14 12:10:53 -05:00
last_posted : "Last Post"
last_emailed : "Last Emailed"
2013-11-08 12:29:35 -05:00
last_seen : "Seen"
2014-01-22 15:58:15 -05:00
created : "Joined"
2013-02-14 12:10:53 -05:00
log_out : "Log Out"
website : "Web Site"
email_settings : "Email"
2013-02-18 05:20:07 -05:00
email_digests :
2013-02-14 12:10:53 -05:00
title : "When I don't visit the site, send me an email digest of what's new"
daily : "daily"
weekly : "weekly"
bi_weekly : "every two weeks"
email_direct : "Receive an email when someone quotes you, replies to your post, or mentions your @username"
email_private_messages : "Receive an email when someone sends you a private message"
2013-10-01 03:04:02 -04:00
email_always : "Receive email notifications and email digests even if I am active on the forum"
2013-02-14 12:10:53 -05:00
other_settings : "Other"
2014-01-02 01:58:49 -05:00
categories_settings : "Categories"
2013-02-14 12:10:53 -05:00
new_topic_duration :
label : "Consider topics new when"
not_viewed : "I haven't viewed them yet"
last_here : "they were posted since I was here last"
after_n_days :
2013-02-18 05:20:07 -05:00
one : "they were posted in the last day"
other : "they were posted in the last {{count}} days"
2013-02-14 12:10:53 -05:00
after_n_weeks :
2013-02-18 05:20:07 -05:00
one : "they were posted in the last week"
2014-01-23 18:22:04 -05:00
other : "they were posted in the last {{count}} weeks"
2013-02-14 12:10:53 -05:00
auto_track_topics : "Automatically track topics I enter"
auto_track_options :
never : "never"
always : "always"
after_n_seconds :
one : "after 1 second"
other : "after {{count}} seconds"
after_n_minutes :
one : "after 1 minute"
other : "after {{count}} minutes"
2013-02-18 05:20:07 -05:00
invited :
2013-11-05 17:52:50 -05:00
search : "type to search invites..."
2013-02-14 12:10:53 -05:00
title : "Invites"
user : "Invited User"
2013-11-05 17:52:50 -05:00
none : "No invites were found."
truncated : "Showing the first {{count}} invites."
2013-02-14 12:10:53 -05:00
redeemed : "Redeemed Invites"
2013-11-08 12:29:35 -05:00
redeemed_at : "Redeemed"
2013-02-14 12:10:53 -05:00
pending : "Pending Invites"
2014-01-16 19:31:40 -05:00
topics_entered : "Topics Viewed"
2013-02-14 12:10:53 -05:00
posts_read_count : "Posts Read"
2014-01-21 15:13:55 -05:00
expired : "This invite has expired."
2013-02-14 12:10:53 -05:00
rescind : "Remove Invitation"
rescinded : "Invite removed"
time_read : "Read Time"
days_visited : "Days Visited"
account_age_days : "Account age in days"
2013-11-06 12:56:26 -05:00
create : "Invite Friends to this Forum"
2013-02-14 12:10:53 -05:00
2013-02-18 05:20:07 -05:00
password :
2013-02-14 12:10:53 -05:00
title : "Password"
too_short : "Your password is too short."
2013-12-20 16:34:34 -05:00
common : "That password is too common."
2013-02-14 12:10:53 -05:00
ok : "Your password looks good."
2013-12-16 17:31:05 -05:00
instructions : "Must be at least %{count} characters."
2013-02-14 12:10:53 -05:00
2013-02-18 05:20:07 -05:00
ip_address :
2013-02-14 12:10:53 -05:00
title : "Last IP Address"
2013-02-18 05:20:07 -05:00
avatar :
2013-02-14 12:10:53 -05:00
title : "Avatar"
2013-06-25 18:39:20 -04:00
title :
title : "Title"
2013-02-14 12:10:53 -05:00
filters :
2013-02-17 01:38:20 -05:00
all : "All"
2013-02-25 18:38:11 -05:00
2013-02-17 01:38:20 -05:00
stream :
posted_by : "Posted by"
sent_by : "Sent by"
private_message : "private message"
the_topic : "the topic"
2013-02-14 12:10:53 -05:00
loading : "Loading..."
close : "Close"
2014-01-14 20:07:42 -05:00
assets_changed_confirm : "Discourse has been updated, would you like to refresh to get the latest version?"
2014-02-13 11:33:40 -05:00
read_only_mode :
2014-02-19 11:21:47 -05:00
enabled : "An administrator has enabled read-only mode. You can continue to browse the site but interactions won't work properly."
2014-02-13 11:33:40 -05:00
login_disabled : "Login is disabled while the site is in read only mode."
2013-02-14 12:10:53 -05:00
learn_more : "learn more..."
year : 'year'
year_desc : 'topics posted in the last 365 days'
month : 'month'
month_desc : 'topics posted in the last 30 days'
week : 'week'
week_desc : 'topics posted in the last 7 days'
2013-12-13 15:15:51 -05:00
day : 'day'
2013-02-14 12:10:53 -05:00
first_post : First post
mute : Mute
unmute : Unmute
last_post : Last post
2013-11-18 12:48:26 -05:00
summary :
enabled_description : "You're viewing a summary of this topic. To see all posts again, click below."
2013-11-20 20:21:51 -05:00
description : "There are <b>{{count}}</b> replies. Save reading time by displaying only the most relevant replies?"
2013-12-10 13:47:07 -05:00
description_time : "There are <b>{{count}}</b> replies with an estimated read time of <b>{{readingTime}} minutes</b>. Save reading time by displaying only the most relevant replies?"
2013-11-18 13:43:35 -05:00
enable : 'Summarize This Topic'
2013-11-18 17:00:19 -05:00
disable : 'Show All Posts'
2013-02-14 12:10:53 -05:00
private_message_info :
2013-04-30 16:54:14 -04:00
title : "Private Message"
2013-02-14 12:10:53 -05:00
invite : "Invite Others..."
2013-10-02 13:11:48 -04:00
remove_allowed_user : "Do you really want to remove {{name}} from this private message?"
2013-02-14 12:10:53 -05:00
email : 'Email'
username : 'Username'
2013-11-08 12:29:35 -05:00
last_seen : 'Seen'
2013-02-14 12:10:53 -05:00
created : 'Created'
trust_level : 'Trust Level'
create_account :
title : "Create Account"
action : "Create one now!"
invite : "Don't have an account yet?"
failed : "Something went wrong, perhaps this email is already registered, try the forgot password link"
2013-02-18 05:20:07 -05:00
forgot_password :
2013-02-14 12:10:53 -05:00
title : "Forgot Password"
action : "I forgot my password"
invite : "Enter your username or email address, and we'll send you a password reset email."
reset : "Reset Password"
2013-06-28 18:14:16 -04:00
complete : "If an account matches that username or email address, you should receive an email with instructions on how to reset your password shortly."
2013-02-14 12:10:53 -05:00
login :
title : "Log In"
username : "Login"
password : "Password"
email_placeholder : "email address or username"
error : "Unknown error"
reset_password : 'Reset Password'
logging_in : "Logging In..."
or : "Or"
authenticating : "Authenticating..."
awaiting_confirmation : "Your account is awaiting activation, use the forgot password link to issue another activation email."
2013-06-26 02:58:35 -04:00
awaiting_approval : "Your account has not been approved by a staff member yet. You will be sent an email when it is approved."
2013-08-28 03:18:31 -04:00
requires_invite : "Sorry, access to this forum is by invite only."
2013-02-25 19:23:00 -05:00
not_activated : "You can't log in yet. We previously sent an activation email to you at <b>{{sentTo}}</b>. Please follow the instructions in that email to activate your account."
2013-02-22 11:49:48 -05:00
resend_activation_email : "Click here to send the activation email again."
2013-02-25 19:23:00 -05:00
sent_activation_email_again : "We sent another activation email to you at <b>{{currentEmail}}</b>. It might take a few minutes for it to arrive; be sure to check your spam folder."
2013-02-14 12:10:53 -05:00
google :
2013-03-27 14:36:15 -04:00
title : "with Google"
2013-02-14 12:10:53 -05:00
message : "Authenticating with Google (make sure pop up blockers are not enabled)"
twitter :
2013-03-27 14:36:15 -04:00
title : "with Twitter"
2013-02-14 12:10:53 -05:00
message : "Authenticating with Twitter (make sure pop up blockers are not enabled)"
facebook :
2013-03-27 14:36:15 -04:00
title : "with Facebook"
2013-02-14 12:10:53 -05:00
message : "Authenticating with Facebook (make sure pop up blockers are not enabled)"
yahoo :
2013-03-27 14:36:15 -04:00
title : "with Yahoo"
2013-02-14 12:10:53 -05:00
message : "Authenticating with Yahoo (make sure pop up blockers are not enabled)"
2013-02-25 23:28:32 -05:00
github :
2013-03-28 11:07:03 -04:00
title : "with GitHub"
message : "Authenticating with GitHub (make sure pop up blockers are not enabled)"
2013-02-14 12:10:53 -05:00
composer :
2013-06-24 15:00:57 -04:00
posting_not_on_topic : "Which topic do you want to reply to?"
2013-02-18 05:20:07 -05:00
saving_draft_tip : "saving"
saved_draft_tip : "saved"
saved_local_draft_tip : "saved locally"
2013-03-15 17:44:46 -04:00
similar_topics : "Your topic is similar to..."
2013-03-15 07:56:14 -04:00
drafts_offline : "drafts offline"
2013-02-14 12:10:53 -05:00
2013-02-14 20:20:00 -05:00
min_length :
2013-03-15 07:56:14 -04:00
need_more_for_title : "{{n}} to go for the title"
2013-06-25 13:36:46 -04:00
need_more_for_reply : "{{n}} to go for the post"
2013-02-18 05:20:07 -05:00
2013-05-24 12:25:28 -04:00
error :
title_missing : "Title is required."
2013-05-24 17:08:54 -04:00
title_too_short : "Title must be at least {{min}} characters long."
title_too_long : "Title must be less than {{max}} characters long."
2013-05-24 12:25:28 -04:00
post_missing : "Post can't be empty."
post_length : "Post must be at least {{min}} characters long."
2013-05-24 16:49:08 -04:00
category_missing : "You must choose a category."
2013-05-24 12:25:28 -04:00
2013-02-18 05:20:07 -05:00
save_edit : "Save Edit"
2013-03-11 23:56:45 -04:00
reply_original : "Reply on Original Topic"
reply_here : "Reply Here"
2013-02-14 12:10:53 -05:00
reply : "Reply"
2013-03-11 23:56:45 -04:00
cancel : "Cancel"
2013-02-14 12:10:53 -05:00
create_topic : "Create Topic"
create_pm : "Create Private Message"
2014-02-14 05:48:55 -05:00
title : "Or press Ctrl+Enter"
2013-02-14 12:10:53 -05:00
users_placeholder : "Add a user"
title_placeholder : "Type your title here. What is this discussion about in one brief sentence?"
2013-11-20 20:21:51 -05:00
edit_reason_placeholder : "why are you editing?"
show_edit_reason : "(add edit reason)"
2013-04-18 02:10:34 -04:00
reply_placeholder : "Type here. Use Markdown or BBCode to format. Drag or paste an image to upload it."
2013-02-14 12:10:53 -05:00
view_new_post : "View your new post."
saving : "Saving..."
saved : "Saved!"
saved_draft : "You have a post draft in progress. Click anywhere in this box to resume editing."
uploading : "Uploading..."
show_preview : 'show preview »'
hide_preview : '« hide preview'
2013-04-10 14:32:28 -04:00
quote_post_title : "Quote whole post"
2013-03-05 15:58:37 -05:00
bold_title : "Strong"
bold_text : "strong text"
italic_title : "Emphasis"
italic_text : "emphasized text"
link_title : "Hyperlink"
link_description : "enter link description here"
link_dialog_title : "Insert Hyperlink"
link_optional_text : "optional title"
quote_title : "Blockquote"
2013-04-10 14:32:28 -04:00
quote_text : "Blockquote"
2013-10-16 18:06:35 -04:00
code_title : "Preformatted text"
2013-10-16 18:07:09 -04:00
code_text : "enter preformatted text here"
2013-07-16 19:21:27 -04:00
upload_title : "Upload"
upload_description : "enter upload description here"
2013-03-05 15:58:37 -05:00
olist_title : "Numbered List"
ulist_title : "Bulleted List"
list_item : "List item"
heading_title : "Heading"
heading_text : "Heading"
hr_title : "Horizontal Rule"
undo_title : "Undo"
redo_title : "Redo"
help : "Markdown Editing Help"
2013-04-18 02:14:58 -04:00
toggler : "hide or show the composer panel"
2013-03-05 15:58:37 -05:00
2013-05-13 15:13:03 -04:00
admin_options_title : "Optional staff settings for this topic"
2013-11-26 19:06:20 -05:00
auto_close_label : "Auto-close topic time:"
auto_close_units : "(# of hours, a time, or a timestamp)"
auto_close_examples: 'Examples : 24 , 17 : 00 , 2013-11-22 14 : 00 '
auto_close_error : "Please enter a valid value."
2013-05-07 14:25:41 -04:00
2013-02-14 12:10:53 -05:00
notifications :
title : "notifications of @name mentions, replies to your posts and topics, private messages, etc"
none : "You have no notifications right now."
more : "view older notifications"
2013-02-15 03:22:25 -05:00
mentioned : "<span title='mentioned' class='icon'>@</span> {{username}} {{link}}"
2013-12-09 16:27:49 -05:00
quoted : "<i title='quoted' class='fa fa-quote-right'></i> {{username}} {{link}}"
replied : "<i title='replied' class='fa fa-reply'></i> {{username}} {{link}}"
posted : "<i title='replied' class='fa fa-reply'></i> {{username}} {{link}}"
edited : "<i title='edited' class='fa fa-pencil'></i> {{username}} {{link}}"
liked : "<i title='liked' class='fa fa-heart'></i> {{username}} {{link}}"
private_message : "<i class='fa fa-envelope-o' title='private message'></i> {{username}} {{link}}"
invited_to_private_message : "<i class='fa fa-envelope-o' title='private message'></i> {{username}} {{link}}"
invitee_accepted : "<i title='accepted your invitation' class='fa fa-sign-in'></i> {{username}} accepted your invitation"
moved_post : "<i title='moved post' class='fa fa-arrow-right'></i> {{username}} moved {{link}}"
2013-04-18 04:42:29 -04:00
total_flagged : "total flagged posts"
2013-02-14 12:10:53 -05:00
2013-07-14 17:44:50 -04:00
upload_selector :
2013-10-08 12:55:20 -04:00
title : "Add an image"
title_with_attachments : "Add an image or a file"
from_my_computer : "From my device"
from_the_web : "From the web"
2013-08-04 04:20:52 -04:00
remote_tip : "enter address of an image in the form http://example.com/image.jpg"
2013-08-01 19:27:48 -04:00
remote_tip_with_attachments : "enter address of an image or a file in the form http://example.com/file.ext (allowed extensions: {{authorized_extensions}})."
2013-08-04 04:19:15 -04:00
local_tip : "click to select an image from your device"
local_tip_with_attachments : "click to select an image or a file from your device (allowed extensions: {{authorized_extensions}})"
2013-10-10 11:51:48 -04:00
hint : "(you can also drag & drop into the editor to upload them)"
hint_for_chrome : "(you can also drag and drop or paste images into the editor to upload them)"
2013-07-21 07:01:08 -04:00
uploading : "Uploading"
2013-02-14 12:10:53 -05:00
2013-02-18 05:20:07 -05:00
search :
2013-02-14 12:10:53 -05:00
title : "search for topics, posts, users, or categories"
placeholder : "type your search terms here"
no_results : "No results found."
searching : "Searching ..."
2013-05-29 12:19:03 -04:00
prefer :
user : "search will prefer results by @{{username}}"
category : "search will prefer results in {{category}}"
2013-02-14 12:10:53 -05:00
site_map : "go to another topic list or category"
go_back : 'go back'
2014-01-09 01:17:22 -05:00
not_logged_in_user : 'user page with summary of current activity and preferences'
2013-02-14 12:10:53 -05:00
current_user : 'go to your user page'
2014-01-09 16:22:54 -05:00
starred :
2014-02-05 15:53:34 -05:00
title : 'Star'
2013-03-17 19:27:11 -04:00
help :
2014-01-09 16:22:54 -05:00
star : 'add this topic to your starred list'
unstar : 'remove this topic from your starred list'
2013-02-14 12:10:53 -05:00
2013-02-18 05:20:07 -05:00
topics :
2014-01-29 15:48:52 -05:00
bulk :
2014-02-21 12:31:54 -05:00
dismiss_read : "Dismiss Read"
2014-01-29 15:48:52 -05:00
toggle : "toggle bulk selection of topics"
actions : "Bulk Actions"
change_category : "Change Category"
2014-01-30 12:44:28 -05:00
close_topics : "Close Topics"
2014-02-14 17:38:55 -05:00
notification_level : "Change Notification Level"
2014-01-29 15:48:52 -05:00
selected :
one : "You have selected <b>1</b> topic."
other : "You have selected <b>{{count}}</b> topics."
2014-01-28 17:13:13 -05:00
2013-02-19 17:38:58 -05:00
none :
2014-01-09 16:22:54 -05:00
starred : "You haven't starred any topics yet. To star a topic, click or tap the star next to the title."
2013-07-02 02:29:19 -04:00
unread : "You have no unread topics."
new : "You have no new topics."
2013-02-19 17:38:58 -05:00
read : "You haven't read any topics yet."
posted : "You haven't posted in any topics yet."
2013-03-27 16:17:49 -04:00
latest : "There are no latest topics. That's sad."
hot : "There are no hot topics."
2013-02-20 00:11:41 -05:00
category : "There are no {{category}} topics."
2014-01-13 19:02:14 -05:00
top : "There are no top topics."
2013-02-19 17:38:58 -05:00
bottom :
2013-07-02 02:29:19 -04:00
latest : "There are no more latest topics."
hot : "There are no more hot topics."
posted : "There are no more posted topics."
read : "There are no more read topics."
new : "There are no more new topics."
unread : "There are no more unread topics."
2014-01-09 16:22:54 -05:00
starred : "There are no more starred topics."
2013-02-20 00:11:41 -05:00
category : "There are no more {{category}} topics."
2014-01-13 19:02:14 -05:00
top : "There are no more top topics."
2013-02-19 17:38:58 -05:00
2013-02-18 05:20:07 -05:00
topic :
2013-11-19 20:21:55 -05:00
filter_to : "Show {{post_count}} posts in topic"
2013-02-14 12:10:53 -05:00
create : 'Create Topic'
create_long : 'Create a new Topic'
2013-04-30 16:54:14 -04:00
private_message : 'Start a private message'
2013-02-14 12:10:53 -05:00
list : 'Topics'
new : 'new topic'
2013-10-17 02:44:56 -04:00
new_topics :
one : '1 new topic'
other : '{{count}} new topics'
unread_topics :
one : '1 unread topic'
other : '{{count}} unread topics'
2013-02-14 12:10:53 -05:00
title : 'Topic'
loading_more : "Loading more Topics..."
loading : 'Loading topic...'
2013-02-25 18:38:11 -05:00
invalid_access :
2013-02-25 20:05:26 -05:00
title : "Topic is private"
description : "Sorry, you don't have access to that topic!"
2013-02-25 18:38:11 -05:00
server_error :
2013-02-25 20:05:26 -05:00
title : "Topic failed to load"
2013-04-30 16:29:03 -04:00
description : "Sorry, we couldn't load that topic, possibly due to a connection problem. Please try again. If the problem persists, let us know."
2013-02-14 12:10:53 -05:00
not_found :
2013-02-25 20:05:26 -05:00
title : "Topic not found"
description : "Sorry, we couldn't find that topic. Perhaps it was removed by a moderator?"
2013-06-17 01:37:46 -04:00
unread_posts :
one : "you have 1 unread old post in this topic"
other : "you have {{count}} unread old posts in this topic"
new_posts :
2013-06-17 21:24:36 -04:00
one : "there is 1 new post in this topic since you last read it"
2013-06-17 01:37:46 -04:00
other : "there are {{count}} new posts in this topic since you last read it"
2013-04-02 16:52:51 -04:00
2013-02-26 05:20:49 -05:00
likes :
one : "there is 1 like in this topic"
2013-02-26 11:13:13 -05:00
other : "there are {{count}} likes in this topic"
2013-02-14 12:10:53 -05:00
back_to_list : "Back to Topic List"
options : "Topic Options"
show_links : "show links within this topic"
toggle_information : "toggle topic details"
2013-03-27 16:17:49 -04:00
read_more_in_category : "Want to read more? Browse other topics in {{catLink}} or {{latestLink}}."
read_more : "Want to read more? {{catLink}} or {{latestLink}}."
2013-05-30 01:53:40 -04:00
# keys ending with _MF use message format, see /spec/components/js_local_helper_spec.rb for samples
2013-06-04 22:04:54 -04:00
read_more_MF : "There {
UNREAD, plural,
=0 {}
one {
is <a href='/unread'>1 unread</a>
} other {
are <a href='/unread'># unread</a>
}
} {
NEW, plural,
=0 {}
one { {BOTH, select, true{and } false {is } other{}} <a href='/new'>1 new</a> topic}
other { {BOTH, select, true{and } false {are } other{}} <a href='/new'># new</a> topics}
2014-01-06 19:22:55 -05:00
} remaining, or {CATEGORY, select, true {browse other topics in {catLink}} false {{latestLink}} other {}}."
2013-05-30 01:53:40 -04:00
2013-02-14 12:10:53 -05:00
browse_all_categories : Browse all categories
2013-03-27 16:17:49 -04:00
2014-01-06 19:22:55 -05:00
view_latest_topics : view latest topics
2013-02-19 17:38:58 -05:00
suggest_create_topic : Why not create a topic?
2013-02-26 16:13:07 -05:00
read_position_reset : "Your read position has been reset."
jump_reply_up : jump to earlier reply
jump_reply_down : jump to later reply
2013-03-20 12:10:41 -04:00
deleted : "The topic has been deleted"
2013-02-14 12:10:53 -05:00
2013-05-13 16:17:16 -04:00
auto_close_notice : "This topic will automatically close %{timeLeft}."
2013-05-07 14:25:41 -04:00
auto_close_title : 'Auto-Close Settings'
auto_close_save : "Save"
auto_close_remove : "Don't Auto-Close This Topic"
2013-02-14 12:10:53 -05:00
progress :
title : topic progress
jump_top : jump to first post
jump_bottom : jump to last post
2013-12-05 17:03:31 -05:00
jump_bottom_with_number : "jump to post %{post_number}"
2013-02-14 12:10:53 -05:00
total : total posts
current : current post
2013-12-05 15:50:15 -05:00
position : "post %{current} of %{total}"
2013-02-14 12:10:53 -05:00
notifications :
title : ''
reasons :
2014-01-06 18:58:27 -05:00
"3_6": 'You will receive notifications because you are watching this category.'
2013-12-29 21:02:12 -05:00
"3_5": 'You will receive notifications because you started watching this topic automatically.'
2013-02-14 12:10:53 -05:00
"3_2": 'You will receive notifications because you are watching this topic.'
"3_1": 'You will receive notifications because you created this topic.'
2013-02-19 18:16:30 -05:00
"3": 'You will receive notifications because you are watching this topic.'
2013-02-14 12:10:53 -05:00
"2_4": 'You will receive notifications because you posted a reply to this topic.'
"2_2": 'You will receive notifications because you are tracking this topic.'
"2": 'You will receive notifications because you <a href="/users/{{username}}/preferences">read this topic</a>.'
"1": 'You will be notified only if someone mentions your @name or replies to your post.'
"1_2": 'You will be notified only if someone mentions your @name or replies to your post.'
"0": 'You are ignoring all notifications on this topic.'
"0_2": 'You are ignoring all notifications on this topic.'
2014-01-22 01:46:52 -05:00
watching_pm :
title : "Watching"
description : "same as Tracking, plus you will be notified of all new posts."
2013-02-18 05:20:07 -05:00
watching :
2013-02-14 12:10:53 -05:00
title : "Watching"
2013-02-14 18:51:41 -05:00
description : "same as Tracking, plus you will be notified of all new posts."
2014-01-22 01:46:52 -05:00
tracking_pm :
title : "Tracking"
description : "you will be notified of @name mentions and replies to your posts"
2013-02-14 12:10:53 -05:00
tracking :
title : "Tracking"
2013-04-02 00:13:38 -04:00
description : "you will be notified of @name mentions and replies to your posts, plus you will see a count of unread and new posts."
2013-02-14 12:10:53 -05:00
regular :
title : "Regular"
description : "you will be notified only if someone mentions your @name or replies to your post."
2014-01-22 01:46:52 -05:00
muted_pm :
title : "Muted"
description : "you will not be notified of anything about this private message."
2013-02-14 12:10:53 -05:00
muted :
title : "Muted"
description : "you will not be notified of anything about this topic, and it will not appear on your unread tab."
actions :
2013-07-12 12:08:23 -04:00
recover : "Un-Delete Topic"
2013-02-14 12:10:53 -05:00
delete : "Delete Topic"
open : "Open Topic"
close : "Close Topic"
2013-05-07 14:25:41 -04:00
auto_close : "Auto Close"
2013-02-14 12:10:53 -05:00
unpin : "Un-Pin Topic"
pin : "Pin Topic"
unarchive : "Unarchive Topic"
archive : "Archive Topic"
invisible : "Make Invisible"
visible : "Make Visible"
reset_read : "Reset Read Data"
2013-07-15 01:24:59 -04:00
multi_select : "Select Posts to Move"
2013-02-14 12:10:53 -05:00
convert_to_topic : "Convert to Regular Topic"
2013-02-18 05:20:07 -05:00
reply :
2013-02-14 12:10:53 -05:00
title : 'Reply'
help : 'begin composing a reply to this topic'
2013-03-06 15:17:07 -05:00
clear_pin :
title : "Clear pin"
help : "Clear the pinned status of this topic so it no longer appears at the top of your topic list"
2013-02-18 05:20:07 -05:00
share :
2013-02-14 12:10:53 -05:00
title : 'Share'
help : 'share a link to this topic'
2014-02-05 17:54:16 -05:00
flag_topic :
title : 'Flag'
help : 'privately flag this topic for attention or send a private notification about it'
success_message : 'You successfully flagged this topic.'
2013-02-14 12:10:53 -05:00
inviting : "Inviting..."
invite_private :
2013-04-30 16:54:14 -04:00
title : 'Invite to Private Message'
2013-02-14 12:10:53 -05:00
email_or_username : "Invitee's Email or Username"
email_or_username_placeholder : "email address or username"
action : "Invite"
2013-04-30 16:54:14 -04:00
success : "Thanks! We've invited that user to participate in this private message."
2013-05-02 21:10:00 -04:00
error : "Sorry, there was an error inviting that user."
2013-02-14 12:10:53 -05:00
2013-02-18 05:20:07 -05:00
invite_reply :
2013-02-14 12:10:53 -05:00
title : 'Invite Friends to Reply'
2013-04-16 17:53:06 -04:00
action : 'Email Invite'
2013-02-14 12:10:53 -05:00
help : 'send invitations to friends so they can reply to this topic with a single click'
2013-11-06 12:56:26 -05:00
to_topic : "We'll send your friend a brief email allowing them to immediately reply to this topic by clicking a link, no login required."
to_forum : "We'll send your friend a brief email allowing them to join the forum by clicking a link."
2013-02-18 05:20:07 -05:00
email_placeholder : 'email address'
2013-02-14 12:10:53 -05:00
success : "Thanks! We mailed out an invitation to <b>{{email}}</b>. We'll let you know when they redeem your invitation. Check the invitations tab on your user page to keep track of who you've invited."
2013-05-02 21:10:00 -04:00
error : "Sorry, we couldn't invite that person. Perhaps they are already a user?"
2013-02-14 12:10:53 -05:00
login_reply : 'Log In to Reply'
filters :
2013-03-31 08:20:02 -04:00
n_posts :
one : "1 post"
other : "{{count}} posts"
2013-02-14 12:10:53 -05:00
cancel : "Show all posts in this topic again."
2013-05-16 14:22:41 -04:00
split_topic :
2013-07-15 01:24:59 -04:00
title : "Move to New Topic"
action : "move to new topic"
2013-10-29 15:30:06 -04:00
topic_name : "New Topic Name"
2013-07-15 01:24:59 -04:00
error : "There was an error moving posts to the new topic."
2013-02-18 05:20:07 -05:00
instructions :
2013-05-16 14:22:41 -04:00
one : "You are about to create a new topic and populate it with the post you've selected."
other : "You are about to create a new topic and populate it with the <b>{{count}}</b> posts you've selected."
merge_topic :
2013-07-15 01:24:59 -04:00
title : "Move to Existing Topic"
action : "move to existing topic"
error : "There was an error moving posts into that topic."
2013-05-16 14:22:41 -04:00
instructions :
one : "Please choose the topic you'd like to move that post to."
other : "Please choose the topic you'd like to move those <b>{{count}}</b> posts to."
2013-02-14 12:10:53 -05:00
multi_select :
select : 'select'
selected : 'selected ({{count}})'
2013-09-04 11:53:00 -04:00
select_replies : 'select +replies'
2013-02-14 12:10:53 -05:00
delete : delete selected
cancel : cancel selecting
description :
one : You have selected <b>1</b> post.
other : "You have selected <b>{{count}}</b> posts."
post :
2013-02-18 05:20:07 -05:00
reply : "Replying to {{link}} by {{replyAvatar}} {{username}}"
2013-02-14 12:10:53 -05:00
reply_topic : "Reply to {{link}}"
2013-03-13 15:50:44 -04:00
quote_reply : "quote reply"
2013-03-12 13:34:27 -04:00
edit : "Editing {{link}} by {{replyAvatar}} {{username}}"
2013-11-15 17:28:16 -05:00
edit_reason : "Reason: "
2013-03-12 09:41:27 -04:00
post_number : "post {{number}}"
2013-02-14 12:10:53 -05:00
in_reply_to : "in reply to"
2013-08-02 16:15:11 -04:00
last_edited_on : "post last edited on"
2013-02-14 12:10:53 -05:00
reply_as_new_topic : "Reply as new Topic"
continue_discussion : "Continuing the discussion from {{postLink}}:"
follow_quote : "go to the quoted post"
2013-08-02 13:35:42 -04:00
deleted_by_author :
one : "(post withdrawn by author, will be automatically deleted in %{count} hour unless flagged)"
other : "(post withdrawn by author, will be automatically deleted in %{count} hours unless flagged)"
2013-07-10 16:19:42 -04:00
deleted_by : "deleted by"
2013-04-18 04:42:29 -04:00
expand_collapse : "expand/collapse"
2013-12-04 15:56:09 -05:00
gap :
2013-12-06 12:51:00 -05:00
one : "1 post omitted"
other : "{{count}} posts omitted"
2013-02-14 12:10:53 -05:00
has_replies :
one : "Reply"
other : "Replies"
errors :
create : "Sorry, there was an error creating your post. Please try again."
edit : "Sorry, there was an error editing your post. Please try again."
upload : "Sorry, there was an error uploading that file. Please try again."
2013-07-23 18:54:18 -04:00
attachment_too_large : "Sorry, the file you are trying to upload is too big (maximum size is {{max_size_kb}}kb)."
image_too_large : "Sorry, the image you are trying to upload is too big (maximum size is {{max_size_kb}}kb), please resize it and try again."
2013-06-30 20:19:03 -04:00
too_many_uploads : "Sorry, you can only upload one file at a time."
upload_not_authorized : "Sorry, the file you are trying to upload is not authorized (authorized extension: {{authorized_extensions}})."
2013-07-21 20:39:17 -04:00
image_upload_not_allowed_for_new_user : "Sorry, new users can not upload images."
attachment_upload_not_allowed_for_new_user : "Sorry, new users can not upload attachments."
2013-02-14 12:10:53 -05:00
abandon : "Are you sure you want to abandon your post?"
archetypes :
save : 'Save Options'
controls :
reply : "begin composing a reply to this post"
like : "like this post"
edit : "edit this post"
2014-01-15 18:14:12 -05:00
flag : "privately flag this post for attention or send a private notification about it"
2013-02-14 12:10:53 -05:00
delete : "delete this post"
undelete : "undelete this post"
share : "share a link to this post"
more : "More"
2013-09-04 20:50:58 -04:00
delete_replies :
confirm :
one : "Do you also want to delete the direct reply to this post?"
other : "Do you also want to delete the {{count}} direct replies to this post?"
yes_value : "Yes, delete the replies too"
no_value : "No, just this post"
2013-02-14 12:10:53 -05:00
actions :
flag : 'Flag'
clear_flags :
one : "Clear flag"
other : "Clear flags"
2013-04-02 15:15:55 -04:00
it_too :
off_topic : "Flag it too"
spam : "Flag it too"
inappropriate : "Flag it too"
custom_flag : "Flag it too"
bookmark : "Bookmark it too"
like : "Like it too"
vote : "Vote for it too"
undo :
off_topic : "Undo flag"
spam : "Undo flag"
inappropriate : "Undo flag"
bookmark : "Undo bookmark"
like : "Undo like"
vote : "Undo vote"
people :
off_topic : "{{icons}} marked this as off-topic"
spam : "{{icons}} marked this as spam"
inappropriate : "{{icons}} marked this as inappropriate"
2013-04-22 03:45:03 -04:00
notify_moderators : "{{icons}} notified moderators"
notify_moderators_with_url : "{{icons}} <a href='{{postUrl}}'>notified moderators</a>"
2013-04-30 16:54:14 -04:00
notify_user : "{{icons}} sent a private message"
notify_user_with_url : "{{icons}} sent a <a href='{{postUrl}}'>private message</a>"
2013-04-02 15:15:55 -04:00
bookmark : "{{icons}} bookmarked this"
like : "{{icons}} liked this"
vote : "{{icons}} voted for this"
by_you :
off_topic : "You flagged this as off-topic"
spam : "You flagged this as spam"
inappropriate : "You flagged this as inappropriate"
2013-04-12 03:55:45 -04:00
notify_moderators : "You flagged this for moderation"
2013-04-30 16:54:14 -04:00
notify_user : "You sent a private message to this user"
2013-04-02 15:15:55 -04:00
bookmark : "You bookmarked this post"
like : "You liked this"
vote : "You voted for this post"
2013-02-14 12:10:53 -05:00
by_you_and_others :
2013-04-02 15:15:55 -04:00
off_topic :
one : "You and 1 other flagged this as off-topic"
other : "You and {{count}} other people flagged this as off-topic"
spam :
one : "You and 1 other flagged this as spam"
other : "You and {{count}} other people flagged this as spam"
inappropriate :
one : "You and 1 other flagged this as inappropriate"
other : "You and {{count}} other people flagged this as inappropriate"
2013-04-12 03:55:45 -04:00
notify_moderators :
2013-04-02 15:15:55 -04:00
one : "You and 1 other flagged this for moderation"
other : "You and {{count}} other people flagged this for moderation"
2013-04-12 03:55:45 -04:00
notify_user :
2013-04-30 16:54:14 -04:00
one : "You and 1 other sent a private message to this user"
other : "You and {{count}} other people sent a private message to this user"
2013-04-02 15:15:55 -04:00
bookmark :
one : "You and 1 other bookmarked this post"
other : "You and {{count}} other people bookmarked this post"
like :
one : "You and 1 other liked this"
other : "You and {{count}} other people liked this"
vote :
one : "You and 1 other voted for this post"
other : "You and {{count}} other people voted for this post"
2013-02-14 12:10:53 -05:00
by_others :
2013-04-02 15:15:55 -04:00
off_topic :
one : "1 person flagged this as off-topic"
other : "{{count}} people flagged this as off-topic"
spam :
one : "1 person flagged this as spam"
other : "{{count}} people flagged this as spam"
inappropriate :
one : "1 person flagged this as inappropriate"
other : "{{count}} people flagged this as inappropriate"
2013-04-12 03:55:45 -04:00
notify_moderators :
2013-04-02 15:15:55 -04:00
one : "1 person flagged this for moderation"
other : "{{count}} people flagged this for moderation"
2013-04-12 03:55:45 -04:00
notify_user :
2013-04-30 16:54:14 -04:00
one : "1 person sent a private message to this user"
other : "{{count}} sent a private message to this user"
2013-04-02 15:15:55 -04:00
bookmark :
one : "1 person bookmarked this post"
other : "{{count}} people bookmarked this post"
like :
one : "1 person liked this"
other : "{{count}} people liked this"
vote :
one : "1 person voted for this post"
other : "{{count}} people voted for this post"
2013-02-14 12:10:53 -05:00
2013-02-18 05:20:07 -05:00
edits :
2013-02-14 12:10:53 -05:00
one : 1 edit
other : "{{count}} edits"
zero : no edits
delete :
2013-02-18 05:20:07 -05:00
confirm :
2013-02-14 12:10:53 -05:00
one : "Are you sure you want to delete that post?"
other : "Are you sure you want to delete all those posts?"
2013-12-11 21:41:34 -05:00
revisions :
controls :
first : "First revision"
previous : "Previous revision"
next : "Next revision"
last : "Last revision"
2013-12-18 16:10:45 -05:00
comparing_previous_to_current_out_of_total : "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}"
2013-12-11 21:41:34 -05:00
displays :
inline :
title : "Show the rendered output with additions and removals inline"
button : '<i class="fa fa-square-o"></i> HTML'
side_by_side :
title : "Show the rendered output diffs side-by-side"
button : '<i class="fa fa-columns"></i> HTML'
side_by_side_markdown :
title : "Show the markdown source diffs side-by-side"
button : '<i class="fa fa-columns"></i> Markdown'
details :
edited_by : "Edited by"
2013-02-14 12:10:53 -05:00
category :
2013-07-17 00:54:21 -04:00
can : 'can… '
2013-02-14 12:10:53 -05:00
none : '(no category)'
2013-10-08 14:40:31 -04:00
choose : 'Select a category…'
2013-02-14 12:10:53 -05:00
edit : 'edit'
2013-02-21 18:09:56 -05:00
edit_long : "Edit Category"
2013-02-14 12:10:53 -05:00
view : 'View Topics in Category'
2013-05-15 15:19:41 -04:00
general : 'General'
settings : 'Settings'
2013-02-14 12:10:53 -05:00
delete : 'Delete Category'
create : 'Create Category'
2013-04-10 18:27:34 -04:00
save : 'Save Category'
2013-03-14 17:25:55 -04:00
creation_error : There has been an error during the creation of the category.
2013-05-03 17:55:04 -04:00
save_error : There was an error saving the category.
2013-02-14 12:10:53 -05:00
more_posts : "view all {{posts}}..."
name : "Category Name"
description : "Description"
topic : "category topic"
2013-03-14 09:16:57 -04:00
badge_colors : "Badge colors"
background_color : "Background color"
foreground_color : "Foreground color"
2014-01-30 04:31:29 -05:00
name_placeholder : "One or two words maximum"
2013-02-14 12:10:53 -05:00
color_placeholder : "Any web color"
2013-04-09 18:22:13 -04:00
delete_confirm : "Are you sure you want to delete this category?"
delete_error : "There was an error deleting the category."
2013-02-14 12:10:53 -05:00
list : "List Categories"
2013-06-05 18:35:56 -04:00
no_description : "There is no description for this category, edit the topic definition."
2013-04-16 17:25:22 -04:00
change_in_category_topic : "Edit Description"
2013-04-08 18:33:36 -04:00
already_used : 'This color has been used by another category'
2013-05-10 02:47:47 -04:00
security : "Security"
2013-05-15 15:19:41 -04:00
auto_close_label : "Auto-close topics after:"
2013-12-06 16:39:35 -05:00
auto_close_units : "hours"
2013-07-17 01:10:49 -04:00
edit_permissions : "Edit Permissions"
add_permission : "Add Permission"
2013-10-17 18:54:48 -04:00
this_year : "this year"
2013-10-21 02:17:40 -04:00
position : "position"
2013-12-16 15:13:43 -05:00
default_position : "Default Position"
2013-10-24 17:03:28 -04:00
parent : "Parent Category"
2013-02-14 12:10:53 -05:00
flagging :
2014-01-15 17:45:00 -05:00
title : 'Why are you privately flagging this post?'
2013-02-14 12:10:53 -05:00
action : 'Flag Post'
2013-05-31 17:38:28 -04:00
take_action : "Take Action"
2013-04-18 20:34:06 -04:00
notify_action : 'Notify'
2013-07-26 15:40:08 -04:00
delete_spammer : "Delete Spammer"
2013-10-21 14:49:51 -04:00
delete_confirm : "You are about to delete <b>%{posts}</b> posts and <b>%{topics}</b> topics from this user, remove their account, block signups from their IP address <b>%{ip_address}</b>, and add their email address <b>%{email}</b> to a permanent block list. Are you sure this user is really a spammer?"
2013-07-26 15:40:08 -04:00
yes_delete_spammer : "Yes, Delete Spammer"
2013-02-14 12:10:53 -05:00
cant : "Sorry, you can't flag this post at this time."
2013-04-15 04:09:38 -04:00
custom_placeholder_notify_user : "Why does this post require you to speak to this user directly and privately? Be specific, be constructive, and always be kind."
2013-04-12 03:55:45 -04:00
custom_placeholder_notify_moderators : "Why does this post require moderator attention? Let us know specifically what you are concerned about, and provide relevant links where possible."
2013-02-14 12:10:53 -05:00
custom_message :
at_least : "enter at least {{n}} characters"
more : "{{n}} to go..."
left : "{{n}} remaining"
2014-02-05 17:54:16 -05:00
flagging_topic :
title : "Why are you privately flagging this topic?"
action : "Flag Topic"
notify_action : "Notify"
2013-11-15 12:15:46 -05:00
topic_map :
2013-02-14 12:10:53 -05:00
title : "Topic Summary"
links_shown : "show all {{totalLinks}} links..."
2013-04-18 04:42:29 -04:00
clicks : "clicks"
2013-02-14 12:10:53 -05:00
topic_statuses :
locked :
help : "this topic is closed; it no longer accepts new replies"
pinned :
help : "this topic is pinned; it will display at the top of its category"
archived :
help : "this topic is archived; it is frozen and cannot be changed"
invisible :
help : "this topic is invisible; it will not be displayed in topic lists, and can only be accessed via a direct link"
posts : "Posts"
2013-07-06 02:07:08 -04:00
posts_long : "there are {{number}} posts in this topic"
2013-02-14 12:10:53 -05:00
original_post : "Original Post"
views : "Views"
replies : "Replies"
views_long : "this topic has been viewed {{number}} times"
activity : "Activity"
likes : "Likes"
2013-07-06 02:07:08 -04:00
likes_long : "there are {{number}} likes in this topic"
2013-11-19 12:42:19 -05:00
users : "Users"
2013-02-14 12:10:53 -05:00
category_title : "Category"
2013-03-05 02:30:47 -05:00
history : "History"
2013-03-13 08:38:41 -04:00
changed_by : "by {{author}}"
2013-02-14 12:10:53 -05:00
categories_list : "Categories List"
filters :
2014-01-14 12:48:57 -05:00
with_topics : "%{filter} Topics"
with_category : "%{filter} %{category} Topics"
2013-03-27 16:17:49 -04:00
latest :
title : "Latest"
2014-01-24 04:33:07 -05:00
help : "topics with recent posts"
2013-03-27 16:17:49 -04:00
hot :
title : "Hot"
2013-03-28 14:22:27 -04:00
help : "a selection of the hottest topics"
2014-01-09 16:22:54 -05:00
starred :
title : "Starred"
help : "topics you starred"
2013-02-18 05:20:07 -05:00
read :
2013-02-14 12:10:53 -05:00
title : "Read"
2013-04-04 05:06:31 -04:00
help : "topics you've read, in the order that you last read them"
2013-02-18 05:20:07 -05:00
categories :
2013-02-14 12:10:53 -05:00
title : "Categories"
title_in : "Category - {{categoryName}}"
help : "all topics grouped by category"
unread :
2013-02-18 05:20:07 -05:00
title :
2013-02-14 12:10:53 -05:00
zero : "Unread"
one : "Unread (1)"
other : "Unread ({{count}})"
2014-01-24 04:33:07 -05:00
help : "topics you are watching or tracking with unread posts"
2013-02-18 05:20:07 -05:00
new :
title :
2013-02-14 12:10:53 -05:00
zero : "New"
one : "New (1)"
other : "New ({{count}})"
2014-01-24 04:33:07 -05:00
help : "topics created since your last visit"
2013-02-14 12:10:53 -05:00
posted :
title : "My Posts"
help : "topics you have posted in"
category :
title :
zero : "{{categoryName}}"
one : "{{categoryName}} (1)"
other : "{{categoryName}} ({{count}})"
2013-03-27 16:17:49 -04:00
help : "latest topics in the {{categoryName}} category"
2013-12-23 18:50:36 -05:00
top :
title : "Top"
2014-01-24 04:44:02 -05:00
help : "a selection of best topics in the last year, month, week or day"
2014-01-16 22:38:08 -05:00
yearly :
title : "Top Yearly"
monthly :
title : "Top Monthly"
weekly :
title : "Top Weekly"
daily :
title : "Top Daily"
2013-12-23 18:50:36 -05:00
this_year : "This year"
this_month : "This month"
this_week : "This week"
today : "Today"
2014-01-16 20:03:51 -05:00
other_periods : "see more top topics"
2014-01-03 13:20:40 -05:00
redirect_reasons :
2014-02-06 19:04:16 -05:00
new_user : "Welcome! As a new visitor, this will be your homepage until you've had some time to look around at the forum. Here's some of the most popular topics from the past."
2014-01-07 03:48:16 -05:00
not_seen_in_a_month : "Welcome back! We haven't seen you in a while. These are the top discussion topics since you've been away."
2013-02-14 12:10:53 -05:00
2013-04-02 02:44:08 -04:00
browser_update : 'Unfortunately, <a href="http://www.discourse.org/faq/#browser">your browser is too old to work on this Discourse forum</a>. Please <a href="http://browsehappy.com">upgrade your browser</a>.'
2013-04-01 15:17:10 -04:00
2013-07-13 21:24:16 -04:00
permission_types :
2013-07-17 01:10:49 -04:00
full : "Create / Reply / See"
create_post : "Reply / See"
readonly : "See"
2013-07-13 21:24:16 -04:00
2013-02-14 12:10:53 -05:00
# This section is exported to the javascript for i18n in the admin section
admin_js :
2013-11-01 16:32:12 -04:00
type_to_filter : "type to filter..."
2013-02-14 12:10:53 -05:00
2013-02-18 05:20:07 -05:00
admin :
2013-02-14 12:10:53 -05:00
title : 'Discourse Admin'
2013-04-04 16:14:55 -04:00
moderator : 'Moderator'
2013-02-19 17:42:02 -05:00
dashboard :
2013-04-20 01:37:02 -04:00
title : "Dashboard"
2013-08-02 18:31:25 -04:00
last_updated : "Dashboard last updated:"
2013-03-19 13:51:09 -04:00
version : "Version"
up_to_date : "You're up to date!"
2013-02-19 17:42:02 -05:00
critical_available : "A critical update is available."
updates_available : "Updates are available."
please_upgrade : "Please upgrade!"
2013-08-21 16:28:51 -04:00
no_check_performed : "A check for updates has not been performed. Ensure sidekiq is running."
stale_data : "A check for updates has not been performed lately. Ensure sidekiq is running."
2013-11-04 12:51:01 -05:00
version_check_pending : "Looks like you upgraded recently. Fantastic!"
2013-03-19 13:51:09 -04:00
installed_version : "Installed"
latest_version : "Latest"
2013-03-19 23:18:00 -04:00
problems_found : "Some problems have been found with your installation of Discourse:"
2013-04-16 12:09:37 -04:00
last_checked : "Last checked"
refresh_problems : "Refresh"
no_problems : "No problems were found."
2013-03-22 17:50:22 -04:00
moderators : 'Moderators:'
admins : 'Admins:'
2013-06-04 11:53:19 -04:00
blocked : 'Blocked:'
2013-11-07 13:53:32 -05:00
suspended : 'Suspended:'
2013-04-16 18:37:35 -04:00
private_messages_short : "PMs"
private_messages_title : "Private Messages"
2013-02-14 12:10:53 -05:00
2013-03-07 11:07:59 -05:00
reports :
today : "Today"
yesterday : "Yesterday"
last_7_days : "Last 7 Days"
last_30_days : "Last 30 Days"
all_time : "All Time"
2013-03-12 11:57:33 -04:00
7_days_ago : "7 Days Ago"
30_days_ago : "30 Days Ago"
2013-03-21 13:27:53 -04:00
all : "All"
2013-03-23 13:06:28 -04:00
view_table : "View as Table"
view_chart : "View as Bar Chart"
2013-03-07 11:07:59 -05:00
2013-03-14 06:59:40 -04:00
commits :
2013-04-16 19:35:28 -04:00
latest_changes : "Latest changes: please update often!"
2013-03-16 07:39:20 -04:00
by : "by"
2013-03-14 06:59:40 -04:00
2013-02-14 12:10:53 -05:00
flags :
title : "Flags"
old : "Old"
active : "Active"
2013-06-20 03:42:15 -04:00
2013-06-21 03:29:54 -04:00
agree_hide : "Agree (hide post + send PM)"
agree_hide_title : "Hide this post and automatically send the user a private message urging them to edit it"
2013-06-20 03:42:15 -04:00
defer : "Defer"
2013-06-21 03:29:54 -04:00
defer_title : "No action is necessary at this time, defer any action on this flag until a later date, or never"
2013-06-20 03:42:15 -04:00
delete_post : "Delete Post"
2013-06-21 03:29:54 -04:00
delete_post_title : "Delete post; if the first post, delete the topic"
disagree_unhide : "Disagree (unhide post)"
disagree_unhide_title : "Remove any flags from this post and make the post visible again"
2013-06-20 03:42:15 -04:00
disagree : "Disagree"
2013-06-21 03:29:54 -04:00
disagree_title : "Disagree with flag, remove any flags from this post"
2013-07-26 15:40:08 -04:00
delete_spammer_title : "Delete the user and all its posts and topics."
2014-02-05 17:54:16 -05:00
clear_topic_flags : "Done"
clear_topic_flags_title : "The topic has been investigated and issues have been resolved. Click Done to remove the flags."
2013-06-20 03:42:15 -04:00
2013-02-16 22:40:24 -05:00
flagged_by : "Flagged by"
2013-11-22 11:13:54 -05:00
system : "System"
2013-03-14 18:03:13 -04:00
error : "Something went wrong"
2013-06-27 19:01:48 -04:00
view_message : "Reply"
2013-06-05 10:24:50 -04:00
no_results : "There are no flags."
2014-02-05 17:54:16 -05:00
topic_flagged : "This <strong>topic</strong> has been flagged."
visit_topic : "Visit the topic to investigate and take action."
2013-04-18 04:04:52 -04:00
2013-06-17 03:15:56 -04:00
summary :
action_type_3 :
one : "off-topic"
other : "off-topic x{{count}}"
action_type_4 :
one : "inappropriate"
other : "inappropriate x{{count}}"
action_type_6 :
one : "custom"
other : "custom x{{count}}"
action_type_7 :
one : "custom"
other : "custom x{{count}}"
action_type_8 :
one : "spam"
other : "spam x{{count}}"
2013-04-17 03:08:21 -04:00
groups :
2014-02-10 16:59:36 -05:00
primary : "Primary Group"
no_primary : "(no primary group)"
2013-04-17 03:08:21 -04:00
title : "Groups"
edit : "Edit Groups"
2013-04-18 04:04:52 -04:00
selector_placeholder : "add users"
2013-05-09 03:37:34 -04:00
name_placeholder : "Group name, no spaces, same as username rule"
2013-06-16 23:43:06 -04:00
about : "Edit your group membership and names here"
2013-07-21 22:37:01 -04:00
delete : "Delete"
delete_confirm : "Delete this group?"
delete_failed : "Unable to delete group. If this is an automatic group, it cannot be destroyed."
2013-02-14 12:10:53 -05:00
2013-03-26 15:33:17 -04:00
api :
2013-10-22 15:53:08 -04:00
generate_master : "Generate Master API Key"
none : "There are no active API keys right now."
user : "User"
2013-03-25 21:04:28 -04:00
title : "API"
2013-10-22 15:53:08 -04:00
key : "API Key"
generate : "Generate"
regenerate : "Regenerate"
revoke : "Revoke"
confirm_regen : "Are you sure you want to replace that API Key with a new one?"
confirm_revoke : "Are you sure you want to revoke that key?"
2013-05-08 03:13:10 -04:00
info_html : "Your API key will allow you to create and update topics using JSON calls."
2013-10-22 15:53:08 -04:00
all_users : "All Users"
2013-05-08 03:13:10 -04:00
note_html : "Keep this key <strong>secret</strong>, all users that have it may create arbitrary posts on the forum as any user."
2014-02-12 23:39:00 -05:00
backups :
title : "Backups"
menu :
backups : "Backups"
logs : "Logs"
none : "No backup available."
read_only :
enable :
title : "Enable the read-only mode"
text : "Enable read-only mode"
confirm : "Are you sure you want to enable the read-only mode?"
disable :
title : "Disable the read-only mode"
text : "Disable read-only mode"
logs :
none : "No logs yet..."
columns :
filename : "Filename"
size : "Size"
operations :
is_running : "An operation is currently running..."
failed : "The {{operation}} failed. Please check the logs."
cancel :
text : "Cancel"
title : "Cancel the current operation"
confirm : "Are you sure you want to cancel the current operation?"
backup :
text : "Backup"
title : "Create a backup"
confirm : "Are you sure you want to start a new backup?"
download :
text : "Download"
title : "Download the backup"
destroy :
text : "Delete"
title : "Remove the backup"
confirm : "Are you sure you want to destroy this backup?"
restore :
is_disabled : "Restore is disabled in the site settings."
text : "Restore"
title : "Restore the backup"
confirm : "Are your sure you want to restore this backup?"
rollback :
text : "Rollback"
title : "Rollback the database to previous working state"
confirm : "Are your sure you want to rollback the database to the previous working state?"
2013-02-18 05:20:07 -05:00
customize :
2013-02-14 12:10:53 -05:00
title : "Customize"
2013-04-10 01:00:35 -04:00
long_title : "Site Customizations"
2013-02-14 12:10:53 -05:00
header : "Header"
css : "Stylesheet"
2013-09-16 12:21:49 -04:00
mobile_header : "Mobile Header"
mobile_css : "Mobile Stylesheet"
2013-04-14 14:22:25 -04:00
override_default : "Do not include standard style sheet"
2013-02-14 12:10:53 -05:00
enabled : "Enabled?"
preview : "preview"
undo_preview : "undo preview"
save : "Save"
2013-03-14 06:59:40 -04:00
new : "New"
2013-03-14 18:03:13 -04:00
new_style : "New Style"
2013-02-14 12:10:53 -05:00
delete : "Delete"
delete_confirm : "Delete this customization?"
2013-04-10 01:00:35 -04:00
about : "Site Customization allow you to modify stylesheets and headers on the site. Choose or add one to start editing."
2013-02-14 12:10:53 -05:00
2013-06-03 16:12:24 -04:00
email :
2013-05-16 20:20:12 -04:00
title : "Email"
2013-06-03 16:12:24 -04:00
settings : "Settings"
2014-02-14 19:17:13 -05:00
all : "All"
2014-02-14 18:50:08 -05:00
sent : "Sent"
2014-02-14 13:06:21 -05:00
skipped : "Skipped"
2013-02-14 12:10:53 -05:00
sent_at : "Sent At"
2014-02-14 13:09:22 -05:00
time : "Time"
2013-07-06 15:51:58 -04:00
user : "User"
2013-02-14 12:10:53 -05:00
email_type : "Email Type"
to_address : "To Address"
test_email_address : "email address to test"
send_test : "send test email"
sent_test : "sent!"
2013-06-03 16:12:24 -04:00
delivery_method : "Delivery Method"
preview_digest : "Preview Digest"
2013-06-11 12:27:11 -04:00
preview_digest_desc : "This is a tool for previewing the content of the digest emails sent from your forum."
2013-06-03 16:12:24 -04:00
refresh : "Refresh"
format : "Format"
html : "html"
text : "text"
last_seen_user : "Last Seen User:"
2013-06-10 16:46:08 -04:00
reply_key : "Reply Key"
2014-02-14 19:17:13 -05:00
skipped_reason : "Skip Reason"
2014-02-14 18:50:08 -05:00
logs :
none : "No logs found."
filters :
title : "Filter"
user_placeholder : "username"
address_placeholder : "em@il.com"
type_placeholder : "digest, signup..."
reply_key_placeholder : ""
2014-02-14 19:17:13 -05:00
skipped_reason_placeholder : "reason"
2013-02-14 12:10:53 -05:00
2013-08-01 21:30:13 -04:00
logs :
title : "Logs"
action : "Action"
created_at : "Created"
2013-08-15 10:48:30 -04:00
last_match_at : "Last Matched"
match_count : "Matches"
2013-08-22 19:04:17 -04:00
ip_address : "IP"
2013-10-22 16:30:30 -04:00
delete : 'Delete'
edit : 'Edit'
save : 'Save'
2013-08-15 10:48:30 -04:00
screened_actions :
block : "block"
do_nothing : "do nothing"
2013-08-07 16:04:12 -04:00
staff_actions :
title : "Staff Actions"
2013-08-09 16:58:57 -04:00
instructions : "Click usernames and actions to filter the list. Click avatars to go to user pages."
clear_filters : "Show Everything"
2013-08-07 16:04:12 -04:00
staff_user : "Staff User"
target_user : "Target User"
2013-08-19 16:58:38 -04:00
subject : "Subject"
2013-08-07 18:29:13 -04:00
when : "When"
2013-08-07 16:04:12 -04:00
context : "Context"
details : "Details"
2013-08-19 16:58:38 -04:00
previous_value : "Previous"
new_value : "New"
2013-08-21 10:49:35 -04:00
diff : "Diff"
show : "Show"
modal_title : "Details"
no_previous : "There is no previous value."
2013-08-21 12:03:21 -04:00
deleted : "No new value. The record was deleted."
2013-08-07 16:04:12 -04:00
actions :
delete_user : "delete user"
change_trust_level : "change trust level"
2013-08-19 16:58:38 -04:00
change_site_setting : "change site setting"
2013-08-21 10:49:35 -04:00
change_site_customization : "change site customization"
2013-08-21 12:03:21 -04:00
delete_site_customization : "delete site customization"
2013-11-07 13:53:32 -05:00
suspend_user : "suspend user"
unsuspend_user : "unsuspend user"
2013-08-15 10:48:30 -04:00
screened_emails :
title : "Screened Emails"
description : "When someone tries to create a new account, the following email addresses will be checked and the registration will be blocked, or some other action performed."
email : "Email Address"
screened_urls :
title : "Screened URLs"
description : "The URLs listed here were used in posts by users who have been identified as spammers."
url : "URL"
2013-11-04 16:24:32 -05:00
domain : "Domain"
2013-10-21 14:49:51 -04:00
screened_ips :
title : "Screened IPs"
2013-10-24 17:18:10 -04:00
description : 'IP addresses that are being watched. Use "Allow" to whitelist IP addresses.'
2013-10-22 16:30:30 -04:00
delete_confirm : "Are you sure you want to remove the rule for %{ip_address}?"
actions :
block : "Block"
do_nothing : "Allow"
2013-10-24 17:18:10 -04:00
form :
label : "New:"
ip_address : "IP address"
add : "Add"
2013-08-01 21:30:13 -04:00
2013-02-14 12:10:53 -05:00
impersonate :
title : "Impersonate User"
username_or_email : "Username or Email of User"
help : "Use this tool to impersonate a user account for debugging purposes."
not_found : "That user can't be found."
invalid : "Sorry, you may not impersonate that user."
users :
title : 'Users'
create : 'Add Admin User'
last_emailed : "Last Emailed"
2013-05-02 21:10:00 -04:00
not_found : "Sorry, that username doesn't exist in our system."
2013-02-14 12:10:53 -05:00
active : "Active"
2013-07-08 12:42:17 -04:00
nav :
new : "New"
active : "Active"
pending : "Pending"
admins : 'Admins'
moderators : 'Mods'
2013-11-07 13:53:32 -05:00
suspended : 'Suspended'
2013-07-08 12:42:17 -04:00
blocked : 'Blocked'
2013-02-14 12:10:53 -05:00
approved : "Approved?"
approved_selected :
one : "approve user"
other : "approve users ({{count}})"
2013-08-16 11:42:24 -04:00
reject_selected :
one : "reject user"
other : "reject users ({{count}})"
2013-04-23 10:29:18 -04:00
titles :
active : 'Active Users'
new : 'New Users'
pending : 'Users Pending Review'
newuser : 'Users at Trust Level 0 (New User)'
basic : 'Users at Trust Level 1 (Basic User)'
regular : 'Users at Trust Level 2 (Regular User)'
leader : 'Users at Trust Level 3 (Leader)'
elder : 'Users at Trust Level 4 (Elder)'
2013-04-23 12:07:58 -04:00
admins : 'Admin Users'
moderators : 'Moderators'
2013-06-04 11:53:19 -04:00
blocked : 'Blocked Users'
2013-11-07 13:53:32 -05:00
suspended : 'Suspended Users'
2013-08-16 11:42:24 -04:00
reject_successful :
one : "Successfully rejected 1 user."
other : "Successfully rejected %{count} users."
reject_failures :
one : "Failed to reject 1 user."
other : "Failed to reject %{count} users."
2013-02-14 12:10:53 -05:00
user :
2013-11-07 13:53:32 -05:00
suspend_failed : "Something went wrong suspending this user {{error}}"
unsuspend_failed : "Something went wrong unsuspending this user {{error}}"
2013-11-07 16:34:18 -05:00
suspend_duration : "How long will the user be suspended for?"
2013-11-07 13:53:32 -05:00
suspend_duration_units : "(days)"
2013-11-07 16:34:18 -05:00
suspend_reason_label : "Why are you suspending? This text <b>will be visible to everyone</b> on this user's profile page, and will be shown to the user when they try to log in. Keep it short."
2013-11-07 13:53:32 -05:00
suspend_reason : "Reason"
suspended_by : "Suspended by"
2013-02-14 12:10:53 -05:00
delete_all_posts : "Delete all posts"
2013-08-14 11:48:18 -04:00
delete_all_posts_confirm : "You are about to delete %{posts} posts and %{topics} topics. Are you sure?"
2013-11-07 13:53:32 -05:00
suspend : "Suspend"
unsuspend : "Unsuspend"
suspended : "Suspended?"
2013-02-14 12:10:53 -05:00
moderator : "Moderator?"
admin : "Admin?"
2013-05-31 11:41:40 -04:00
blocked : "Blocked?"
2013-02-14 12:10:53 -05:00
show_admin_profile : "Admin"
2013-06-25 18:39:20 -04:00
edit_title : "Edit Title"
save_title : "Save Title"
2013-02-14 12:10:53 -05:00
refresh_browsers : "Force browser refresh"
show_public_profile : "Show Public Profile"
impersonate : 'Impersonate'
revoke_admin : 'Revoke Admin'
grant_admin : 'Grant Admin'
revoke_moderation : 'Revoke Moderation'
grant_moderation : 'Grant Moderation'
2013-05-31 11:41:40 -04:00
unblock : 'Unblock'
block : 'Block'
2013-02-14 12:10:53 -05:00
reputation : Reputation
permissions : Permissions
activity : Activity
like_count : Likes Received
2013-06-27 00:26:25 -04:00
private_topics_count : Private Topics
2013-02-14 12:10:53 -05:00
posts_read_count : Posts Read
post_count : Posts Created
2014-01-16 19:31:40 -05:00
topics_entered : Topics Viewed
2013-02-14 12:10:53 -05:00
flags_given_count : Flags Given
flags_received_count : Flags Received
approve : 'Approve'
approved_by : "approved by"
2013-12-20 11:36:43 -05:00
approve_success : "User approved and email sent with activation instructions."
approve_bulk_success : "Success! All selected users have been approved and notified."
2013-02-14 12:10:53 -05:00
time_read : "Read Time"
2013-04-11 16:04:20 -04:00
delete : "Delete User"
2013-12-20 11:36:43 -05:00
delete_forbidden_because_staff : "Admins and moderators can't be deleted."
2013-08-08 12:34:42 -04:00
delete_forbidden :
2014-02-20 12:29:40 -05:00
one : "Users can't be deleted if they have posts. Delete all posts before trying to delete a user. (Posts older than %{count} day old can't be deleted.)"
other : "Users can't be deleted if they have posts. Delete all posts before trying to delete a user. (Posts older than %{count} days old can't be deleted.)"
cant_delete_all_posts :
one : "Can't delete all posts. Some posts are older than %{count} day old."
other : "Can't delete all posts. Some posts are older than %{count} days old."
2013-08-13 03:41:23 -04:00
delete_confirm : "Are you SURE you want to delete this user? This action is permanent!"
2014-01-08 17:47:58 -05:00
delete_and_block : "<b>Yes</b>, and <b>block</b> future signups from this email and IP address"
delete_dont_block : "<b>Yes</b>, just delete the user"
2013-04-11 16:04:20 -04:00
deleted : "The user was deleted."
delete_failed : "There was an error deleting that user. Make sure all posts are deleted before trying to delete the user."
2013-05-07 21:58:34 -04:00
send_activation_email : "Send Activation Email"
activation_email_sent : "An activation email has been sent."
2013-07-05 11:50:43 -04:00
send_activation_email_failed : "There was a problem sending another activation email. %{error}"
2013-05-07 21:58:34 -04:00
activate : "Activate Account"
activate_failed : "There was a problem activating the user."
deactivate_account : "Deactivate Account"
deactivate_failed : "There was a problem deactivating the user."
2013-05-31 11:41:40 -04:00
unblock_failed : 'There was a problem unblocking the user.'
block_failed : 'There was a problem blocking the user.'
2013-06-20 14:51:24 -04:00
deactivate_explanation : "A deactivated user must re-validate their email."
2013-11-07 13:53:32 -05:00
suspended_explanation : "A suspended user can't log in."
2013-05-31 11:41:40 -04:00
block_explanation : "A blocked user can't post or start topics."
2013-07-03 04:27:40 -04:00
trust_level_change_failed : "There was a problem changing the user's trust level."
2013-11-07 13:53:32 -05:00
suspend_modal_title : "Suspend User"
2014-01-23 16:40:10 -05:00
trust_level_2_users : "Trust Level 2 Users"
2014-01-22 17:09:56 -05:00
trust_level_3_requirements : "Trust Level 3 Requirements"
tl3_requirements :
title : "Requirements for Trust Level 3"
table_title : "In the last 100 days:"
2014-01-23 16:40:10 -05:00
value_heading : "Value"
requirement_heading : "Requirement"
2014-01-22 17:09:56 -05:00
visits : "Visits"
days : "days"
topics_with_replies : "Topics with Replies"
topics_replied_to : "Topics Replied To"
quality_content : "Quality Content"
reading : "Reading"
site_promotion : "Site Promotion"
flagged_posts : "Flagged Posts"
2013-02-14 12:10:53 -05:00
2013-04-04 12:59:44 -04:00
site_content :
none : "Choose a type of content to begin editing."
2013-05-14 16:09:05 -04:00
title : 'Content'
2013-04-04 12:59:44 -04:00
edit : "Edit Site Content"
2013-02-14 12:10:53 -05:00
site_settings :
show_overriden : 'Only show overridden'
2013-05-14 16:09:05 -04:00
title : 'Settings'
2013-02-14 19:43:53 -05:00
reset : 'reset to default'
2013-06-11 14:23:52 -04:00
none : 'none'
2013-11-19 16:45:56 -05:00
no_results : "No results found."
2013-12-20 11:06:07 -05:00
clear_filter : "Clear"
2013-11-13 14:02:47 -05:00
categories :
2013-11-19 16:30:04 -05:00
all_results : 'All'
2013-11-14 12:37:41 -05:00
required : 'Required'
2013-11-14 15:05:48 -05:00
basic : 'Basic Setup'
2013-11-13 14:02:47 -05:00
users : 'Users'
posting : 'Posting'
email : 'Email'
files : 'Files'
trust : 'Trust Levels'
2013-11-14 15:05:48 -05:00
security : 'Security'
seo : 'SEO'
2013-11-13 14:02:47 -05:00
spam : 'Spam'
rate_limits : 'Rate Limits'
2013-11-14 14:46:17 -05:00
developer : 'Developer'
2013-12-31 14:37:43 -05:00
embedding : "Embedding"
2014-02-07 16:04:00 -05:00
legal : "Legal"
2013-11-13 14:02:47 -05:00
uncategorized : 'Uncategorized'
2013-11-29 14:03:39 -05:00
lightbox :
download : "download"
2013-09-20 19:33:49 -04:00
keyboard_shortcuts_help :
2014-01-27 18:39:11 -05:00
title : 'Keyboard Shortcuts (experimental)'
2013-09-20 19:33:49 -04:00
jump_to :
title : 'Jump To'
home : '<b>g</b> then <b>h</b> Home (Latest)'
latest : '<b>g</b> then <b>l</b> Latest'
new : '<b>g</b> then <b>n</b> New'
unread : '<b>g</b> then <b>u</b> Unread'
2014-01-09 16:22:54 -05:00
starred : '<b>g</b> then <b>f</b> Starred'
2013-09-20 19:33:49 -04:00
categories : '<b>g</b> then <b>c</b> Categories'
navigation :
title : 'Navigation'
back : '<b>u</b> Back'
up_down : '<b>k</b>/<b>j</b> Move selection up/down'
open : '<b>o</b> or <b>Enter</b> Open selected topic'
next_prev : '<b>`</b>/<b>~</b> Next/previous section'
application :
title : 'Application'
create : '<b>c</b> Create a new topic'
notifications : '<b>n</b> Open notifications'
search : '<b>/</b> Search'
help : '<b>?</b> Open keyboard shortcuts help'
actions :
title : 'Actions'
2014-01-09 16:22:54 -05:00
star : '<b>f</b> Star topic'
2013-09-20 19:33:49 -04:00
share_topic : '<b>s</b> Share topic'
share_post : '<b>shift s</b> Share post'
reply_topic : '<b>r</b> Reply to topic'
reply_post : '<b>shift r</b> Reply to post'
like : '<b>l</b> Like post'
flag : '<b>!</b> Flag post'
bookmark : '<b>b</b> Bookmark post'
edit : '<b>e</b> Edit post'
delete : '<b>d</b> Delete post'
mark_muted : '<b>m</b> then <b>m</b> Mark topic as muted'
mark_regular : '<b>m</b> then <b>r</b> Mark topic as regular'
mark_tracking : '<b>m</b> then <b>t</b> Mark topic as tracking'
mark_watching : '<b>m</b> then <b>w</b> Mark topic as watching'