XWikiDocumentTreeTranslationsen0xwiki:XWiki.AdminXWiki.DocumentTreexwiki:XWiki.Adminxwiki:XWiki.Admin1.1Document Tree Translationsfalseplain/1.0truerendering.macro.documentTree.name=Page Tree
rendering.macro.documentTree.description=Displays the tree of XWiki pages.
rendering.macro.documentTree.parameter.readOnly.name=Read Only
rendering.macro.documentTree.parameter.readOnly.description=Should the user be able to modify the tree structure, provided that they have the necessary rights?
rendering.macro.documentTree.parameter.showWikis.name=Show Wikis
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.
rendering.macro.documentTree.parameter.showWikiPrettyName.name=Show Wiki Pretty Name
rendering.macro.documentTree.parameter.showWikiPrettyName.description=Show the wiki pretty name instead of the wiki id when displaying a wiki node.
rendering.macro.documentTree.parameter.showSpaces.name=Show Spaces
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.
rendering.macro.documentTree.parameter.showDocumentTitle.name=Show Page Title
rendering.macro.documentTree.parameter.showDocumentTitle.description=Whether to show the page title instead of the page name when displaying a page node.
rendering.macro.documentTree.parameter.showTranslations.name=Show Translations
rendering.macro.documentTree.parameter.showTranslations.description=Whether to show the page's translations or not.
rendering.macro.documentTree.parameter.showAttachments.name=Show Attachments
rendering.macro.documentTree.parameter.showAttachments.description=Whether to show the page's attachments or not.
rendering.macro.documentTree.parameter.showObjects.name=Show Objects
rendering.macro.documentTree.parameter.showObjects.description=Whether to show the page's objects or not.
rendering.macro.documentTree.parameter.showClassProperties.name=Show Class Properties
rendering.macro.documentTree.parameter.showClassProperties.description=Whether to show the class properties for pages that define classes.
rendering.macro.documentTree.parameter.root.name=Root
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.
rendering.macro.documentTree.parameter.showRoot.name=Show Root
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.
rendering.macro.documentTree.parameter.compact.name=Compact
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.
rendering.macro.documentTree.parameter.links.name=Links
rendering.macro.documentTree.parameter.links.description=Specifies whether the node labels should look and behave as links (anchors).
rendering.macro.documentTree.parameter.checkboxes.name=Checkboxes
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.
rendering.macro.documentTree.parameter.openTo.name=Open to
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.
rendering.macro.documentTree.parameter.showOnlyViewable.name=Show only Viewable
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).
rendering.macro.documentTree.parameter.filterByClass.name=Filter by Class
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.
rendering.macro.documentTree.parameter.finder.name=Finder
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.
rendering.macro.documentTree.parameter.hierarchyMode.name=Page Hierarchy Mode
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.
rendering.macro.documentTree.parameter.filterHiddenDocuments.name=Filter Hidden Documents
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.
rendering.macro.documentTree.parameter.limit.name=Limit
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.
rendering.macro.documentTree.parameter.exclusions.name=Exclusions
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.
rendering.macro.documentTree.parameter.sortDocumentsBy.name=Sort pages by
rendering.macro.documentTree.parameter.sortDocumentsBy.description=The page field used to sort the child pages, followed by the sort order.
rendering.macro.documentTree.parameter.expandToLevel.name=Expand to level
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.
rendering.macro.children.name=Children
rendering.macro.children.description=Displays a tree of children pages of the current page
rendering.macro.children.parameter.sort.name=Sort by
rendering.macro.children.parameter.sort.description=The page field used to sort the child pages, followed by the sort order.
rendering.macro.children.parameter.root.name=Root
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.
rendering.macro.documentTree.group.show.name=Elements to show
rendering.macro.documentTree.group.filters.name=Filters
rendering.macro.documentTree.group.style.name=Display options
index.documentTree.empty=No pages found
index.documentTree.more={0} more ...
index.documentTree.addDocument=New page...
index.documentTree.documentSortDisplayer.field=Sort field
index.documentTree.documentSortDisplayer.field.default=---
index.documentTree.documentSortDisplayer.field.title=Title
index.documentTree.documentSortDisplayer.field.date=Last modification date
index.documentTree.documentSortDisplayer.field.creationDate=Creation date
index.documentTree.documentSortDisplayer.order=Sort order
index.documentTree.documentSortDisplayer.order.default=---
index.documentTree.documentSortDisplayer.order.asc=Ascending
index.documentTree.documentSortDisplayer.order.desc=Descending
## Deprecated translation keys
## Until 7.2M2
rendering.macro.documentTree.parameter.showChildDocuments.name=Show Child Documents
rendering.macro.documentTree.parameter.showChildDocuments.description=Whether to show the child documents based on the document parent field.