mirror of
https://github.com/cosmocode/dokuwiki-plugin-imgpaste.git
synced 2025-07-22 00:34:39 +00:00
CHG:
- updated settings info
This commit is contained in:
@ -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을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.';
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user