mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
use active tense on email settings
This commit is contained in:
parent
246ae75a31
commit
c2e716cd88
1 changed files with 10 additions and 10 deletions
|
@ -315,7 +315,7 @@ en:
|
|||
notifications: "Notifications"
|
||||
dismiss_notifications: "Mark all as Read"
|
||||
dismiss_notifications_tooltip: "Mark all unread notifications as read"
|
||||
disable_jump_reply: "Don't jump to your new post after replying"
|
||||
disable_jump_reply: "Don't jump to my post after I reply"
|
||||
dynamic_favicon: "Show incoming message notifications on favicon (experimental)"
|
||||
edit_history_public: "Let other users view my post revisions"
|
||||
external_links_in_new_tab: "Open all external links in a new tab"
|
||||
|
@ -328,7 +328,7 @@ en:
|
|||
suspended_notice: "This user is suspended until {{date}}."
|
||||
suspended_reason: "Reason: "
|
||||
github_profile: "Github"
|
||||
mailing_list_mode: "Receive an email for every new post (unless you mute the topic or category)"
|
||||
mailing_list_mode: "Send me an email for every new post (unless I mute the topic or category)"
|
||||
watched_categories: "Watched"
|
||||
watched_categories_instructions: "You will automatically watch all new topics in these categories. You will be notified of all new posts and topics, plus the count of unread and new posts will also appear next to the topic's listing."
|
||||
tracked_categories: "Tracked"
|
||||
|
@ -404,8 +404,8 @@ en:
|
|||
authenticated: "Your email has been authenticated by {{provider}}"
|
||||
frequency:
|
||||
zero: "We'll email you immediately if you haven't read the thing we're emailing you about."
|
||||
one: "We'll only email you if we haven't seen you in the last minute and you haven't read the thing we're emailing you about."
|
||||
other: "We'll only email you if we haven't seen you in the last {{count}} minutes and you haven't read the thing we're emailing you about."
|
||||
one: "We'll only email you if we haven't seen you in the last minute."
|
||||
other: "We'll only email you if we haven't seen you in the last {{count}} minutes."
|
||||
|
||||
name:
|
||||
title: "Name"
|
||||
|
@ -446,13 +446,13 @@ en:
|
|||
website: "Web Site"
|
||||
email_settings: "Email"
|
||||
email_digests:
|
||||
title: "When you don't visit the site, send an email digest of what's new:"
|
||||
title: "When I don't visit here, send 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"
|
||||
email_direct: "Send me an email when someone quotes me, replies to my post, or mentions my @username"
|
||||
email_private_messages: "Send me an email when someone private messages me"
|
||||
email_always: "Do not suppress email notifications when I am active on the site"
|
||||
|
||||
other_settings: "Other"
|
||||
|
@ -460,8 +460,8 @@ en:
|
|||
|
||||
new_topic_duration:
|
||||
label: "Consider topics new when"
|
||||
not_viewed: "you haven't viewed them yet"
|
||||
last_here: "created since you were here last"
|
||||
not_viewed: "I haven't viewed them yet"
|
||||
last_here: "created since I was here last"
|
||||
after_n_days:
|
||||
one: "created in the last day"
|
||||
other: "created in the last {{count}} days"
|
||||
|
@ -469,7 +469,7 @@ en:
|
|||
one: "created in the last week"
|
||||
other: "created in the last {{count}} weeks"
|
||||
|
||||
auto_track_topics: "Automatically track topics you enter"
|
||||
auto_track_topics: "Automatically track topics I enter"
|
||||
auto_track_options:
|
||||
never: "never"
|
||||
always: "always"
|
||||
|
|
Loading…
Reference in a new issue