1<?php
2/**
3 * English language file for sopy2clipboard plugin
4 *
5 * @author Schplurtz le Deboulonné <Schplurtz@laposte.net>
6 */
7
8$lang['js']['title'] = "Copy to clipboard";
9$lang['js']['copied'] = "Text copied";
10$lang['js']['error'] = "Error while copying text";
11