You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/components/tagger/lexicon/en/properties.inc.php
+2-1
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,5 @@
17
17
$_lang['tagger.gettags.separator_desc'] = 'String separator, that will be used for separating Tags';
18
18
$_lang['tagger.gettags.target_desc'] = 'An ID of a resource that will be used for generating URI for a Tag. If no ID is given, current Resource ID will be used';
19
19
$_lang['tagger.gettags.showUnused_desc'] = 'If 1 is set, Tags that are not assigned to any Resource will be included to the output as well';
20
-
$_lang['tagger.gettags.contexts_desc'] = 'If set, will display only tags for resources in given contexts. Contexts can be separated by a comma';
20
+
$_lang['tagger.gettags.contexts_desc'] = 'If set, will display only tags for resources in given contexts. Contexts can be separated by a comma';
21
+
$_lang['tagger.gettags.toPlaceholder_desc'] = 'If set, output will return in placeholder with given name';
0 commit comments