Skip to content

Commit 8363401

Browse files
committed
Merge branch 'feature_page_patternreplacement'
2 parents 7760727 + 293e8e8 commit 8363401

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

action.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ public function handle_ajax_call_unknown(Doku_Event &$event, $param) {
5353
'@NS@',
5454
'@ID@',
5555
'@USER@',
56-
'@PAGE@'
56+
'@PAGE@'
5757
),
5858
array(
5959
getNS($INPUT->post->str('id')),
6060
$INPUT->post->str('id'),
6161
$_SERVER['REMOTE_USER'],
62-
noNS($INPUT->post->str('id'))
62+
noNS($INPUT->post->str('id'))
6363
),
6464
$filename
6565
);

lang/en/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
// 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.';
9+
$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.';
1010

1111

1212

lang/fr/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
*/
77

88
// keys need to match the config setting name
9-
$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.';
9+
$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.';
1010

1111
//Setup VIM: ex: et ts=4 :

lang/ko/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
// keys need to match the config setting name
9-
$lang['filename'] = '올린 파일의 이름. 대체 문자열 @USER@, @NS@, @ID@, strftime을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.';
9+
$lang['filename'] = '올린 파일의 이름. 대체 문자열 @USER@, @NS@, @ID@, @PAGE@, strftime을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.';
1010

1111

1212

plugin.info.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
base imgpaste
22
author Andreas Gohr
33
4-
<<<<<<< HEAD
5-
date 2016-09-20
6-
=======
7-
date 2017-09-24
8-
>>>>>>> 02d362229275b1bdd8bf705f313142c5ebef8a51
4+
date 2018-05-03
95
name imgpaste plugin
10-
desc Add images via cut'n'paste in Chrome
6+
desc Add images via cut'n'paste in Chrome
117
url http://www.dokuwiki.org/plugin:imgpaste

0 commit comments

Comments
 (0)