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