flatpress/fp-plugins/stats/lang/lang.da-dk.php
Fraenkiman 05b6906596 Outsourcing statistics panel
- Outsourcing of the fixed statistics panel in a plugin
2024-04-12 01:37:08 +02:00

18 lines
466 B
PHP

<?php
$lang ['admin'] ['entry'] ['submenu'] = 'Statistik';
$lang ['admin'] ['entry'] ['stats'] = array(
'head' => 'Statistik',
'entries' => 'Bidrag',
'you_have' => 'Du har',
'entries_using' => 'indlæg med',
'characters_in' => 'tegn i',
'words' => 'ord',
'total_disk_space_is' => 'Den samlede lagerplads er',
'comments' => 'Kommentarer',
'comments_using' => 'Kommentarer med',
'the' => 'De',
'most_commented_entries' => 'mest kommenterede indlæg'
);
?>