
- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
15 lines
236 B
PHP
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'
|
|
|
|
|
|
);
|
|
|
|
?>
|