mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
15 lines
433 B
PHP
15 lines
433 B
PHP
<?php
|
|
|
|
return array (
|
|
'topic' =>
|
|
array (
|
|
'replied_notify_subject' => '投稿への新しい返信',
|
|
'replied_notify_body' => 'あなたの投稿:: topic_subjectは新しい返信を受け取りました。',
|
|
),
|
|
'post' =>
|
|
array (
|
|
'edited_notify_subject' => '返信を投稿しました',
|
|
'edited_notify_body' => '投稿での返信:: topic_subjectは:: editorによって変更されました。',
|
|
),
|
|
);
|