Wiki-Quellcode von Translations

Zuletzt geändert von Admin am 2026/04/02 11:59

Zeige letzte Bearbeiter
1 proMacros.extension.name=Pro Macros
2
3 ## Button macro
4 rendering.macro.button.name=Macro bouton
5 ### Missing: rendering.macro.button.description=Insert a noticeable, clickable button on your XWiki page to highlight links and create call to actions!
6 ### Missing: rendering.macro.button.parameter.label.name=Label
7 ### Missing: rendering.macro.button.parameter.label.description=The label of the button.
8 ### Missing: rendering.macro.button.parameter.url.name=URL
9 ### Missing: rendering.macro.button.parameter.url.description=A link or a page reference.
10 ### Missing: rendering.macro.button.parameter.color.name=Color
11 ### Missing: rendering.macro.button.parameter.color.description=The color of the button.
12 ### Missing: rendering.macro.button.parameter.width.name=Width
13 ### Missing: rendering.macro.button.parameter.width.description=The width of the button specified in pixels, percentage or other valid CSS value (ex. 30px, 30%, 30em). If no value is specified, the width will be determined by the length of the label.
14 ### Missing: rendering.macro.button.parameter.newTab.name=Open in new tab
15 ### Missing: rendering.macro.button.parameter.newTab.description=Denotes whether the page will be opened in a new page or not.
16 ### Missing: rendering.macro.button.parameter.icon.name=Icon
17 ### Missing: rendering.macro.button.parameter.icon.description=Icon associated with the button, placed before the label.
18
19 ## Panel macro
20 ### Missing: rendering.macro.panel.name=Panel Macro
21 ### Missing: rendering.macro.panel.description=Panel macro to display XWiki content inside a panel.
22 ### Missing: rendering.macro.panel.content.description=Add the Panel content. It supports XWiki 2.1 syntax.
23 ### Missing: rendering.macro.panel.parameter.footer.name=Footer
24 ### Missing: rendering.macro.panel.parameter.footer.description=The footer of the panel. If specified, this footer will be displayed in its own footer row.
25 ### Missing: rendering.macro.panel.parameter.footerColor.name=Footer Text Color
26 ### Missing: rendering.macro.panel.parameter.footerColor.description=The color of the text in the footer row of the panel. Colors can be specified as HTML color names or hexadecimal codes.
27 ### Missing: rendering.macro.panel.parameter.footerBGColor.name=Footer background color
28 ### Missing: rendering.macro.panel.parameter.footerBGColor.description=The background color of the footer row of the panel. Colors can be specified as HTML color names or hexadecimal codes.
29 ### Missing: rendering.macro.panel.parameter.title.name=Title
30 ### Missing: rendering.macro.panel.parameter.title.description=The title of the panel. If specified, this title will be displayed in its own title row.
31 ### Missing: rendering.macro.panel.parameter.titleColor.name=Title Text Color
32 ### Missing: rendering.macro.panel.parameter.titleColor.description=The color of the text in the title row of the panel. Colors can be specified as HTML color names or hexadecimal codes.
33 ### Missing: rendering.macro.panel.parameter.titleBGColor.name=Title background color
34 ### Missing: rendering.macro.panel.parameter.titleBGColor.description=The background color of the title row of the panel. Colors can be specified as HTML color names or hexadecimal codes.
35 ### Missing: rendering.macro.panel.parameter.bgColor.name=Background color
36 ### Missing: rendering.macro.panel.parameter.bgColor.description=If specified, sets the background color of the content of the panel. Colors can be specified as HTML color names or hexadecimal codes.
37 ### Missing: rendering.macro.panel.parameter.contentTextColor.name=Content text color
38 ### Missing: rendering.macro.panel.parameter.contentTextColor.description=If specified, sets the text color of the content of the panel. Colors can be specified as HTML color names or hexadecimal codes.
39 ### Missing: rendering.macro.panel.parameter.borderStyle.name=Border style
40 ### Missing: rendering.macro.panel.parameter.borderStyle.description=The style of the panel's border. Accepted values are solid, dashed and other valid CSS border styles.
41 ### Missing: rendering.macro.panel.parameter.borderColor.name=Border color
42 ### Missing: rendering.macro.panel.parameter.borderColor.description=The color of the panel's border. Colors can be specified as HTML color names or hexadecimal codes.
43 ### Missing: rendering.macro.panel.parameter.borderWidth.name=Border width
44 ### Missing: rendering.macro.panel.parameter.borderWidth.description=The width of the panel's border expressed in pixels. Only values are accepted (e.g: 1)
45 ### Missing: rendering.macro.panel.parameter.borderRadius.name=Border radius
46 ### Missing: rendering.macro.panel.parameter.borderRadius.description=If specified, replaces the default border radius
47 ### Missing: rendering.macro.panel.parameter.width.name=Width
48 ### Missing: rendering.macro.panel.parameter.width.description=If specified, sets the width of the panel (300px or 50%).
49 ### Missing: rendering.macro.panel.parameter.height.name=Height
50 ### Missing: rendering.macro.panel.parameter.height.description=If specified, sets the height of the panel (300px or 50%).
51 ### Missing: rendering.macro.panel.parameter.classes.name=CSS classes
52 ### Missing: rendering.macro.panel.parameter.classes.description=If specified adds css classes to the panel.
53
54 ## Expand macro
55 ### Missing: rendering.macro.expand.name=Expand
56 ### Missing: rendering.macro.expand.description=Add the Expand macro to your page to provide content in an expandable / collapsible section. This macro can be used to visually reduce the amount of information on a page, break down processes or procedures into clickable steps, or hide background or obsolete information, while still keeping it on the page for future reference.
57 ### Missing: rendering.macro.expand.parameter.title.name=Title
58 ### Missing: rendering.macro.expand.parameter.title.description=Defines the text that appears next to the expand/collapse icon.
59 ### Missing: rendering.macro.expand.defaultexpandtitle=Click here to expand...
60 ### Missing: rendering.macro.expand.parameter.expanded.name=Expanded
61 ### Missing: rendering.macro.expand.parameter.expanded.description=If selected the expand will be opened automatically when loading the page.
62
63 ## Status macro
64 ### Missing: rendering.macro.status.name=Status
65 ### Missing: rendering.macro.status.description=Insert a colored label in the text to highlight the status of an item.
66 ### Missing: rendering.macro.status.parameter.colour.name=Color
67 ### Missing: rendering.macro.status.parameter.colour.description=The color of the status(text color and background color). The following colors are available: "Blue", "Green", "Grey", "Purple", "Red" and "Yellow". Default: "Grey".
68 ### Missing: rendering.macro.status.parameter.title.name=Title
69 ### Missing: rendering.macro.status.parameter.title.description=The text of the status. If not specified, the color name will be displayed (e.g.:"Grey").
70 ### Missing: rendering.macro.status.parameter.subtle.name=Subtle
71 ### Missing: rendering.macro.status.parameter.subtle.description=The aspect of the status: either white text on dark color background or dark color text on light color background. This is a boolean parameter so it should be filled with "true" or "false". Default: "false" (white text on dark color background).
72
73 ## Microsoft Stream macro
74 ### Missing: rendering.macro.msStream.name=Microsoft Stream Macro
75 ### Missing: rendering.macro.msStream.description=Embed a Microsoft Stream video in a page by simply passing the URL and any customization parameters.
76 ### Missing: rendering.macro.msStream.parameter.url.name=URL
77 ### Missing: rendering.macro.msStream.parameter.url.description=The URL to the Microsoft Stream video.
78 ### Missing: rendering.macro.msStream.parameter.width.name=Width
79 ### Missing: rendering.macro.msStream.parameter.width.description=The viewer width. Can be specified either in pixels (for example, 400px) or as a percentage of the available page width (for example, 50%).
80 ### Missing: rendering.macro.msStream.parameter.height.name=Height
81 ### Missing: rendering.macro.msStream.parameter.height.description=The viewer height. Can be specified either in pixels (for example, 400px) or as a percentage of the available page height (for example, 50%).
82 ### Missing: rendering.macro.msStream.parameter.alignment.name=Alignment
83 ### Missing: rendering.macro.msStream.parameter.alignment.description=Position of the video relatively to its container. Accepted values are left, center and right.
84 ### Missing: rendering.macro.msStream.parameter.start.name=Start At
85 ### Missing: rendering.macro.msStream.parameter.start.description=Start video at a specific time (use HH:MM:SS as time format).
86 ### Missing: rendering.macro.msStream.parameter.showinfo.name=Show Info
87 ### Missing: rendering.macro.msStream.parameter.showinfo.description=Show the video info on thumbnail.
88 ### Missing: rendering.macro.msStream.parameter.autoplay.name=Auto Play
89 ### Missing: rendering.macro.msStream.parameter.autoplay.description=Whether the video should start automatically or if the user must play it.
90 ### Missing: rendering.macro.msStream.parameter.textWrap.name=Text Wrap
91 ### Missing: rendering.macro.msStream.parameter.textWrap.description=Wrap text around the video. This applies only to left and right alignment.
92
93 ## Team macro
94 ### Missing: rendering.macro.team.name=Team
95 ### Missing: rendering.macro.team.description=Display avatars of the members of a team.
96 ### Missing: rendering.macro.team.parameter.users.name=Users
97 ### Missing: rendering.macro.team.parameter.users.description=Restrict to this list of user names (don't prefix with the wiki identifier)
98 ### Missing: rendering.macro.team.parameter.tag.name=Tag
99 ### Missing: rendering.macro.team.parameter.tag.description=Tag that users need to have to be shown
100 ### Missing: rendering.macro.team.parameter.size.name=Size
101 ### Missing: rendering.macro.team.parameter.size.description=The size (height and width) of an avatar
102 ### Missing: rendering.macro.team.parameter.scope.name=Scope
103 ### Missing: rendering.macro.team.parameter.scope.description=The scope of the query used to find users. "global": in the main wiki. "local": in the current wiki. "both": in both the main wiki and the local wiki. "auto": find out from the wiki settings. Has no effect in the main wiki.
104 ### Missing: rendering.macro.team.parameter.showUsernames.name=Show Usernames
105 ### Missing: rendering.macro.team.parameter.showUsernames.description=The name of users should be displayed under their avatars
106 ### Missing: rendering.macro.team.parameter.letterAvatarBgColor.name=Letter Avatars Background Color
107 ### Missing: rendering.macro.team.parameter.letterAvatarBgColor.description=The background color of the letter avatars
108 ### Missing: rendering.macro.team.parameter.letterAvatarFontColor.name=Letter Avatars Font Color
109 ### Missing: rendering.macro.team.parameter.letterAvatarFontColor.description=The font color of the letter avatars
110 ### Missing: rendering.macro.team.parameter.disableLetterAvatars.name=Disable Letter Avatars
111 ### Missing: rendering.macro.team.parameter.disableLetterAvatars.description=Don't use letter avatars and display a default avatar instead
112 ### Missing: rendering.macro.team.parameter.requireExternalAuth.name=Require External Auth
113 ### Missing: rendering.macro.team.parameter.requireExternalAuth.description=The user should be searched in LDAP or OAuth
114 ### Missing: rendering.macro.team.parameter.limit.name=Limit
115 ### Missing: rendering.macro.team.parameter.limit.description=The maximum number of people to show (0 turns off the limit)
116 ### Missing: rendering.macro.team.content.options=Options
117 ### Missing: rendering.macro.team.content.filter=Filter…
118 ### Missing: rendering.macro.team.content.showUsernames=Show names
119 ### Missing: rendering.macro.team.content.noUsers=There is nobody to show.
120 ### Missing: admin.promacros=Pro Macros
121 ### Missing: admin.promacros.description=Settings for Pro Macros
122
123 ## User List macro
124 ### Missing: rendering.macro.userList.name=User List
125 ### Missing: rendering.macro.userList.description=Displays a list of users with a customizable set of their properties
126 ### Missing: rendering.macro.userList.parameter.users.name=Users
127 ### Missing: rendering.macro.userList.parameter.users.description=List of users to be displayed
128 ### Missing: rendering.macro.userList.parameter.properties.name=Properties
129 ### Missing: rendering.macro.userList.parameter.properties.description=List of user properties to be displayed
130 ### Missing: rendering.macro.userList.parameter.fixedTableLayout.name=Fixed table layout
131 ### Missing: rendering.macro.userList.parameter.fixedTableLayout.description=If the user table should have fixed column width across tables displaying the same user properties
132 ### Missing: rendering.macro.userList.isEmpty=The User List macro has an empty user list.
133 ### Missing: rendering.macro.userList.invalidUser=User {0} does not exist or is not viewable.
134
135 ## Tag list
136 ### Missing: rendering.macro.tagList.name=Tag list
137 ### Missing: rendering.macro.tagList.description=Show a list of all the macros in your instance.
138 ### Missing: rendering.macro.tagList.parameter.spaces.description=List of spaces for which you want to see the tags. The elements must be separated by commas.
139 ### Missing: rendering.macro.tagList.parameter.spaces.name=Spaces
140 ### Missing: rendering.macro.tagList.parameter.excludedTags.description=List of tags that you want to exclude. The elements must be separated by commas.
141 ### Missing: rendering.macro.tagList.parameter.excludedTags.name=Excluded tags
142 ### Missing: rendering.macro.taglist.notags=As you and your team add tags to the content, this area will fill up.
143
144 #### Confluence Bridges in the generic pro macro package
145
146 ## Content Report Table macro
147 ### Missing: rendering.macro.content-report-table.name=Content Report Table
148 ### Missing: rendering.macro.content-report-table.description=Provides a content report in table format, based on tags.
149 ### Missing: rendering.macro.content-report-table.parameter.labels.name=Tags
150 ### Missing: rendering.macro.content-report-table.parameter.labels.description=Tag(s) to report on
151 ### Missing: rendering.macro.content-report-table.parameter.spaces.description=Space(s) to report on
152 ### Missing: rendering.macro.content-report-table.parameter.maxResults.name=Max results
153 ### Missing: rendering.macro.content-report-table.parameter.maxResults.description=Maximum Number of Pages
154 ### Missing: contentReportTable.header.modified=Modified
155
156 ## Contributors macro
157 ### Missing: rendering.macro.contributors.name=Contributors
158 ### Missing: rendering.macro.contributors.description=Contributors Confluence Bridge macro to show the contributors of a given document.
159 ### Missing: rendering.macro.contributors.parameter.include.name=Include
160 ### Missing: rendering.macro.contributors.parameter.include.description=Kind of contributions to include ("authors", "comment")
161 ### Missing: rendering.macro.contributors.parameter.order.name=Order
162 ### Missing: rendering.macro.contributors.parameter.order.description=Which order to use
163 ### Missing: rendering.macro.contributors.parameter.reverse.name=Reverse
164 ### Missing: rendering.macro.contributors.parameter.reverse.description=Should the order be reversed?
165 ### Missing: rendering.macro.contributors.parameter.limit.name=Limit
166 ### Missing: rendering.macro.contributors.parameter.limit.description=Maximum number of contributions to show
167 ### Missing: rendering.macro.contributors.parameter.mode.name=Mode
168 ### Missing: rendering.macro.contributors.parameter.mode.description=Display as bullet list ("list") or as comma-separated sentence ("inline")
169 ### Missing: rendering.macro.contributors.parameter.showCount.name=Show count
170 ### Missing: rendering.macro.contributors.parameter.showCount.description=Should the number of contributions per authors be shown?
171 ### Missing: rendering.macro.contributors.parameter.showLastTime.name=Show last time
172 ### Missing: rendering.macro.contributors.parameter.showLastTime.description=Should the time of the last contribution be shown?
173 ### Missing: rendering.macro.contributors.parameter.page.name=Page
174 ### Missing: rendering.macro.contributors.parameter.page.description=Which page to show? (by default, the current one)
175 ### Missing: rendering.macro.contributors.parameter.spaces.name=Spaces
176 ### Missing: rendering.macro.contributors.parameter.spaces.description=Which spaces to show?
177 ### Missing: rendering.macro.contributors.parameter.scope.name=Scope
178 ### Missing: rendering.macro.contributors.parameter.scope.description=Show the selected pages only ("specified"), their direct children ("children"), or all children ("descendents")
179 ### Missing: rendering.macro.contributors.parameter.showPages.name=Show pages
180 ### Missing: rendering.macro.contributors.parameter.showPages.description=Should the list of used pages be shown?
181 ### Missing: rendering.macro.contributors.parameter.noneFoundMessage.name=None found message
182 ### Missing: rendering.macro.contributors.parameter.noneFoundMessage.description=Message to show when pages are not shown
183 ### Missing: rendering.macro.contributors.parameter.global.name=Global
184 ### Missing: rendering.macro.contributors.parameter.global.description=rendering.macro.contributors.parameter.global.description=Searches at the global level, across all wikis. When this parameter is marked, the space parameter is ignored.
185
186
187 ### Missing: confluencecontributors.labelsnotsupported=Note: listing label authors is not supported
188 ### Missing: confluencecontributors.watchesnotsupported=Note: listing people watching pages is not supported
189 ### Missing: confluencecontributors.pages=Pages:
190 ### Missing: confluencecontributors.nopages=(none)
191 ### Missing: confluencecontributors.param.include.authors=Authors
192 ### Missing: confluencecontributors.param.include.comments=Comments
193 ### Missing: confluencecontributors.param.include.labels=Labels(Not supported)
194 ### Missing: confluencecontributors.param.include.watches=Watches(Not supported)
195 ### Missing: com.xwiki.pickers.contributors.Mode.inline=Inline
196 ### Missing: com.xwiki.pickers.contributors.Mode.list=List
197 ### Missing: com.xwiki.pickers.contributors.Order.count=Count
198 ### Missing: com.xwiki.pickers.contributors.Order.name=Name
199 ### Missing: com.xwiki.pickers.contributors.Order.update=Update
200 ### Missing: com.xwiki.pickers.contributors.Scope.children=Children
201 ### Missing: com.xwiki.pickers.contributors.Scope.descendants=Descendants
202 ### Missing: com.xwiki.pickers.contributors.Scope.specified=Specified
203
204 ## Excerpt macro
205 ### Missing: rendering.macro.excerpt.name=Excerpt
206 ### Missing: rendering.macro.excerpt.description=Excerpt macro. It marks part of the page's content for use by other macros. It is compatible with the Confluence Excerpt macro.
207 ### Missing: rendering.macro.excerpt.parameter.hidden.name=Hidden
208 ### Missing: rendering.macro.excerpt.parameter.hidden.description=Whether the excerpt should be hidden from the page
209 ### Missing: rendering.macro.excerpt.parameter.name.name=Name
210 ### Missing: rendering.macro.excerpt.parameter.name.description=The name of the excerpt, for named includes.
211 ### Missing: rendering.macro.excerpt.parameter.allowUnprivilegedInclude.name=Allow unprivileged include
212 ### Missing: rendering.macro.excerpt.parameter.allowUnprivilegedInclude.description=Allow this excerpt to be seen even for people who don't have view rights on this page when included
213
214
215 ## Excerpt Include macro
216 ### Missing: rendering.macro.excerpt-include.name=Excerpt include
217 ### Missing: rendering.macro.excerpt-include.parameter.reference.name=Reference
218 ### Missing: rendering.macro.excerpt-include.parameter.reference.description=The reference of the document containing the excerpt to display
219 ### Missing: rendering.macro.excerpt-include.parameter.name.name=Name
220 ### Missing: rendering.macro.excerpt-include.parameter.name.description=The name of the excerpt to be displayed
221 ### Missing: rendering.macro.excerpt-include.parameter.nopanel.name=No panel
222 ### Missing: rendering.macro.excerpt-include.parameter.nopanel.description=Disable the panel
223 ### Missing: rendering.macro.excerpt-include.parameter.inline.name=Inline
224 ### Missing: rendering.macro.excerpt-include.parameter.inline.description=Use the macro in inline mode. When in inline mode, the panel parameter is ignored.
225 ### Missing: rendering.macro.excerpt-include.description=Includes excerpts from other documents into the current page. The included pages need to contain the simple `excerpt` macro.
226 ### Missing: rendering.macro.excerptinclude.namedexcerptnotfound=Excerpt named {0} was not found in document {1}.
227 ### Missing: rendering.macro.excerptinclude.referenceexcerptnotfound=The referenced document [{0}] was not found.
228
229 ##Hide if macro
230 ### Missing: rendering.macro.hide-if.name=Hide if
231 ### Missing: rendering.macro.hide-if.parameter.description=Hide the content of this macro if the condition set through the parameters is met.
232 ### Missing: rendering.macro.hide-if.parameter.matchUsing.name=Match using
233 ### Missing: rendering.macro.hide-if.parameter.matchUsing.description=Set if we must match all contraints or only one. If set to "all", then all items set must match.
234 ### Missing: rendering.macro.hide-if.parameter.authenticationType.name=Authentication type
235 ### Missing: rendering.macro.hide-if.parameter.authenticationType.description=The type of user to match, using authentication type: * None - No authentication type is chosen. * Authenticated - The user is logged in. * Anonymous - The user is not logged in.
236 ### Missing: rendering.macro.hide-if.parameter.displayType.name=Display type
237 ### Missing: rendering.macro.hide-if.parameter.displayType.description=The type of display to show this content. I could be: * None: don't take into account for this parameter. * Default: Show on screen (when the content is not printed). * Printable: Show when it's printed. Will be enabled for PDF or ODT export.
238 ### Missing: rendering.macro.hide-if.parameter.groups.name=groups
239 ### Missing: rendering.macro.hide-if.parameter.groups.description=The list of user group(s) to match.
240 ### Missing: rendering.macro.hide-if.parameter.users.name=Users
241 ### Missing: rendering.macro.hide-if.parameter.users.description=The list of user(s) to match.
242
243 ##Show if macro
244 ### Missing: rendering.macro.show-if.name=Show if
245 ### Missing: rendering.macro.show-if.parameter.description=Show the content of this macro if the condition set through the parameters is met.
246 ### Missing: rendering.macro.show-if.parameter.matchUsing.name=Match using
247 ### Missing: rendering.macro.show-if.parameter.matchUsing.description=Set if we must match all contraints or only one. If set to "all", then all items set must match.
248 ### Missing: rendering.macro.show-if.parameter.authenticationType.name=Authentication type
249 ### Missing: rendering.macro.show-if.parameter.authenticationType.description=The type of user to match, using authentication type: * None - No authentication type is chosen. * Authenticated - The user is logged in. * Anonymous - The user is not logged in.
250 ### Missing: rendering.macro.show-if.parameter.displayType.name=Display type
251 ### Missing: rendering.macro.show-if.parameter.displayType.description=The type of display to show this content. I could be: * None: don't take into account for this parameter. * Default: Show on screen (when the content is not printed). * Printable: Show when it's printed. Will be enabled for PDF or ODT export.
252 ### Missing: rendering.macro.show-if.parameter.groups.name=groups
253 ### Missing: rendering.macro.show-if.parameter.groups.description=The list of user group(s) to match.
254 ### Missing: rendering.macro.show-if.parameter.users.name=Users
255 ### Missing: rendering.macro.show-if.parameter.users.description=The list of user(s) to match.
256
257 ## Tab macro
258 ### Missing: rendering.macro.tab.name=Tab
259 ### Missing: rendering.macro.tab.description=Tab element for the tab group macro. This is expected to be put as the tab-group macro content.
260 ### Missing: rendering.macro.tab.parameter.label.name=Label
261 ### Missing: rendering.macro.tab.parameter.label.description=Label for the tab
262 ### Missing: rendering.macro.tab.parameter.id.name=Id
263 ### Missing: rendering.macro.tab.parameter.id.description=A unique ID for this tab
264 ### Missing: rendering.macro.tab.parameter.showByDefault.name=Show by default
265 ### Missing: rendering.macro.tab.parameter.showByDefault.description=Define if it's the element to show by default
266 ### Missing: rendering.macro.tab.parameter.cssClass.name=CSS class
267 ### Missing: rendering.macro.tab.parameter.csssClass.description=The custom CSS class for the tab
268 ### Missing: rendering.macro.tab.parameter.nextAfter.name=Next after
269 ### Missing: rendering.macro.tab.parameter.nextAfter.description=The number of seconds this tab will stay visible before moving to the next one. If not set, no transition will be done automatically
270 ### Missing: rendering.macro.tab.parameter.effectType.name=Effect type
271 ### Missing: rendering.macro.tab.parameter.effectType.description=The transition animation for this tab
272 ### Missing: rendering.macro.tab.parameter.effectDuration.name=Effect duration
273 ### Missing: rendering.macro.tab.parameter.effectDuration.description=The transition animation duration to apply on change of tab
274
275 ## Tab group macro
276 ### Missing: rendering.macro.tab-group.name=Tab group
277 ### Missing: rendering.macro.tab-group.description=The main macro which group tab macro elements
278 ### Missing: rendering.macro.tab-group.parameter.id.name=Id
279 ### Missing: rendering.macro.tab-group.parameter.id.description=The id of the element
280 ### Missing: rendering.macro.tab-group.parameter.tabLocation.name=Tab location
281 ### Missing: rendering.macro.tab-group.parameter.tabLocation.description=The location of the element.
282 ### Missing: rendering.macro.tab-group.parameter.cssClass.name=CSS class
283 ### Missing: rendering.macro.tab-group.parameter.cssClass.description=A custom css class to decorate the tabs
284 ### Missing: rendering.macro.tab-group.parameter.effectDuration.name=Effect duration
285 ### Missing: rendering.macro.tab-group.parameter.effectDuration.description=The transition animation duratio to apply on change of tab
286 ### Missing: rendering.macro.tab-group.parameter.effectType.name=Effect type
287 ### Missing: rendering.macro.tab-group.parameter.effectType.description=The transition animation between each tab
288 ### Missing: rendering.macro.tab-group.parameter.height.name=Height
289 ### Missing: rendering.macro.tab-group.parameter.height.description=The height of the main element with the CSS unit
290 ### Missing: rendering.macro.tab-group.parameter.loopCards.name=Loop cards
291 ### Missing: rendering.macro.tab-group.parameter.loopCards.description=If true, the tab will loop back to the beginning from the last tab
292 ### Missing: rendering.macro.tab-group.parameter.nextAfter.name=Next after
293 ### Missing: rendering.macro.tab-group.parameter.nextAfter.description=The number of seconds this tab will stay visible before moving to the next one. If not set, no transition will be done automatically
294 ### Missing: rendering.macro.tab-group.parameter.width.name=Width
295 ### Missing: rendering.macro.tab-group.parameter.width.description=The width of the main element with the CSS unit
296
297 ## User Profile macro
298 ### Missing: rendering.macro.userProfile.name=User Profile
299 ### Missing: rendering.macro.userProfile.description=Displays a user profile with custom properties
300 ### Missing: rendering.macro.userProfile.parameter.reference.name=User
301 ### Missing: rendering.macro.userProfile.parameter.reference.description=Reference to a user page
302 ### Missing: rendering.macro.userProfile.parameter.properties.name=User properties
303 ### Missing: rendering.macro.userProfile.parameter.properties.description=List of user properties to be displayed, separated by a comma
304 ### Missing: rendering.macro.userProfile.parameter.reference.isInvalid=The User Profile macro "reference" parameter is either missing or invalid.
305
306 ## Profile Picture macro
307 ### Missing: rendering.macro.profile-picture.name=Profile Picture
308 ### Missing: rendering.macro.profile-picture.description=Display the profile picture of selected user
309 ### Missing: rendering.macro.profile-picture.parameter.User.name=The user to show
310 ### Missing: rendering.macro.profile-picture.parameter.User.description=The user name to show (without prefixing with the wiki identifier)
311 ### Missing: rendering.macro.profile-picture.parameter.size.name=Size
312 ### Missing: rendering.macro.profile-picture.parameter.size.description=The size of the user icon
313
314 ## Recently Updated macro
315 ### Missing: recentlyUpdatedMacro.title=Recently Updated
316 ### Missing: recentlyUpdatedMacro.noMoreResults=No more results
317 ### Missing: rendering.macro.recently-updated.name=Recently Updated
318 ### Missing: rendering.macro.recently-updated.description=Add the Recently Updated macro to a page to show a list of pages, blogs, files, and comments that have been created or edited recently. This is great for project landing, information pages, or team space home pages. It's very flexible, you can limit the list to specific people, spaces, types of content, and more.
319 ### Missing: rendering.macro.recently-updated.parameter.title.name=title
320 ### Missing: rendering.macro.recently-updated.parameter.description.name=Filter the results by author. The macro will display only the pages etc which were last modified by the author(s) you specify here. You can specify multiple users.
321 ### Missing: rendering.macro.recently-updated.parameter.author.name=author
322 ### Missing: rendering.macro.recently-updated.parameter.author.description=Filter the results by author. The macro will display only the pages etc which were last modified by the author(s) you specify here. You can specify multiple users.
323 ### Missing: rendering.macro.recently-updated.parameter.excludedLabels.name=Excluded Labels
324 ### Missing: rendering.macro.recently-updated.parameter.excludedLabels.description=Select one or multiple tags. The macro will not display the documents which are tagged with the tag(s) you specify here (Only for pages and blogs).
325 ### Missing: rendering.macro.recently-updated.parameter.currentWiki.name=Current wiki
326 ### Missing: rendering.macro.recently-updated.parameter.currentWiki.description=If this parameter is selected then the spaces & excluded spaces parameters are ignored and the macro will display the documents from the current wiki.
327 ### Missing: rendering.macro.recently-updated.parameter.excludedSpaces.name=Excluded spaces
328 ### Missing: rendering.macro.recently-updated.parameter.excludedSpaces.description=Select one or multiple spaces. The macro will not display the documents present in the selected spaces.
329 ### Missing: rendering.macro.recently-updated.parameter.global.name=Global
330 ### Missing: rendering.macro.recently-updated.parameter.global.description=If this parameter is selected then spaces, excluded spaces and the current wiki parameters are ignored and the macro will display the documents from the current wiki and subwikis.
331 ### Missing: rendering.macro.recently-updated.parameter.spaces.name=spaces
332 ### Missing: rendering.macro.recently-updated.parameter.spaces.description=Select one or multiple spaces. The macro will display only the documents present in the selected spaces.
333 ### Missing: rendering.macro.recently-updated.parameter.labels.name=Tag(s)
334 ### Missing: rendering.macro.recently-updated.parameter.labels.description=Select one or multiple tags. The macro will display only the documents which are tagged with the tag(s) you specify here (Only for pages and blogs).
335 ### Missing: rendering.macro.recently-updated.parameter.width.name=width
336 ### Missing: rendering.macro.recently-updated.parameter.width.description=Specify the width of the macro display, as a percentage of the window width.
337 ### Missing: rendering.macro.recently-updated.parameter.types.name=types
338 ### Missing: rendering.macro.recently-updated.parameter.types.description=Select one or multiple content types. The macro will display only the content of the type you specify here.
339 ### Missing: rendering.macro.recently-updated.parameter.max.name=max
340 ### Missing: rendering.macro.recently-updated.parameter.max.description=Specify the maximum number of results to be displayed. If this parameter is omitted, then a maximum of 15 results are displayed.
341 ### Missing: rendering.macro.recently-updated.parameter.theme.name=theme
342 ### Missing: rendering.macro.recently-updated.parameter.theme.description=Choose the appearance of this macro: "concise" - the default list, showing the names of pages which were updated or commented on, the users who made the page modifications and time when the modifications occurred. "social" - lists recent modifications in reverse chronological order, but groups them by user into short time segments. A 'sub' list appears within each user''s time segment, showing the names of pages which they updated or commented on and time when these modifications occurred. "sidebar" - lists recent updates in reverse chronological order, showing the names of pages which were updated or commented on and time when the page modifications occurred. This theme does not show authorship.
343 ### Missing: rendering.macro.recently-updated.parameter.showProfilePic.name=showProfilePic
344 ### Missing: rendering.macro.recently-updated.parameter.showProfilePic.description=Specify "showProfilePic=true" to display the profile pictures of the users who updated the content.
345 ### Missing: rendering.macro.recently-updated.parameter.hideHeading.name=hideHeading
346 ### Missing: rendering.macro.recently-updated.parameter.hideHeading.description=Determines whether the macro hides or displays the text 'Recently Updated' as a title above the list of content. Only available in wikimarkup and storage format. Accepted values: "true" - Title is hidden, "false" - Title is shown.
347 ### Missing: rendering.macro.recently-updated.parameter.showProfilePic.description=Check this box to display the profile pictures of the users who updated the content.
348 ### Missing: rendering.macro.recently-updated.parameter.hideHeading.description=Check this box if you would like to hide the text 'Recently Updated' displayed by default as a title above the list of content.
349 ### Missing: com.xwiki.macros.internal.recentlyupdated.RecentlyUpdatedThemeEnum.concise=Title, username, time
350 ### Missing: com.xwiki.macros.internal.recentlyupdated.RecentlyUpdatedThemeEnum.social=User, title, time
351 ### Missing: com.xwiki.macros.internal.recentlyupdated.RecentlyUpdatedThemeEnum.sidebar=Title, time
352 ### Missing: recentlyUpdated.param.types.attachment=Attachment
353 ### Missing: recentlyUpdated.param.types.blogpost=Blogpost
354 ### Missing: recentlyUpdated.param.types.comment=Comment
355 ### Missing: recentlyUpdated.param.types.page=Page
356
357 ## View Files macro
358 ### Missing: rendering.macro.view-file.name=View file
359 ### Missing: rendering.macro.view-file.description=Show a file using PDF Viewer Macro or Office Viewer.
360 ### Missing: rendering.macro.view-file.parameter.attFilename.name=Att--filename
361 ### Missing: rendering.macro.view-file.parameter.attFilename.description=Alias of File name (here for compatibility reasons).
362 ### Missing: rendering.macro.view-file.parameter.name.name=File name
363 ### Missing: rendering.macro.view-file.parameter.name.description=The attachment reference to display.
364 ### Missing: rendering.macro.view-file.parameter.page.name=Page
365 ### Missing: rendering.macro.view-file.parameter.page.description=Select the page from where you want the attachments to be displayed. Modifying this parameter will reset the selected file value.
366 ### Missing: rendering.macro.view-file.parameter.display.name=Display
367 ### Missing: rendering.macro.view-file.parameter.display.description=Display type. Default value set to thumbnail.
368 ### Missing: rendering.macro.view-file.parameter.height.name=Height
369 ### Missing: rendering.macro.view-file.parameter.height.description=The viewer height, accepts values in pixels. The default value is 1000.
370 ### Missing: rendering.macro.view-file.parameter.width.name=Width
371 ### Missing: rendering.macro.view-file.parameter.width.description=The viewer width, accepts values in pixels or in percentage. Default value set at 100%.
372 ### Missing: rendering.macro.view-file.parameter.csvFormat.name=CSV Format
373 ### Missing: rendering.macro.view-file.parameter.csvFormat.description=Which format to use when displaying a CSV file (possible values: Default, Excel, InformixUnload, InformixUnloadCsv, MongoDBCsv, MongoDBTsv, MySQL, Oracle, PostgreSQLCsv, PostgreSQLText, RFC4180, TDF)
374 ### Missing: rendering.macro.view-file.parameter.csvDelimiter.name=CSV Delimiter
375 ### Missing: rendering.macro.view-file.parameter.csvDelimiter.description=Which delimiter to use when displaying a CSV file. Overrides the CSV format if provided as well. If nothing is provided, ',' is used.
376 ### Missing: rendering.macro.view-file.parameter.csvFirstLineIsHeader.name=CSV first line is header
377 ### Missing: rendering.macro.view-file.parameter.csvFirstLineIsHeader.description=Whether the first line is to be considered the header when displaying a CSV file
378 ### Missing: rendering.macro.viewFile.modal.title=Content view
379 ### Missing: rendering.macro.viewFile.thumbnail.button.title=View file content
380 ### Missing: rendering.macro.viewFile.attachmentrequired=Please provide a file to show in the name parameter.