2022-03-31 16:28:08 +08:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
|
|
'index' => [
|
|
|
|
|
|
'page_title' => 'Message list',
|
|
|
|
|
|
],
|
|
|
|
|
|
'show' => [
|
|
|
|
|
|
'page_title' => 'Message detail',
|
2022-05-10 22:08:41 +08:00
|
|
|
|
],
|
|
|
|
|
|
'field_value_change_message_body' => ':field is changed from :old to :new by :operator. Reason::reason.',
|
|
|
|
|
|
'field_value_change_message_subject' => ':field changed',
|
2022-07-23 23:35:43 +08:00
|
|
|
|
|
|
|
|
|
|
'download_disable' => [
|
2022-10-06 18:19:39 +08:00
|
|
|
|
'subject' => 'Download permission canceled',
|
2022-07-30 15:06:51 +08:00
|
|
|
|
'body' => 'Your download privileges has revoked, possibly due to low sharing rates or misbehavior. By: :operator',
|
2022-07-23 23:35:43 +08:00
|
|
|
|
],
|
2022-10-06 18:19:39 +08:00
|
|
|
|
'download_disable_upload_over_speed' => [
|
|
|
|
|
|
'subject' => 'Download permission canceled',
|
|
|
|
|
|
'body' => 'Your download permission has been cancelled due to excessive upload speed, please file if you are a seed box user.' ,
|
|
|
|
|
|
],
|
2022-07-23 23:35:43 +08:00
|
|
|
|
'download_enable' => [
|
|
|
|
|
|
'subject' => 'Download permission restored',
|
2022-07-30 15:06:51 +08:00
|
|
|
|
'body' => 'Your download privileges restored, you can now download torrents. By: :operator',
|
2022-07-23 23:35:43 +08:00
|
|
|
|
],
|
2022-03-31 16:28:08 +08:00
|
|
|
|
];
|