<?php
/**
 * English language file for copycode plugin
 *
 * @author Nicolas Prigent <mail.nicolasprigent@gmail.com>
 */

$lang['js']['copied'] = 'Code has been copied!';
$lang['js']['copiedinline'] = 'Code has been copied in one line';
$lang['js']['highlightedcopied'] = 'Highlighted code has been copied!';
$lang['js']['error'] = 'Something went wrong when copying code.';
