Skip to content

Commit a0e294a

Browse files
committed
New translations entities.php (Danish)
1 parent 30d0271 commit a0e294a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

lang/da/entities.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,11 @@
392392
'comment' => 'Kommentar',
393393
'comments' => 'Kommentarer',
394394
'comment_add' => 'Tilføj kommentar',
395+
'comment_none' => 'No comments to display',
395396
'comment_placeholder' => 'Skriv en kommentar her',
396-
'comment_count' => '{0} Ingen kommentarer|{1} 1 Kommentar|[2,*] :count kommentarer',
397+
'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
398+
'comment_archived_count' => ':count Archived',
399+
'comment_archived_threads' => 'Archived Threads',
397400
'comment_save' => 'Gem kommentar',
398401
'comment_new' => 'Ny kommentar',
399402
'comment_created' => 'kommenteret :createDiff',
@@ -402,8 +405,14 @@
402405
'comment_deleted_success' => 'Kommentar slettet',
403406
'comment_created_success' => 'Kommentaren er tilføjet',
404407
'comment_updated_success' => 'Kommentaren er opdateret',
408+
'comment_archive_success' => 'Comment archived',
409+
'comment_unarchive_success' => 'Comment un-archived',
410+
'comment_view' => 'View comment',
411+
'comment_jump_to_thread' => 'Jump to thread',
405412
'comment_delete_confirm' => 'Er du sikker på, at du vil slette denne kommentar?',
406413
'comment_in_reply_to' => 'Som svar til :commentId',
414+
'comment_reference' => 'Reference',
415+
'comment_reference_outdated' => '(Outdated)',
407416
'comment_editor_explain' => 'Her er de kommentarer, der er blevet efterladt på denne side. Kommentarer kan tilføjes og administreres, når du ser den gemte side.',
408417

409418
// Revision

0 commit comments

Comments
 (0)