1<?php
2/**
3 * english language file for syntaxhighlightjs plugin
4 *
5 * @author Claud D. Park <posquit0.bj@gmail.com>
6 */
7
8// keys need to match the config setting name
9$lang['syntax'] = 'Which syntax should be used in the toolbar picker for syntaxhighlightjs?';
10$lang['theme'] = 'Which theme should be used for syntaxhighlightjs?';
11$lang['restrictedClasses'] = 'restrict usage of plugin to these (comma separated) classesp';
12
13
14//Setup VIM: ex: et ts=4 :
15