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