uipeResources.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: uipe
  4. (C) Copyright IBM Corp. 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <treeView id="NavigationTree" readOnly="false">
  9. <treeNode value="userInterfaces" idsLabel="IDS_UIPE_NAVIGATOR_USER_INTERFACES" idsTooltip="IDS_UIPE_TOOLTIP_USERINTERFACES" idsDescription="IDS_UIPE_DESC_USERINTERFACES" idsDescription2="IDS_UIPE_DESC2_USERINTERFACES" expandable="true" expanded="true">
  10. <treeNode value="toolbars" idsLabel="IDS_UIPE_NAVIGATOR_TOOLBARS" idsTooltip="IDS_UIPE_TOOLTIP_TOOLBARS" idsDescription="IDS_UIPE_DESC_TOOLBARS" idsDescription2="IDS_UIPE_DESC2_TOOLBARS" expandable="true" expanded="true"/>
  11. <treeNode value="toolboxes" idsLabel="IDS_UIPE_NAVIGATOR_TOOLBOXES" idsTooltip="IDS_UIPE_TOOLTIP_TOOLBOXES" idsDescription="IDS_UIPE_DESC_TOOLBOXES" idsDescription2="IDS_UIPE_DESC2_TOOLBOXES" expandable="true"/>
  12. <treeNode value="menubars" idsLabel="IDS_UIPE_NAVIGATOR_MENUBARS" idsTooltip="IDS_UIPE_TOOLTIP_MENUBARS" idsDescription="IDS_UIPE_DESC_MENUBARS" idsDescription2="IDS_UIPE_DESC2_MENUBARS" expandable="true"/>
  13. <treeNode value="menuPopups" idsLabel="IDS_UIPE_NAVIGATOR_MENUPOPUPS" idsTooltip="IDS_UIPE_TOOLTIP_MENUPOPUPS" idsDescription="IDS_UIPE_DESC_MENUPOPUPS" idsDescription2="IDS_UIPE_DESC2_MENUPOPUPS" expandable="true"/>
  14. <treeNode value="listViews" idsLabel="IDS_UIPE_NAVIGATOR_LISTVIEWS" idsTooltip="IDS_UIPE_TOOLTIP_LISTVIEWS" idsDescription="IDS_UIPE_DESC_LISTVIEWS" idsDescription2="IDS_UIPE_DESC2_LISTVIEWS" expandable="true"/>
  15. <treeNode value="properties" idsLabel="IDS_UIPE_NAVIGATOR_PROPERTIES" idsTooltip="IDS_UIPE_TOOLTIP_PROPERTIES" idsDescription="IDS_UIPE_DESC_PROPERTIES" idsDescription2="IDS_UIPE_DESC2_PROPERTIES" expandable="true"/>
  16. <treeNode value="tabControls" idsLabel="IDS_UIPE_NAVIGATOR_TABCONTROLS" idsTooltip="IDS_UIPE_TOOLTIP_TABCONTROLS" idsDescription="IDS_UIPE_DESC_TABCONTROLS" idsDescription2="IDS_UIPE_DESC2_TABCONTROLS" expandable="true"/>
  17. <treeNode value="explorers" idsLabel="IDS_UIPE_NAVIGATOR_EXPLORERS" idsTooltip="IDS_UIPE_TOOLTIP_EXPLORERS" idsDescription="IDS_UIPE_DESC_EXPLORERS" idsDescription2="IDS_UIPE_DESC2_EXPLORERS" expandable="true"/>
  18. <treeNode value="chartGroups" nodeName="chartGroups" idsLabel="IDS_UIPE_NAVIGATOR_CHART_TYPES" idsTooltip="IDS_UIPE_TOOLTIP_CHART_TYPES" idsDescription="IDS_UIPE_DESC_CHART_TYPES" idsDescription2="IDS_UIPE_DESC2_CHART_TYPES" expandable="true"/>
  19. <treeNode value="dialogs" idsLabel="IDS_UIPE_NAVIGATOR_DIALOGS" idsTooltip="IDS_UIPE_TOOLTIP_DIALOGS" idsDescription="IDS_UIPE_DESC_DIALOGS" idsDescription2="IDS_UIPE_DESC2_DIALOGS" expandable="true"/>
  20. <treeNode value="helpContents" nodeName="helpContents" idsLabel="IDS_UIPE_NAVIGATOR_HELPCONTENTS" idsTooltip="IDS_UIPE_TOOLTIP_HELPCONTENTS" idsDescription="IDS_UIPE_DESC_HELPCONTENTS"/>
  21. <treeNode value="helpGettingStarted" nodeName="helpGettingStarted" idsLabel="IDS_UIPE_NAVIGATOR_HELPSTART" idsTooltip="IDS_UIPE_TOOLTIP_HELPSTART" idsDescription="IDS_UIPE_DESC_HELPSTART"/>
  22. </treeNode>
  23. <treeNode value="defaultSettings" idsLabel="IDS_UIPE_NAVIGATOR_DEFAULT_SETTINGS" idsTooltip="IDS_UIPE_TOOLTIP_DEFAULT_SETTINGS" idsDescription="IDS_UIPE_DESC_DEFAULT_SETTINGS" idsDescription2="IDS_UIPE_DESC2_DEFAULT_SETTINGS" expandable="true" expanded="true">
  24. </treeNode>
  25. </treeView>
  26. <treeView id="MenusTree" static="true" showCheckboxes="true" showCheckedDescendents="true" multiSelect="true" forceSelection="true"/>
  27. <listView id="ShowHideRadio" view="radio">
  28. <listItems>
  29. <listItem value="show" idsLabel="IDS_UIPE_EDITOR_SHOW"/>
  30. <listItem value="hide" idsLabel="IDS_UIPE_EDITOR_HIDE"/>
  31. </listItems>
  32. </listView>
  33. <listView id="CheckAll" view="checkbox">
  34. <listItems>
  35. <listItem value="checkAll" idsLabel="IDS_UIPE_EDITOR_SELECT_ALL"/>
  36. </listItems>
  37. </listView>
  38. <listView id="Action" view="checkbox">
  39. <listItems>
  40. <listItem idsLabel="IDS_UIPE_EDITOR_ACTION"/>
  41. </listItems>
  42. </listView>
  43. <listView id="HelpContent">
  44. <listItems>
  45. <listItem idsLabel="IDS_UIPE_PROFESSIONAL" value="professional"/>
  46. <listItem idsLabel="IDS_UIPE_WORKSPACEADVANCED" value="workspaceAdvanced"/>
  47. </listItems>
  48. </listView>
  49. </resources>