xref: /plugin/imgpaste/lang/en/lang.php (revision 4df872e4c48cbe637ff992c656081915840182b5)
1*4df872e4SAndreas Gohr<?php
2*4df872e4SAndreas Gohr/**
3*4df872e4SAndreas Gohr * English language file for imgpaste plugin
4*4df872e4SAndreas Gohr *
5*4df872e4SAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
6*4df872e4SAndreas Gohr */
7*4df872e4SAndreas Gohr
8*4df872e4SAndreas Gohr$lang['e_nodata']         = 'No clipboard data received.';
9*4df872e4SAndreas Gohr$lang['js']['inprogress'] = 'Upload in progress… please wait.';
10*4df872e4SAndreas Gohr
11*4df872e4SAndreas Gohr
12*4df872e4SAndreas Gohr
13*4df872e4SAndreas Gohr//Setup VIM: ex: et ts=4 :
14