<?php
/*
 * Display File Dokuwiki Plugin
 * Copyright (c) 2016 Jay Jeckel
 * Licensed under the MIT license: https://opensource.org/licenses/MIT
 * Permission is granted to use, copy, modify, and distribute the work.
 * Full license information available in the project LICENSE file.
*/

$lang['root_path'] = "Specifies the root directory displayed file paths will evaluate relative to. Default: none";
$lang['deny_extensions'] = "Space-separated list of disallowed file extensions. Default: 'sh'";
$lang['allow_extensions'] = "Space-separated list of allowed file extensions. Default: 'txt php js css'";

?>