mirror of
https://github.com/cosmocode/dokuwiki-plugin-imgpaste.git
synced 2025-08-10 02:44:47 +00:00
Merge branch 'feature_page_patternreplacement'
This commit is contained in:
@ -53,13 +53,13 @@ class action_plugin_imgpaste extends DokuWiki_Action_Plugin {
|
||||
'@NS@',
|
||||
'@ID@',
|
||||
'@USER@',
|
||||
'@PAGE@'
|
||||
'@PAGE@'
|
||||
),
|
||||
array(
|
||||
getNS($INPUT->post->str('id')),
|
||||
$INPUT->post->str('id'),
|
||||
$_SERVER['REMOTE_USER'],
|
||||
noNS($INPUT->post->str('id'))
|
||||
noNS($INPUT->post->str('id'))
|
||||
),
|
||||
$filename
|
||||
);
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
// keys need to match the config setting name
|
||||
$lang['filename'] = 'How to name pasted images. You can use the placeholders @USER@, @NS@, @ID@ and strftime placeholders. The file extension is added automatically.';
|
||||
$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.';
|
||||
|
||||
|
||||
|
||||
|
@ -6,6 +6,6 @@
|
||||
*/
|
||||
|
||||
// keys need to match the config setting name
|
||||
$lang['filename'] = 'Comment nommer les images collées. Vous pouvez utiliser les motifs @USER@, @NS@, @ID@, ansi que des formats de strftime. Imgpaste ajoutera automatiquement la bonne extension au nom du fichier.';
|
||||
$lang['filename'] = 'Comment nommer les images collées. Vous pouvez utiliser les motifs @USER@, @NS@, @ID@, @PAGE@ ansi que des formats de strftime. Imgpaste ajoutera automatiquement la bonne extension au nom du fichier.';
|
||||
|
||||
//Setup VIM: ex: et ts=4 :
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
// keys need to match the config setting name
|
||||
$lang['filename'] = '올린 파일의 이름. 대체 문자열 @USER@, @NS@, @ID@, strftime을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.';
|
||||
$lang['filename'] = '올린 파일의 이름. 대체 문자열 @USER@, @NS@, @ID@, @PAGE@, strftime을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.';
|
||||
|
||||
|
||||
|
||||
|
@ -1,11 +1,7 @@
|
||||
base imgpaste
|
||||
author Andreas Gohr
|
||||
email dokuwiki@cosmocode.de
|
||||
<<<<<<< HEAD
|
||||
date 2016-09-20
|
||||
=======
|
||||
date 2017-09-24
|
||||
>>>>>>> 02d362229275b1bdd8bf705f313142c5ebef8a51
|
||||
date 2018-05-03
|
||||
name imgpaste plugin
|
||||
desc Add images via cut'n'paste in Chrome
|
||||
url http://www.dokuwiki.org/plugin:imgpaste
|
||||
|
Reference in New Issue
Block a user