Fraenkiman 577ca51ad4 Danish translation
- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
2023-11-02 16:15:58 +01:00

15 lines
236 B
PHP

<?php
$lang['plugin']['lastentries'] = array(
'subject_before_count' => 'De sidste ',
'subject_after_count' => ' poster',
'edit' => 'rediger',
'add_entry' => 'Tilføj post',
'no_entries' => 'Ingen poster'
);
?>