Wiki source code of Translations
Last modified by Julien Fleury on 2020/12/12 16:56
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | rendering.macro.notifications.name=Notifications | ||
2 | rendering.macro.notifications.description=Display notifications about events happened on the wiki. | ||
3 | rendering.macro.notifications.parameter.count.name=Count | ||
4 | rendering.macro.notifications.parameter.count.description=Maximum number of events to display by default | ||
5 | rendering.macro.notifications.parameter.useUserPreferences.name=Use the preferences of the user | ||
6 | rendering.macro.notifications.parameter.useUserPreferences.description=If true, the preferences of the user about notifications are used | ||
7 | rendering.macro.notifications.parameter.displayOwnEvents.name=Display own events | ||
8 | rendering.macro.notifications.parameter.displayOwnEvents.description=If true, the events of the current user are displayed like the others. They are hidden otherwise. | ||
9 | rendering.macro.notifications.parameter.displayMinorEvents.name=Display minor events | ||
10 | rendering.macro.notifications.parameter.displayMinorEvents.description=If true, the events concerning minor revisions of pages are displayed like the others. They are hidden otherwise. | ||
11 | rendering.macro.notifications.parameter.displaySystemEvents.name=Display system events | ||
12 | rendering.macro.notifications.parameter.displaySystemEvents.description=If true, the events triggered by the XWiki software are displayed like the others. They are hidden otherwise. | ||
13 | rendering.macro.notifications.parameter.displayReadEvents.name=Display read events | ||
14 | rendering.macro.notifications.parameter.displayReadEvents.description=If true, the events that the user have already marked as read are displayed like the others. They are hidden otherwise. | ||
15 | rendering.macro.notifications.parameter.wikis.name=Wikis | ||
16 | rendering.macro.notifications.parameter.wikis.description=List of wikis (comma-separated) to consider. This parameter is ignored if useUserPreferences is set to "true". | ||
17 | rendering.macro.notifications.parameter.spaces.name=Spaces | ||
18 | rendering.macro.notifications.parameter.spaces.description=List of spaces (comma-separated) to consider. This parameter is ignored if useUserPreferences is set to "true". | ||
19 | rendering.macro.notifications.parameter.pages.name=Pages | ||
20 | rendering.macro.notifications.parameter.pages.description=List of pages (full references, comma-separated) to consider. This parameter is ignored if useUserPreferences is set to "true". | ||
21 | rendering.macro.notifications.parameter.displayReadStatus.name=Display "read" status | ||
22 | rendering.macro.notifications.parameter.displayReadStatus.description=Either or not the status of the events (either it has been marked as read or not) should be displayed | ||
23 | rendering.macro.notifications.parameter.users.name=Users | ||
24 | rendering.macro.notifications.parameter.users.description=List of users to consider (comma-separated). Ignored if "useUserPreferences" is set to "true". | ||
25 | rendering.macro.notifications.parameter.displayWatchedUsersOnly.name=Display followed users only | ||
26 | rendering.macro.notifications.parameter.displayWatchedUsersOnly.description=Display only the events performed by the given list of users (if empty, the list of followed users of the current user is used). | ||
27 | rendering.macro.notifications.parameter.displayRSSLink.name=Display RSS link | ||
28 | rendering.macro.notifications.parameter.displayRSSLink.description=Display a link to the RSS view of the current macro. | ||
29 | rendering.macro.notifications.parameter.tags.name=Tags | ||
30 | rendering.macro.notifications.parameter.tags.description=List of tags to consider (comma-separated). It only works on the current wiki. Ignored if "useUserPreferences" is set to "true". | ||
31 | notifications.macro.noWatchedUsers=You are not following anybody. | ||
32 | notifications.macro.whenNotView=Notifications Macro. Could be seen on 'view' mode. | ||
33 | notifications.menu.nothing=No notifications available! | ||
34 | notifications.menu.more=Load older notifications | ||
35 | notifications.menu.details=Details ({0}) |