2015-10-03 16:24:08 +09:30
|
|
|
flarum-likes:
|
2015-10-23 11:31:53 +09:00
|
|
|
|
|
|
|
##
|
|
|
|
# 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.
|
2015-10-16 12:35:05 +10:30
|
|
|
forum:
|
2015-10-23 11:31:53 +09:00
|
|
|
|
|
|
|
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
|
|
|
|
notifications:
|
2015-10-24 12:36:30 +09:00
|
|
|
post_liked_text: "{username} liked your post" # Can be pluralized to agree with the number of users!
|
2015-10-24 11:11:44 +09:00
|
|
|
others_text: => core.ref.some_others
|
2015-10-23 11:31:53 +09:00
|
|
|
|
|
|
|
# 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!
|
2015-10-24 10:14:20 +09:00
|
|
|
others_link: => core.ref.some_others
|
2015-10-23 11:31:53 +09:00
|
|
|
unlike_link: Unlike
|
2015-10-24 10:14:20 +09:00
|
|
|
you_text: => core.ref.you
|
2015-10-23 11:31:53 +09:00
|
|
|
|
|
|
|
# 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:
|
2015-10-23 15:18:23 +09:00
|
|
|
notify_post_liked_label: Someone likes one of my posts
|