Naposledy upravil Jiri Tobias 2026/02/20 12:07

Z verzie 2.1
upravil Jiri Tobias
-
Zmeniť komentár: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.10.3]
Do verzie 1.1
upravil Martin Mahr
-
Zmeniť komentár: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/15.9]

Súhrn

Podrobnosti

Vlastnosti stránky
Autor dokumentu
... ... @@ -1,1 +1,1 @@
1 -XWiki.tobias
1 +XWiki.mahr
Obsah
... ... @@ -19,7 +19,7 @@
19 19  ### Missing: rendering.macro.documentTree.parameter.showClassProperties.name=Show Class Properties
20 20  ### Missing: rendering.macro.documentTree.parameter.showClassProperties.description=Whether to show the class properties for pages that define classes.
21 21  rendering.macro.documentTree.parameter.root.name=Koreň
22 -### Missing: rendering.macro.documentTree.parameter.root.description=
22 +### Missing: 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. The format of a node identifier is entityType:entityReference, where the entity type can be for instance wiki, space, document. E.g.: wiki:xwiki, space:xwiki:Main, document:xwiki:Main.WebHome
23 23  rendering.macro.documentTree.parameter.showRoot.name=Zobraziť koreň
24 24  ### Missing: 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 25  rendering.macro.documentTree.parameter.compact.name=Kompaktný
... ... @@ -29,7 +29,7 @@
29 29  rendering.macro.documentTree.parameter.checkboxes.name=Zaškrtávacie políčka
30 30  rendering.macro.documentTree.parameter.checkboxes.description=Zobraziť zaškrtávacie políčko pred každým uzlom stromu, aby užívatelia mohli vybrať viac uzlov naraz.
31 31  ### Missing: rendering.macro.documentTree.parameter.openTo.name=Open to
32 -### Missing: rendering.macro.documentTree.parameter.openTo.description=
32 +### Missing: 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. The format of the node id is the one used for the root parameter.
33 33  ### Missing: rendering.macro.documentTree.parameter.showOnlyViewable.name=Show only Viewable
34 34  ### Missing: 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 35  rendering.macro.documentTree.parameter.filterByClass.name=Filtrovať podľa Class
... ... @@ -44,31 +44,9 @@
44 44  ### Missing: 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 45  ### Missing: rendering.macro.documentTree.parameter.exclusions.name=Exclusions
46 46  ### Missing: 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.
47 -### Missing: rendering.macro.documentTree.parameter.sortDocumentsBy.name=Sort pages by
48 -### Missing: rendering.macro.documentTree.parameter.sortDocumentsBy.description=The page field used to sort the child pages, followed by the sort order.
49 -### Missing: rendering.macro.documentTree.parameter.expandToLevel.name=Expand to level
50 -### Missing: 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.
51 -### Missing: rendering.macro.children.name=Children
52 -### Missing: rendering.macro.children.description=Displays a tree of children pages of the current page
53 -### Missing: rendering.macro.children.parameter.sort.name=Sort by
54 -### Missing: rendering.macro.children.parameter.sort.description=The page field used to sort the child pages, followed by the sort order.
55 -### Missing: rendering.macro.children.parameter.root.name=Root
56 -### Missing: 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.
57 -### Missing: rendering.macro.documentTree.group.show.name=Elements to show
58 -### Missing: rendering.macro.documentTree.group.filters.name=Filters
59 -### Missing: rendering.macro.documentTree.group.style.name=Display options
47 +
60 60  ### Missing: index.documentTree.empty=No pages found
61 61  ### Missing: index.documentTree.more={0} more ...
62 -### Missing: index.documentTree.addDocument=New page...
63 -### Missing: index.documentTree.documentSortDisplayer.field=Sort field
64 -### Missing: index.documentTree.documentSortDisplayer.field.default=---
65 -### Missing: index.documentTree.documentSortDisplayer.field.title=Title
66 -### Missing: index.documentTree.documentSortDisplayer.field.date=Last modification date
67 -### Missing: index.documentTree.documentSortDisplayer.field.creationDate=Creation date
68 -### Missing: index.documentTree.documentSortDisplayer.order=Sort order
69 -### Missing: index.documentTree.documentSortDisplayer.order.default=---
70 -### Missing: index.documentTree.documentSortDisplayer.order.asc=Ascending
71 -### Missing: index.documentTree.documentSortDisplayer.order.desc=Descending
72 72  
73 73  ## Deprecated translation keys
74 74  
... ... @@ -75,4 +75,3 @@
75 75  ## Until 7.2M2
76 76  ### Missing: rendering.macro.documentTree.parameter.showChildDocuments.name=Show Child Documents
77 77  ### Missing: rendering.macro.documentTree.parameter.showChildDocuments.description=Whether to show the child documents based on the document parent field.
78 -