2015-10-03 14:54:08 +08:00
|
|
|
flarum-subscriptions:
|
2015-10-22 14:19:50 +08:00
|
|
|
|
|
|
|
##
|
|
|
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
|
|
|
##
|
|
|
|
|
|
|
|
# Strings in this namespace are used by the forum user interface.
|
2015-10-16 10:05:05 +08:00
|
|
|
forum:
|
2015-10-22 14:19:50 +08:00
|
|
|
|
|
|
|
# These strings are displayed as tooltips for discussion badges.
|
|
|
|
badge:
|
|
|
|
following_tooltip: => flarum-subscriptions.ref.following
|
|
|
|
ignoring_tooltip: => flarum-subscriptions.ref.ignoring
|
|
|
|
|
|
|
|
# These strings are used by the discussion control buttons.
|
|
|
|
discussion_controls:
|
|
|
|
follow_button: => flarum-subscriptions.ref.follow
|
|
|
|
unfollow_button: Unfollow
|
|
|
|
unignore_button: Unignore
|
|
|
|
|
|
|
|
# These strings are used on the index page, peripheral to the discussion list.
|
|
|
|
index:
|
|
|
|
following_link: => flarum-subscriptions.ref.following
|
|
|
|
|
|
|
|
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
|
|
|
|
notifications:
|
|
|
|
new_post_text: "{username} posted"
|
|
|
|
|
|
|
|
# These strings are used in the Settings page.
|
|
|
|
settings:
|
|
|
|
notify_new_post_label: Someone posts in a discussion I'm following
|
|
|
|
|
|
|
|
# These strings are used in the subscription menu displayed to the right of the post stream.
|
|
|
|
sub_controls:
|
|
|
|
follow_button: => flarum-subscriptions.ref.follow
|
|
|
|
following_button: => flarum-subscriptions.ref.following
|
|
|
|
following_text: Be notified of all replies.
|
|
|
|
ignoring_button: => flarum-subscriptions.ref.ignoring
|
|
|
|
ignoring_text: Never be notified. Hide from the discussion list.
|
|
|
|
not_following_button: Not Following
|
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
|
|
|
not_following_text: "Be notified only when @mentioned."
|
2015-10-22 14:19:50 +08:00
|
|
|
|
|
|
|
##
|
|
|
|
# REUSED STRINGS - These keys should not be used directly in code!
|
|
|
|
##
|
|
|
|
|
|
|
|
# Strings in this namespace are referenced by two or more unique keys.
|
|
|
|
ref:
|
|
|
|
follow: Follow
|
2015-10-16 10:05:05 +08:00
|
|
|
following: Following
|
|
|
|
ignoring: Ignoring
|