14df872e4SAndreas Gohr<?php 24df872e4SAndreas Gohr/** 34df872e4SAndreas Gohr * english language file for imgpaste plugin 44df872e4SAndreas Gohr * 54df872e4SAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de> 64df872e4SAndreas Gohr */ 74df872e4SAndreas Gohr 84df872e4SAndreas Gohr// keys need to match the config setting name 9*293e8e8dSfstorck$lang['filename'] = 'How to name pasted images. You can use the placeholders @USER@, @NS@, @ID@, @PAGE@ and strftime placeholders. The file extension is added automatically.'; 104df872e4SAndreas Gohr 114df872e4SAndreas Gohr 124df872e4SAndreas Gohr 134df872e4SAndreas Gohr//Setup VIM: ex: et ts=4 : 14