Files
nexusphp/resources/lang/da/forum.php
2026-02-01 01:26:00 +07:00

17 lines
551 B
PHP
Raw Permalink 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.',
],
'reply' => [
'replied_notify_subject' => 'Dit svar har et nyt svar',
'replied_notify_body' => 'Dit svar til emne:topic_subject blev besvaret af :replyer.',
]
];