mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 04:27:22 +08:00
Merge remote-tracking branch 'origin/php8' into php8
This commit is contained in:
@@ -8,5 +8,9 @@ return [
|
||||
'post' => [
|
||||
'edited_notify_subject' => 'Post reply was modified',
|
||||
'edited_notify_body' => 'Your reply to topic: :topic_subject was modified by: :editor.',
|
||||
],
|
||||
'reply' => [
|
||||
'replied_notify_subject' => 'Your reply has a new reply',
|
||||
'replied_notify_body' => 'Your reply to topic::topic_subject was replied by :replyer.',
|
||||
]
|
||||
];
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'msg_you_must_upload_in' => "Please upload the offer within ",
|
||||
'msg_hours_otherwise' => " hours. Otherwise the offer would be deleted.",
|
||||
'msg_reason_is' => "The reason: ",
|
||||
'msg_new_offer_subject' => "A new offer has been added",
|
||||
'msg_new_offer_msg' => "User :username has added a new offer :offername",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user