1<?php 2/** 3 * German 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'] = 'Browsercache einer Mediendatei wird standardmäßig bei jedem Request validiert (nicht angehakt bewirkt DokuWikis Standardverhalten)'; 10 11//Setup VIM: ex: et ts=4 : 12