Files
luxtools-plugin/lang/en/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
449 B
PHP

<?php
/*
* additional language strings used by plugin
*
* english version
*
* @author Gina Haeussge <osd@foosel.net>
*/
$lang['filename'] = 'Filename';
$lang['filesize'] = 'Filesize';
$lang['lastmodified'] = 'Last modified';
$lang['error_nomatch'] = 'No match';
$lang['error_outsidejail'] = 'Access denied';
$lang['preview'] = 'Preview';
$lang['filetype'] = 'Filetype';
$lang['createdby'] = 'Created by';
$lang['creatorunknown'] = 'Unknown';