Wiki zdrojový kód pre Tree Translations

Naposledy upravil Martin Mahr 2023/11/14 13:30

Show last authors
1 rendering.macro.tree.name=Strom
2 rendering.macro.tree.description=Zobrazí stromovú štruktúru definované macrom, alebo podľa zdrojových parametrov.
3 rendering.macro.tree.parameter.reference.name=Referencia
4 ### Missing: rendering.macro.tree.parameter.reference.description=The reference to the resource that describes the tree structure and its context menu, and which is called to perform the actions on the tree nodes. This resource is used to load the tree dynamically (on demand) when a tree node is opened, and to ask for the context menu when the user right-clicks on a tree node that has it. So the resource is not static. For static trees you should use the macro content instead. The reference can be a document reference or an URL/path.
5 rendering.macro.tree.parameter.root.name=Koreň
6 ### Missing: rendering.macro.tree.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.
7 rendering.macro.tree.parameter.showRoot.name=Ukázať koreň
8 ### Missing: rendering.macro.tree.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.
9 rendering.macro.tree.parameter.dragAndDrop.name=Drag and Drop
10 ### Missing: rendering.macro.tree.parameter.dragAndDrop.description=Specifies if the user should be able to drag & drop tree nodes.
11 rendering.macro.tree.parameter.contextMenu.name=Kontextové menu
12 ### Missing: rendering.macro.tree.parameter.contextMenu.description=Whether to show the context menu when the user right-clicks a tree node.
13 rendering.macro.tree.parameter.class.name=Trieda
14 ### Missing: rendering.macro.tree.parameter.class.description=Additional CSS classes to add to the top level HTML element of the tree.
15 rendering.macro.tree.parameter.icons.name=Ikony
16 ### Missing: rendering.macro.tree.parameter.icons.description=Whether to show the tree node icons or not. You may want to hide the icons if all the tree nodes are of the same type or if you want to win some horizontal space.
17 rendering.macro.tree.parameter.edges.name=Hrany
18 ### Missing: rendering.macro.tree.parameter.edges.description=Whether to show the edges that connect the sibling tree nodes between themselves and with their parent.
19 rendering.macro.tree.parameter.links.name=Linky
20 ### Missing: rendering.macro.tree.parameter.links.description=Specifies whether the node labels should look and behave as links (anchors).
21 rendering.macro.tree.parameter.checkboxes.name=Zaškrtávacie políčka
22 ### Missing: rendering.macro.tree.parameter.checkboxes.description=Whether to display a checkbox in front of each tree node to allow the user to select multiple tree nodes.
23 rendering.macro.tree.parameter.openTo.name=Otvorený pre
24 ### Missing: rendering.macro.tree.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.
25 ### Missing: rendering.macro.tree.parameter.finder.name=Finder
26 ### Missing: rendering.macro.tree.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.
27 ### Missing: rendering.macro.tree.parameter.limit.name=Limit
28 ### Missing: rendering.macro.tree.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. The tree passes this parameter to the tree source so it works only with dynamic trees whose source implements child count limit.
29 rendering.macro.tree.content.description=Na definovanie stromovej štruktúry môžete používať HTML, alebo neusporiadaný zoznam. (ďalšie info\: http\://www.jstree.com/docs/html/ )
30 tree.macro.editModeWarning=Nie je možné zobraziť v editovacom režime.