xref: /plugin/imgpaste/lang/en/settings.php (revision 4df872e4c48cbe637ff992c656081915840182b5)
1<?php
2/**
3 * english language file for imgpaste plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9$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
11
12
13//Setup VIM: ex: et ts=4 :
14