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

13 lines
250 B
PHP

<?php
// cimangi Aggiunta traduzione stringhe
$lang['plugin']['lastcomments'] = array(
'last' => 'Seneste',
'comments' => 'kommentarer',
'no_comments' => 'Ingen kommentarer',
'no_new_comments' => 'Ingen nye kommentarer'
);
?>