mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
13 lines
415 B
PHP
13 lines
415 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'topic' => [
|
|||
|
|
'replied_notify_subject' => 'Le sujet a une nouvelle réponse',
|
|||
|
|
'replied_notify_body' => 'Votre sujet::topic_subject a une nouvelle réponse.',
|
|||
|
|
],
|
|||
|
|
'post' => [
|
|||
|
|
'edited_notify_subject' => 'La réponse au message a été modifiée',
|
|||
|
|
'edited_notify_body' => 'Votre réponse au sujet : :topic_subject a été modifiée par : :editor.',
|
|||
|
|
]
|
|||
|
|
];
|