Files
luxtools-plugin/lang/en/lang.php
luxick f83248d605
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Optical rendering of file and image listings
2026-01-06 14:34:05 +01:00

19 lines
429 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['openlocation'] = 'Open Location';
$lang['error_nomatch'] = 'No match';
$lang['error_outsidejail'] = 'Access denied';
$lang['empty_files'] = 'No Files';
$lang['empty_images'] = 'No Images';