1<?php
2/**
3 * english language file for c3chart plugin
4 *
5 * @author Jason Xun Xu <dev@jasonxu.net>
6 */
7
8// keys need to match the config setting name
9$lang['url_yaml'] = 'URL of JS-YAML (js-yaml.js)';
10$lang['url_d3'] = 'URL of d3.js';
11$lang['url_c3'] = 'URL of c3.js';
12$lang['url_c3_css'] = 'URL of CSS file of c3.js';
13
14
15
16//Setup VIM: ex: et ts=4 :
17