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