1<?php 2/** 3 * RRDGraph Plugin: English language file for the config manager 4 * 5 * @author Daniel Goß <developer@flashsystems.de> 6 * @license MIT 7 */ 8 9// keys need to match the config setting name 10$lang['plugin_settings_name'] = 'RRD graph generator'; 11$lang['cache_timeout'] = 'RRD image cache timeout (seconds)'; 12$lang['include_acl'] = 'Check ACL for included RRD templates'; 13$lang['graph_media_namespace'] = 'Virtual namespace for RRD graphs'; 14