Files
luxtools-plugin/lang/de/lang.php
Lars Paulsen 6ddd45c38b Added new option 'showcreator'. See #28.
If activated an additional column will be displayed showing the DokuWiki user which created the file.
Only works if option 'direct' is set to '0'.
2018-05-31 16:35:56 +02:00

19 lines
471 B
PHP

<?php
/*
* additional language strings used by plugin
*
* german version
*
* @author Gina Haeussge <osd@foosel.net>
*/
$lang['filename'] = 'Dateiname';
$lang['filesize'] = 'Dateigröße';
$lang['lastmodified'] = 'Letzte Änderung';
$lang['error_nomatch'] = 'Keine Treffer';
$lang['error_outsidejail'] = 'Zugriff verweigert';
$lang['preview'] = 'Vorschau';
$lang['filetype'] = 'Dateityp';
$lang['createdby'] = 'Erstellt von';
$lang['creatorunknown'] = 'Unbekannt';