framework/extensions/lang-english/locale/flarum-sticky.yml
dcsjapan 7c61dd4790 Reorganize key names for Sticky
See [flarum/core #265](https://github.com/flarum/core/issues/265).

- Adjusts key names to three-tier namespacing.
- Adds newly extracted strings.
- Adds commenting to match core.
2015-10-22 09:20:24 +09:00

30 lines
886 B
YAML

flarum-sticky:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Strings in this namespace are used by the admin interface.
admin:
# These strings are used in the Permissions page of the admin interface.
permissions:
sticky_discussions_label: Sticky discussions
# Strings in this namespace are used by the forum user interface.
forum:
# These strings are displayed as tooltips for discussion badges.
badge:
sticky_tooltip: Sticky
# These strings are used by the discussion control buttons.
discussion_controls:
sticky_button: Sticky
unsticky_button: Unsticky
# These strings are displayed between posts in the post stream.
post_stream:
discussion_stickied_text: "{username} stickied the discussion."
discussion_unstickied_text: "{username} unstickied the discussion."