xref: /plugin/copy2clipboard/lang/en/lang.php (revision 0572b688601a4c2d901b20e659c0d5d32760d9fa)
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