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