1<?php
2/**
3 * English language file for Emoji plugin configuration
4 *
5 * @license     GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author      Patrick Brown <ptbrown@whoopdedo.org>
7 */
8$lang['assetsrc']       = 'Source to load Emojione assets from';
9$lang['assetsrc_o_builtin']     = 'local server';
10$lang['assetsrc_o_cdn']         = 'public CDN';
11$lang['assetsrc_o_external']    = 'private CDN';
12$lang['asseturi']       = 'Base URI of the private CDN';
13