framework/extensions/lang-english/locale/flarum-likes.yml
dcsjapan 07c849e780 Merge reused strings into core
- Merges two strings from Likes and Mentions into the core YML.
- Adds commenting to core YML to indicate strings referenced by extensions.
- Changes `others_link` to `others_text` in Mentions.
- Removes obsolete `ref:` namespace from Mentions.
2015-10-24 10:14:20 +09:00

37 lines
1.1 KiB
YAML

flarum-likes:
##
# 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:
like_posts_label: Like posts
# Strings in this namespace are used by the forum user interface.
forum:
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
notifications:
post_liked_text: "{username} liked your post"
# These strings are displayed beneath individual posts.
post:
like_link: Like
liked_by_text: "{users} likes this.|{users} like this."
liked_by_self_text: "{users} like this." # Can be pluralized to agree with the number of users!
others_link: => core.ref.some_others
unlike_link: Unlike
you_text: => core.ref.you
# These strings are used by the Users Who Like This modal dialog.
post_likes:
title: Users Who Like This
# These strings are used in the Settings page.
settings:
notify_post_liked_label: Someone likes one of my posts