Files
nexusphp/resources/lang/da/forum.php
2025-04-21 02:53:56 +07:00

13 lines
365 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'topic' => [
'replied_notify_subject' => 'Emnet har et nyt svar',
'replied_notify_body' => 'Dit emne:topic_subject har et nyt svar.',
],
'post' => [
'edited_notify_subject' => 'Indlægssvar blev ændret',
'edited_notify_body' => 'Dit svar på emnet: :topic_subject blev ændret af: :editor.',
]
];