mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Merge pull request #32 from maelsoucaze/reply
Merge Reply references into a reused string
This commit is contained in:
commit
66f0bf2755
|
@ -170,7 +170,7 @@ core:
|
|||
log_in_to_reply_button: Log In to Reply
|
||||
rename_button: Rename
|
||||
rename_text: Enter a new title for this discussion:
|
||||
reply_button: Reply
|
||||
reply_button: => core.ref.reply
|
||||
restore_button: => core.ref.restore
|
||||
|
||||
# These strings are used in the discussion list.
|
||||
|
@ -374,6 +374,7 @@ core:
|
|||
notifications: Notifications
|
||||
okay: OK
|
||||
password: Password
|
||||
reply: Reply
|
||||
restore: Restore
|
||||
save_changes: Save Changes
|
||||
settings: Settings
|
||||
|
|
|
@ -22,7 +22,7 @@ flarum-mentions:
|
|||
mentioned_by_text: "{users} replied to this." # Can be pluralized to agree with the number of users!
|
||||
mentioned_by_self_text: "{users} replied to this." # Can be pluralized to agree with the number of users!
|
||||
others_link: => flarum-mentions.ref.others
|
||||
reply_link: Reply
|
||||
reply_link: => core.ref.reply
|
||||
you_text: You
|
||||
|
||||
# These strings are used in the Settings page.
|
||||
|
|
Loading…
Reference in New Issue
Block a user