Files
nexusphp/resources/lang/sv/forum.php

13 lines
371 B
PHP
Raw Normal View History

2025-04-22 19:35:05 +07:00
<?php
return [
'topic' => [
'replied_notify_subject' => 'Ämnet har ett nytt svar',
'replied_notify_body' => 'Ditt ämne:topic_subject har ett nytt svar.',
],
'post' => [
'edited_notify_subject' => 'Inläggssvar har ändrats',
'edited_notify_body' => 'Ditt svar på ämnet: :topic_subject ändrades av: :editor.',
]
];