framework/extensions/lang-english/locale/flarum-subscriptions.yml
Maël Soucaze 5ff4c1fd64 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 14:26:56 +01:00

52 lines
1.7 KiB
YAML

flarum-subscriptions:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Strings in this namespace are used by the forum user interface.
forum:
# 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
not_following_text: "Be notified only when @mentioned."
##
# 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
following: Following
ignoring: Ignoring