]> BookStack Code Mirror - bookstack/blob - lang/da/notifications.php
Move settings category layouts into their own view folder
[bookstack] / lang / da / notifications.php
1 <?php
2 /**
3  * Text used for activity-based notifications.
4  */
5 return [
6
7     'new_comment_subject' => 'Ny kommentar på siden: :pageName',
8     'new_comment_intro' => 'En bruger har kommenteret på en side i :appName:',
9     'new_page_subject' => 'Ny side: :pageName',
10     'new_page_intro' => 'En ny side er blevet oprettet i :appName:',
11     'updated_page_subject' => 'Opdateret side: :pageName',
12     'updated_page_intro' => 'En side er blevet opdateret i :appName:',
13     'updated_page_debounce' => 'For at forhindre en masse af notifikationer, i et stykke tid vil du ikke blive sendt notifikationer for yderligere redigeringer til denne side af den samme editor.',
14
15     'detail_page_name' => 'Page Name:',
16     'detail_page_path' => 'Page Path:',
17     'detail_commenter' => 'Commenter:',
18     'detail_comment' => 'Comment:',
19     'detail_created_by' => 'Created By:',
20     'detail_updated_by' => 'Updated By:',
21
22     'action_view_comment' => 'View Comment',
23     'action_view_page' => 'Vis Side',
24
25     'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
26     'footer_reason_link' => 'your notification preferences',
27 ];