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// keys need to match the config setting name 9*4df872e4SAndreas Gohr$lang['filename'] = 'How to name pasted images. You can use the placeholders @USER@, @NS@, @ID@ and strftime placeholders. The file extension is added automatically.'; 10*4df872e4SAndreas Gohr 11*4df872e4SAndreas Gohr 12*4df872e4SAndreas Gohr 13*4df872e4SAndreas Gohr//Setup VIM: ex: et ts=4 : 14