<?php
/**
 * English language file for copycode plugin options
 *
 * @author footstark
 */

$lang['enable_for_inline'] = 'Enable copying for inline code elements';
$lang['enable_for_highlighted'] = 'Enable copying of highlighted code elements';
$lang['enable_blockinline'] = 'Copy inline with right-click';
$lang['copycode_hover_cursor'] = 'Hover cursor';
