Wiki source code of Document Tree Translations

Last modified by Jiri Tobias on 2026/02/20 12:07

Hide last authors
Martin Mahr 1.1 1 rendering.macro.documentTree.name=Page Tree
2 rendering.macro.documentTree.description=Displays the tree of XWiki pages.
3 rendering.macro.documentTree.parameter.readOnly.name=Read Only
4 rendering.macro.documentTree.parameter.readOnly.description=Should the user be able to modify the tree structure, provided that they have the necessary rights?
5 rendering.macro.documentTree.parameter.showWikis.name=Show Wikis
6 rendering.macro.documentTree.parameter.showWikis.description=Whether to show the wiki nodes or not. This can be used only on the main wiki and if the tree source has been saved with programming rights.
7 rendering.macro.documentTree.parameter.showWikiPrettyName.name=Show Wiki Pretty Name
8 rendering.macro.documentTree.parameter.showWikiPrettyName.description=Show the wiki pretty name instead of the wiki id when displaying a wiki node.
9 rendering.macro.documentTree.parameter.showSpaces.name=Show Spaces
10 rendering.macro.documentTree.parameter.showSpaces.description=Whether to show the space nodes or not. The pages are grouped by space if the space nodes are displayed.
11 rendering.macro.documentTree.parameter.showDocumentTitle.name=Show Page Title
12 rendering.macro.documentTree.parameter.showDocumentTitle.description=Whether to show the page title instead of the page name when displaying a page node.
13 rendering.macro.documentTree.parameter.showTranslations.name=Show Translations
14 rendering.macro.documentTree.parameter.showTranslations.description=Whether to show the page's translations or not.
15 rendering.macro.documentTree.parameter.showAttachments.name=Show Attachments
16 rendering.macro.documentTree.parameter.showAttachments.description=Whether to show the page's attachments or not.
17 rendering.macro.documentTree.parameter.showObjects.name=Show Objects
18 rendering.macro.documentTree.parameter.showObjects.description=Whether to show the page's objects or not.
19 rendering.macro.documentTree.parameter.showClassProperties.name=Show Class Properties
20 rendering.macro.documentTree.parameter.showClassProperties.description=Whether to show the class properties for pages that define classes.
21 rendering.macro.documentTree.parameter.root.name=Root
Jiri Tobias 3.1 22 rendering.macro.documentTree.parameter.root.description=The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified.
Martin Mahr 1.1 23 rendering.macro.documentTree.parameter.showRoot.name=Show Root
24 rendering.macro.documentTree.parameter.showRoot.description=Whether to show the root node or not. The root node is not shown by default because it is usually implied from the context where the tree is displayed (e.g. a label before the tree). There are some cases though when you may want to display the root node: to be able to create a new node under the root.
25 rendering.macro.documentTree.parameter.compact.name=Compact
26 rendering.macro.documentTree.parameter.compact.description=If you have limited horizontal space available then you should probably set this to true. The effect is that the node icons and the edges that connect them will be hidden. Some special styles will also be applied to ensure the tree takes less horizontal space while keeping the node labels fully visible.
27 rendering.macro.documentTree.parameter.links.name=Links
28 rendering.macro.documentTree.parameter.links.description=Specifies whether the node labels should look and behave as links (anchors).
29 rendering.macro.documentTree.parameter.checkboxes.name=Checkboxes
30 rendering.macro.documentTree.parameter.checkboxes.description=Whether to display a checkbox in front of each tree node to allow the user to select multiple tree nodes.
31 rendering.macro.documentTree.parameter.openTo.name=Open to
Jiri Tobias 3.1 32 rendering.macro.documentTree.parameter.openTo.description=The id of the node to open the tree to. All the ancestors of the specified node, up to the root of the tree, will be opened also.
Martin Mahr 1.1 33 rendering.macro.documentTree.parameter.showOnlyViewable.name=Show only Viewable
34 rendering.macro.documentTree.parameter.showOnlyViewable.description=Show only the wiki, space and page nodes for which the current user has view right. If this is set to false then the wiki, space and page nodes that are not viewable by the current user are listed in the tree using their names. The user won't be able to see their content by following their links though (the user will just be aware of their existence).
35 rendering.macro.documentTree.parameter.filterByClass.name=Filter by Class
36 rendering.macro.documentTree.parameter.filterByClass.description=Show only the pages that have an object of the specified type. The value of this parameter is the full name of an XWiki page that holds a class definition. For example, 'Blog.CategoryClass' can be used to show only the pages that represent blog categories. Leave this parameter empty if you don't want to restrict the type of pages shown in the tree.
37 rendering.macro.documentTree.parameter.finder.name=Finder
38 rendering.macro.documentTree.parameter.finder.description=Show a text input that can be used to find tree nodes. The input is displayed above the tree and offers suggestions as you type based on the content of the tree. When a suggestion is selected the tree is expanded up to the corresponding node.
39 rendering.macro.documentTree.parameter.hierarchyMode.name=Page Hierarchy Mode
40 rendering.macro.documentTree.parameter.hierarchyMode.description=Specifies which hierarchy to use between pages. Possible values are "reference" (default) and "parentchild". If "reference" is used then the page hierarchy is defined using only the page reference, especially the nested spaces component of the page reference. If "parentchild" is used then the hierarchy is based on the parent/child relationship defined by the "parent" page field from the database.
41 rendering.macro.documentTree.parameter.filterHiddenDocuments.name=Filter Hidden Documents
42 rendering.macro.documentTree.parameter.filterHiddenDocuments.description=Set this parameter to false if you want to include the hidden documents in the tree. Otherwise, if the value is true, the hidden documents are excluded or included based on current user's preferences.
43 rendering.macro.documentTree.parameter.limit.name=Limit
44 rendering.macro.documentTree.parameter.limit.description=The maximum number of child nodes to display when expanding a parent node for the first time. The rest of the child nodes are accessible through a "more ..." link. This parameter is basically used to paginate the child nodes and thus helps the tree scale when the number of child nodes is large.
45 rendering.macro.documentTree.parameter.exclusions.name=Exclusions
46 rendering.macro.documentTree.parameter.exclusions.description=The list of nodes to exclude from the tree. The nodes are specified by their id and separated by comma.
Jiri Tobias 2.1 47 rendering.macro.documentTree.parameter.sortDocumentsBy.name=Sort pages by
48 rendering.macro.documentTree.parameter.sortDocumentsBy.description=The page field used to sort the child pages, followed by the sort order.
49 rendering.macro.documentTree.parameter.expandToLevel.name=Expand to level
50 rendering.macro.documentTree.parameter.expandToLevel.description=Define the depth of the tree to expand automatically. Default is 0 and means that only top level nodes are displayed. A level of 1 opens those, a level of 2 also opens the children below the newly displayed nodes, etc. Note that a high value can make the macro expansive to display for the browser.
Martin Mahr 1.1 51
Jiri Tobias 2.1 52 rendering.macro.children.name=Children
53 rendering.macro.children.description=Displays a tree of children pages of the current page
54 rendering.macro.children.parameter.sort.name=Sort by
55 rendering.macro.children.parameter.sort.description=The page field used to sort the child pages, followed by the sort order.
56 rendering.macro.children.parameter.root.name=Root
Jiri Tobias 3.1 57 rendering.macro.children.parameter.root.description=The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified.
Jiri Tobias 2.1 58
Jiri Tobias 3.1 59 rendering.macro.documentTree.group.show.name=Elements to show
60 rendering.macro.documentTree.group.filters.name=Filters
61 rendering.macro.documentTree.group.style.name=Display options
62
Martin Mahr 1.1 63 index.documentTree.empty=No pages found
64 index.documentTree.more={0} more ...
Jiri Tobias 2.1 65 index.documentTree.addDocument=New page...
Martin Mahr 1.1 66
Jiri Tobias 2.1 67 index.documentTree.documentSortDisplayer.field=Sort field
68 index.documentTree.documentSortDisplayer.field.default=---
69 index.documentTree.documentSortDisplayer.field.title=Title
70 index.documentTree.documentSortDisplayer.field.date=Last modification date
71 index.documentTree.documentSortDisplayer.field.creationDate=Creation date
72 index.documentTree.documentSortDisplayer.order=Sort order
73 index.documentTree.documentSortDisplayer.order.default=---
74 index.documentTree.documentSortDisplayer.order.asc=Ascending
75 index.documentTree.documentSortDisplayer.order.desc=Descending
76
Martin Mahr 1.1 77 ## Deprecated translation keys
78
79 ## Until 7.2M2
80 rendering.macro.documentTree.parameter.showChildDocuments.name=Show Child Documents
81 rendering.macro.documentTree.parameter.showChildDocuments.description=Whether to show the child documents based on the document parent field.