<?php
/**
 * RRDGraph Plugin: English language file for the plugin
 *
 * @author Daniel Goß <developer@flashsystems.de>
 * @license MIT
 */

// keys need to match the config setting name
$lang['gd_missing'] = 'GD support is not enabled in this version of PHP. RRD graphs can not be generated without GD support.';
$lang['rrd_missing'] = 'The rrd extension for PHP is not installed. RRD graphs can not be generated without the rrd extension.';
