Wiki source code of MentionsTranslations
Last modified by superadmin on 2025/05/22 17:45
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | rendering.macro.mention.name=User Mention |
| 2 | rendering.macro.mention.description=Insert a user mention. | ||
| 3 | rendering.macro.mention.parameter.reference.name=Reference | ||
| 4 | rendering.macro.mention.parameter.reference.description=The mentioned user or group reference. | ||
| 5 | rendering.macro.mention.parameter.style.name=Display Style | ||
| 6 | rendering.macro.mention.parameter.style.description=The style choice of the mention (this is only supported for user mentions). | ||
| 7 | rendering.macro.mention.parameter.anchor.name=Anchor | ||
| 8 | rendering.macro.mention.parameter.anchor.description=The anchor to be used for linking to that mention (this anchor should be unique to the document as much as possible). | ||
| 9 | rendering.macro.mention.parameter.type.name=Type | ||
| 10 | rendering.macro.mention.parameter.type.description=The type of the mentioned actor. | ||
| 11 | org.xwiki.mentions.DisplayStyle.FULL_NAME=Full name of the user | ||
| 12 | org.xwiki.mentions.DisplayStyle.FIRST_NAME=First name of the user only | ||
| 13 | org.xwiki.mentions.DisplayStyle.LOGIN=Username | ||
| 14 | XWiki.Mentions.MentionsConfigurationClass_mentionsColor=Mentions Color | ||
| 15 | XWiki.Mentions.MentionsConfigurationClass_mentionsColor.hint=The color of the mentions to the current user (note: used as the value of a background-color CSS attribute). | ||
| 16 | XWiki.Mentions.MentionsConfigurationClass_selfMentionsColor=Self Mentions Color | ||
| 17 | XWiki.Mentions.MentionsConfigurationClass_quoteActivated=Activate the quotes | ||
| 18 | XWiki.Mentions.MentionsConfigurationClass_quoteActivated.hint=Defines if a quote of the text surrounding a mention is included in the user mention notifications. | ||
| 19 | mentions.tip=When editing in WYSIWYG, type @ and then start typing letters to get suggestions to mention a user. | ||
| 20 | mentions.configuration.heading=Mentions Preferences |