1<?php
2/**
3 * English language file for copycode plugin options
4 *
5 * @author footstark
6 */
7
8$lang['enable_for_inline'] = 'Enable copying for inline code elements';
9$lang['enable_for_highlighted'] = 'Enable copying of highlighted code elements';
10$lang['enable_blockinline'] = 'Copy inline with right-click';
11$lang['copycode_hover_cursor'] = 'Hover cursor';
12