flatpress/fp-plugins/stats/lang/lang.de-de.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
497 B
PHP

<?php
$lang ['admin'] ['entry'] ['submenu'] = 'Statistiken';
$lang ['admin'] ['entry'] ['stats'] = array(
'head' => 'Statistiken',
'entries' => 'Beiträge',
'you_have' => 'Du hast',
'entries_using' => 'Beiträge mit',
'characters_in' => 'Zeichen in',
'words' => 'Wörtern',
'total_disk_space_is' => 'Der gesamte Speicherplatz beträgt',
'comments' => 'Kommentare',
'comments_using' => 'Kommentare mit',
'the' => 'Die',
'most_commented_entries' => 'meist kommentierten Beiträge'
);
?>