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