mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
Fix missing appname
This commit is contained in:
parent
31d1e20bdc
commit
d3ccca9874
@ -393,7 +393,7 @@ class infolog_hooks
|
|||||||
'size' => 60,
|
'size' => 60,
|
||||||
'label' => 'Directory with documents to insert entries',
|
'label' => 'Directory with documents to insert entries',
|
||||||
'name' => 'document_dir',
|
'name' => 'document_dir',
|
||||||
'help' => lang('If you specify a directory (full vfs path) here, %1 displays an action for each document. That action allows to download the specified document with the data inserted.').' '.
|
'help' => lang('If you specify a directory (full vfs path) here, %1 displays an action for each document. That action allows to download the specified document with the data inserted.',lang('infolog')).' '.
|
||||||
lang('The document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2).','<a href="'.$link.'" target="_blank">','</a>','info_subject').' '.
|
lang('The document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2).','<a href="'.$link.'" target="_blank">','</a>','info_subject').' '.
|
||||||
lang('The following document-types are supported:').'*.rtf, *.txt',
|
lang('The following document-types are supported:').'*.rtf, *.txt',
|
||||||
'run_lang' => false,
|
'run_lang' => false,
|
||||||
|
Loading…
Reference in New Issue
Block a user