mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
13 lines
370 B
PHP
13 lines
370 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'topic' => [
|
|||
|
|
'replied_notify_subject' => 'The topic has a new reply',
|
|||
|
|
'replied_notify_body' => 'Your topic::topic_subject has a new reply.',
|
|||
|
|
],
|
|||
|
|
'post' => [
|
|||
|
|
'edited_notify_subject' => 'Post reply was modified',
|
|||
|
|
'edited_notify_body' => 'Your reply to topic: :topic_subject was modified by: :editor.',
|
|||
|
|
]
|
|||
|
|
];
|