1<?php 2/** 3 * english language file for mediacacheconfig plugin 4 * 5 * @author Michael Große <grosse@cosmocode.de> 6 */ 7 8// keys need to match the config setting name 9$lang['always-validate'] = 'Validate the browser cache of a media file by default at each request (unchecked is DokuWiki default behavior)'; 10 11 12 13//Setup VIM: ex: et ts=4 : 14