@sapui5/sap.ui.vk 1.135.0 → 1.138.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/vk/.library +1 -1
  3. package/src/sap/ui/vk/AnimationPlayback.js +1 -1
  4. package/src/sap/ui/vk/AnimationPlayer.js +2 -2
  5. package/src/sap/ui/vk/AnimationSequence.js +1 -1
  6. package/src/sap/ui/vk/AnimationTimeSlider.js +1 -1
  7. package/src/sap/ui/vk/AnimationTrack.js +1 -1
  8. package/src/sap/ui/vk/Annotation.js +2 -2
  9. package/src/sap/ui/vk/BaseNodeProxy.js +1 -1
  10. package/src/sap/ui/vk/Camera.js +1 -1
  11. package/src/sap/ui/vk/ContentConnector.js +2 -2
  12. package/src/sap/ui/vk/ContentManager.js +1 -1
  13. package/src/sap/ui/vk/ContentResource.js +13 -1
  14. package/src/sap/ui/vk/Core.js +1 -3
  15. package/src/sap/ui/vk/DownloadManager.js +1 -1
  16. package/src/sap/ui/vk/DrawerToolbar.js +142 -76
  17. package/src/sap/ui/vk/DrawerToolbarButton.js +12 -1
  18. package/src/sap/ui/vk/DvlException.js +1 -1
  19. package/src/sap/ui/vk/FlexibleControl.js +1 -2
  20. package/src/sap/ui/vk/FlexibleControlLayoutData.js +1 -2
  21. package/src/sap/ui/vk/Highlight.js +1 -1
  22. package/src/sap/ui/vk/ImageContentManager.js +1 -1
  23. package/src/sap/ui/vk/JointUtils.js +1 -1
  24. package/src/sap/ui/vk/LayerProxy.js +1 -1
  25. package/src/sap/ui/vk/LegendItem.js +1 -1
  26. package/src/sap/ui/vk/ListPanel.js +1 -1
  27. package/src/sap/ui/vk/ListPanelStack.js +1 -1
  28. package/src/sap/ui/vk/Loco.js +1 -1
  29. package/src/sap/ui/vk/Material.js +1 -1
  30. package/src/sap/ui/vk/NativeViewport.js +1 -1
  31. package/src/sap/ui/vk/NodeHierarchy.js +1 -1
  32. package/src/sap/ui/vk/NodeProxy.js +1 -1
  33. package/src/sap/ui/vk/NodeUtils.js +1 -1
  34. package/src/sap/ui/vk/Notifications.js +1 -1
  35. package/src/sap/ui/vk/OrthographicCamera.js +1 -1
  36. package/src/sap/ui/vk/OutputSettings.js +0 -1
  37. package/src/sap/ui/vk/Overlay.js +1 -1
  38. package/src/sap/ui/vk/PerspectiveCamera.js +1 -1
  39. package/src/sap/ui/vk/ProgressIndicator.js +1 -1
  40. package/src/sap/ui/vk/RedlineCollaboration.js +1 -1
  41. package/src/sap/ui/vk/RedlineConversation.js +1 -1
  42. package/src/sap/ui/vk/RedlineDesign.js +1 -1
  43. package/src/sap/ui/vk/RedlineElement.js +1 -1
  44. package/src/sap/ui/vk/RedlineElementComment.js +1 -1
  45. package/src/sap/ui/vk/RedlineElementEllipse.js +1 -1
  46. package/src/sap/ui/vk/RedlineElementFreehand.js +1 -1
  47. package/src/sap/ui/vk/RedlineElementLine.js +1 -1
  48. package/src/sap/ui/vk/RedlineElementRectangle.js +1 -1
  49. package/src/sap/ui/vk/RedlineElementText.js +1 -1
  50. package/src/sap/ui/vk/RedlineSurface.js +2 -2
  51. package/src/sap/ui/vk/SafeArea.js +1 -1
  52. package/src/sap/ui/vk/Scene.js +12 -1
  53. package/src/sap/ui/vk/SceneTree.js +4 -7
  54. package/src/sap/ui/vk/StepNavigation.js +1 -2
  55. package/src/sap/ui/vk/Texture.js +2 -2
  56. package/src/sap/ui/vk/ToggleMenuButton.js +1 -1
  57. package/src/sap/ui/vk/ToggleMenuItem.js +7 -4
  58. package/src/sap/ui/vk/ToggleMenuItemRenderer.js +224 -0
  59. package/src/sap/ui/vk/Toolbar.js +69 -115
  60. package/src/sap/ui/vk/View.js +7 -13
  61. package/src/sap/ui/vk/ViewGallery.js +2 -2
  62. package/src/sap/ui/vk/ViewGalleryThumbnail.js +1 -1
  63. package/src/sap/ui/vk/ViewGroup.js +1 -1
  64. package/src/sap/ui/vk/ViewManager.js +1 -1
  65. package/src/sap/ui/vk/ViewStateManager.js +2 -2
  66. package/src/sap/ui/vk/ViewStateManagerBase.js +3 -3
  67. package/src/sap/ui/vk/Viewer.js +467 -304
  68. package/src/sap/ui/vk/Viewport.js +2 -2
  69. package/src/sap/ui/vk/ViewportBase.js +46 -3
  70. package/src/sap/ui/vk/VisibilityMode.js +2 -1
  71. package/src/sap/ui/vk/dvl/BaseNodeProxy.js +1 -1
  72. package/src/sap/ui/vk/dvl/ContentManager.js +1 -1
  73. package/src/sap/ui/vk/dvl/GraphicsCore.js +1 -1
  74. package/src/sap/ui/vk/dvl/LayerProxy.js +1 -1
  75. package/src/sap/ui/vk/dvl/NodeHierarchy.js +1 -1
  76. package/src/sap/ui/vk/dvl/NodeProxy.js +1 -1
  77. package/src/sap/ui/vk/dvl/Scene.js +1 -1
  78. package/src/sap/ui/vk/dvl/ViewStateManager.js +1 -1
  79. package/src/sap/ui/vk/dvl/Viewport.js +1 -1
  80. package/src/sap/ui/vk/ecad/ElementsPanel.js +991 -0
  81. package/src/sap/ui/vk/ecad/LayersPanel.js +573 -0
  82. package/src/sap/ui/vk/ecad/VisibilityType.js +31 -0
  83. package/src/sap/ui/vk/i18n/messagebundle.properties +85 -0
  84. package/src/sap/ui/vk/i18n/messagebundle_ar.properties +34 -0
  85. package/src/sap/ui/vk/i18n/messagebundle_bg.properties +34 -0
  86. package/src/sap/ui/vk/i18n/messagebundle_ca.properties +35 -1
  87. package/src/sap/ui/vk/i18n/messagebundle_cnr.properties +34 -0
  88. package/src/sap/ui/vk/i18n/messagebundle_cs.properties +34 -0
  89. package/src/sap/ui/vk/i18n/messagebundle_cy.properties +34 -0
  90. package/src/sap/ui/vk/i18n/messagebundle_da.properties +34 -0
  91. package/src/sap/ui/vk/i18n/messagebundle_de.properties +34 -0
  92. package/src/sap/ui/vk/i18n/messagebundle_el.properties +34 -0
  93. package/src/sap/ui/vk/i18n/messagebundle_en.properties +348 -0
  94. package/src/sap/ui/vk/i18n/messagebundle_en_GB.properties +34 -0
  95. package/src/sap/ui/vk/i18n/messagebundle_en_US_saprigi.properties +34 -0
  96. package/src/sap/ui/vk/i18n/messagebundle_es.properties +36 -2
  97. package/src/sap/ui/vk/i18n/messagebundle_es_MX.properties +34 -0
  98. package/src/sap/ui/vk/i18n/messagebundle_et.properties +34 -0
  99. package/src/sap/ui/vk/i18n/messagebundle_fi.properties +34 -0
  100. package/src/sap/ui/vk/i18n/messagebundle_fr.properties +34 -0
  101. package/src/sap/ui/vk/i18n/messagebundle_fr_CA.properties +34 -0
  102. package/src/sap/ui/vk/i18n/messagebundle_hi.properties +34 -0
  103. package/src/sap/ui/vk/i18n/messagebundle_hr.properties +34 -0
  104. package/src/sap/ui/vk/i18n/messagebundle_hu.properties +34 -0
  105. package/src/sap/ui/vk/i18n/messagebundle_id.properties +35 -1
  106. package/src/sap/ui/vk/i18n/messagebundle_it.properties +36 -2
  107. package/src/sap/ui/vk/i18n/messagebundle_iw.properties +34 -0
  108. package/src/sap/ui/vk/i18n/messagebundle_ja.properties +34 -0
  109. package/src/sap/ui/vk/i18n/messagebundle_kk.properties +34 -0
  110. package/src/sap/ui/vk/i18n/messagebundle_ko.properties +34 -0
  111. package/src/sap/ui/vk/i18n/messagebundle_lt.properties +34 -0
  112. package/src/sap/ui/vk/i18n/messagebundle_lv.properties +36 -2
  113. package/src/sap/ui/vk/i18n/messagebundle_mk.properties +36 -2
  114. package/src/sap/ui/vk/i18n/messagebundle_ms.properties +39 -5
  115. package/src/sap/ui/vk/i18n/messagebundle_nl.properties +34 -0
  116. package/src/sap/ui/vk/i18n/messagebundle_no.properties +34 -0
  117. package/src/sap/ui/vk/i18n/messagebundle_pl.properties +34 -0
  118. package/src/sap/ui/vk/i18n/messagebundle_pt.properties +34 -0
  119. package/src/sap/ui/vk/i18n/messagebundle_pt_PT.properties +34 -0
  120. package/src/sap/ui/vk/i18n/messagebundle_ro.properties +34 -0
  121. package/src/sap/ui/vk/i18n/messagebundle_ru.properties +34 -0
  122. package/src/sap/ui/vk/i18n/messagebundle_sh.properties +34 -0
  123. package/src/sap/ui/vk/i18n/messagebundle_sk.properties +34 -0
  124. package/src/sap/ui/vk/i18n/messagebundle_sl.properties +37 -3
  125. package/src/sap/ui/vk/i18n/messagebundle_sr.properties +34 -0
  126. package/src/sap/ui/vk/i18n/messagebundle_sv.properties +34 -0
  127. package/src/sap/ui/vk/i18n/messagebundle_th.properties +34 -0
  128. package/src/sap/ui/vk/i18n/messagebundle_tr.properties +34 -0
  129. package/src/sap/ui/vk/i18n/messagebundle_uk.properties +35 -1
  130. package/src/sap/ui/vk/i18n/messagebundle_vi.properties +34 -0
  131. package/src/sap/ui/vk/i18n/messagebundle_zh_CN.properties +34 -0
  132. package/src/sap/ui/vk/i18n/messagebundle_zh_TW.properties +34 -0
  133. package/src/sap/ui/vk/library.js +7 -3
  134. package/src/sap/ui/vk/measurements/Angle.js +1 -1
  135. package/src/sap/ui/vk/measurements/Area.js +1 -1
  136. package/src/sap/ui/vk/measurements/Distance.js +1 -1
  137. package/src/sap/ui/vk/measurements/Edge.js +1 -1
  138. package/src/sap/ui/vk/measurements/Face.js +1 -1
  139. package/src/sap/ui/vk/measurements/Feature.js +1 -1
  140. package/src/sap/ui/vk/measurements/Vertex.js +1 -1
  141. package/src/sap/ui/vk/pdf/ContentManager.js +1 -1
  142. package/src/sap/ui/vk/pdf/PageGallery.js +3 -5
  143. package/src/sap/ui/vk/pdf/Viewport.js +5 -8
  144. package/src/sap/ui/vk/svg/BaseNodeProxy.js +1 -1
  145. package/src/sap/ui/vk/svg/ContentDeliveryService.js +2 -1
  146. package/src/sap/ui/vk/svg/ContentManager.js +4 -1
  147. package/src/sap/ui/vk/svg/HotspotHelper.js +2 -2
  148. package/src/sap/ui/vk/svg/NodeHierarchy.js +1 -1
  149. package/src/sap/ui/vk/svg/NodeProxy.js +1 -1
  150. package/src/sap/ui/vk/svg/OrthographicCamera.js +1 -1
  151. package/src/sap/ui/vk/svg/Scene.js +1 -1
  152. package/src/sap/ui/vk/svg/SceneBuilder.js +12 -4
  153. package/src/sap/ui/vk/svg/ViewStateManager.js +2 -2
  154. package/src/sap/ui/vk/svg/Viewport.js +199 -2
  155. package/src/sap/ui/vk/themes/base/DrawerToolbar.less +8 -0
  156. package/src/sap/ui/vk/themes/base/Viewer.less +9 -12
  157. package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-bold-v1.8.woff2 +0 -0
  158. package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-regular-v1.8.woff2 +0 -0
  159. package/src/sap/ui/vk/themes/base/library.source.less +1 -1
  160. package/src/sap/ui/vk/themes/sap_belize_base/Viewer.less +1 -12
  161. package/src/sap/ui/vk/themes/sap_belize_base/library.source.less +1 -1
  162. package/src/sap/ui/vk/themes/sap_bluecrystal_base/Viewer.less +1 -12
  163. package/src/sap/ui/vk/themes/sap_bluecrystal_base/library.source.less +1 -1
  164. package/src/sap/ui/vk/themes/sap_hcb/base_Viewer.less +1 -12
  165. package/src/sap/ui/vk/themes/sap_hcb/library.source.less +1 -1
  166. package/src/sap/ui/vk/themes/sap_horizon/library.source.less +0 -5
  167. package/src/sap/ui/vk/themes/sap_horizon_dark/library.source.less +0 -5
  168. package/src/sap/ui/vk/themes/sap_horizon_hcb/library.source.less +0 -5
  169. package/src/sap/ui/vk/themes/sap_horizon_hcw/library.source.less +0 -5
  170. package/src/sap/ui/vk/thirdparty/pdf.worker.js +1 -1
  171. package/src/sap/ui/vk/threejs/AnimationHelper.js +1 -1
  172. package/src/sap/ui/vk/threejs/BaseNodeProxy.js +1 -1
  173. package/src/sap/ui/vk/threejs/Billboard.js +1 -1
  174. package/src/sap/ui/vk/threejs/Callout.js +11 -1
  175. package/src/sap/ui/vk/threejs/ContentDeliveryService.js +2 -1
  176. package/src/sap/ui/vk/threejs/ContentManager.js +2 -1
  177. package/src/sap/ui/vk/threejs/DetailView.js +1 -1
  178. package/src/sap/ui/vk/threejs/HighlightPlayer.js +1 -1
  179. package/src/sap/ui/vk/threejs/Material.js +2 -2
  180. package/src/sap/ui/vk/threejs/NodeHierarchy.js +1 -1
  181. package/src/sap/ui/vk/threejs/NodeProxy.js +1 -1
  182. package/src/sap/ui/vk/threejs/OrthographicCamera.js +1 -1
  183. package/src/sap/ui/vk/threejs/PerspectiveCamera.js +1 -1
  184. package/src/sap/ui/vk/threejs/PointCloudGroup.js +1 -1
  185. package/src/sap/ui/vk/threejs/Scene.js +1 -1
  186. package/src/sap/ui/vk/threejs/SceneBuilder.js +18 -2
  187. package/src/sap/ui/vk/threejs/Texture.js +2 -2
  188. package/src/sap/ui/vk/threejs/ThreeExtensions.js +9 -1
  189. package/src/sap/ui/vk/threejs/Thrustline.js +1 -1
  190. package/src/sap/ui/vk/threejs/ViewStateManager.js +2 -2
  191. package/src/sap/ui/vk/threejs/Viewport.js +9 -3
  192. package/src/sap/ui/vk/threejs/v2/ViewStateManager.js +1 -1
  193. package/src/sap/ui/vk/tools/AnchorPointTool.js +1 -1
  194. package/src/sap/ui/vk/tools/AnchorPointToolGizmo.js +1 -1
  195. package/src/sap/ui/vk/tools/AxisAngleRotationTool.js +1 -1
  196. package/src/sap/ui/vk/tools/AxisAngleRotationToolGizmo.js +1 -1
  197. package/src/sap/ui/vk/tools/CreateEllipseTool.js +1 -1
  198. package/src/sap/ui/vk/tools/CreateEllipseToolGizmo.js +1 -1
  199. package/src/sap/ui/vk/tools/CreateParametricGizmo.js +1 -1
  200. package/src/sap/ui/vk/tools/CreatePathTool.js +1 -1
  201. package/src/sap/ui/vk/tools/CreatePathToolGizmo.js +1 -1
  202. package/src/sap/ui/vk/tools/CreateRectangleTool.js +1 -1
  203. package/src/sap/ui/vk/tools/CreateRectangleToolGizmo.js +1 -1
  204. package/src/sap/ui/vk/tools/CreateTextTool.js +1 -1
  205. package/src/sap/ui/vk/tools/CreateTextToolGizmo.js +1 -1
  206. package/src/sap/ui/vk/tools/CrossSectionTool.js +1 -1
  207. package/src/sap/ui/vk/tools/CrossSectionToolGizmo.js +1 -1
  208. package/src/sap/ui/vk/tools/DuplicateSvgElementTool.js +1 -1
  209. package/src/sap/ui/vk/tools/DuplicateSvgElementToolGizmo.js +1 -1
  210. package/src/sap/ui/vk/tools/ExplodeItemGroup.js +1 -1
  211. package/src/sap/ui/vk/tools/ExplodeTool.js +1 -1
  212. package/src/sap/ui/vk/tools/ExplodeToolGizmo.js +1 -1
  213. package/src/sap/ui/vk/tools/Gizmo.js +1 -1
  214. package/src/sap/ui/vk/tools/HitTestTool.js +1 -1
  215. package/src/sap/ui/vk/tools/MoveTool.js +1 -1
  216. package/src/sap/ui/vk/tools/MoveToolGizmo.js +1 -1
  217. package/src/sap/ui/vk/tools/PointCloudSelectionTool.js +2 -2
  218. package/src/sap/ui/vk/tools/PointCloudSelectionToolGizmo.js +1 -1
  219. package/src/sap/ui/vk/tools/RectSelectTool.js +1 -1
  220. package/src/sap/ui/vk/tools/RedlineTool.js +1 -1
  221. package/src/sap/ui/vk/tools/RedlineToolGizmo.js +1 -1
  222. package/src/sap/ui/vk/tools/RotateOrbitTool.js +1 -1
  223. package/src/sap/ui/vk/tools/RotateTool.js +1 -1
  224. package/src/sap/ui/vk/tools/RotateToolGizmo.js +1 -1
  225. package/src/sap/ui/vk/tools/RotateTurntableTool.js +1 -1
  226. package/src/sap/ui/vk/tools/ScaleTool.js +1 -1
  227. package/src/sap/ui/vk/tools/ScaleToolGizmo.js +1 -1
  228. package/src/sap/ui/vk/tools/SceneOrientationTool.js +1 -1
  229. package/src/sap/ui/vk/tools/SceneOrientationToolGizmo.js +1 -1
  230. package/src/sap/ui/vk/tools/Tool.js +1 -1
  231. package/src/sap/ui/vk/tools/TooltipTool.js +1 -1
  232. package/src/sap/ui/vk/tools/TooltipToolGizmo.js +1 -1
  233. package/src/sap/ui/vk/tools/TransformSvgElementTool.js +1 -1
  234. package/src/sap/ui/vk/tools/TransformSvgElementToolGizmo.js +1 -1
  235. package/src/sap/ui/vk/totara/TotaraLoader.js +4 -0
  236. package/src/sap/ui/vk/totara/TotaraUtils.js +5 -0
  237. package/src/sap/ui/vk/ve/dvl.js +1 -1
  238. package/src/sap/ui/vk/ve/dvl.wasm +0 -0
  239. package/src/sap/ui/vk/ve/matai.js +1 -1
  240. package/src/sap/ui/vk/ve/matai.wasm +0 -0
  241. package/src/sap/ui/vk/ToolbarRenderer.js +0 -41
  242. package/src/sap/ui/vk/ViewerRenderer.js +0 -48
  243. package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-bold-v1.4.woff2 +0 -0
  244. package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-regular-v1.4.woff2 +0 -0
@@ -1,371 +1,719 @@
1
+ #This is the resource bundle for the sap.ui.vk library
2
+ #
1
3
 
4
+ #XMIT: Text for Overlay Area edge context menu: Split edge at midpoint
2
5
  OVL_AREA_EDGE_SPLIT=Split
6
+ #XMIT: Text for Overlay Area edge click: Remove handle
3
7
  OVL_AREA_HANDLE_REMOVE=Remove
4
8
 
9
+ #XTIT: Viewer control title
5
10
  VIEWER_TITLE=Viewer
11
+ #XTOL: Alternate text for help button in the viewer menu
6
12
  VIEWER_HELPBUTTONTOOLTIP=Help
13
+ #XTOL: Alternate text for full screen button in the viewer menu
7
14
  VIEWER_FULLSCREENBUTTONTOOLTIP=Full Screen Mode
8
15
 
9
16
 
17
+ #XTIT: Viewport control title
10
18
  VIEWPORT_TITLE=Viewport
19
+ #XTOL: Alternate text for full viewport button in the viewer menu
11
20
  VIEWPORT_MENUBUTTONTOOLTIP=Viewport
21
+ #XBUT: Reset View button on Viewport tools menu
12
22
  VIEWPORT_TOOLBUTTONRESETVIEW=Reset View
23
+ #YMSG: Unsupported file format
13
24
  VIEWPORT_MESSAGEUNSUPPORTEDFILEFORMAT=Unsupported File Format
25
+ #YMSG: Error loading file
14
26
  VIEWPORT_MESSAGEERRORLOADINGFILE=Error Loading File
15
27
 
28
+ #XTOL: Alternate text for Step Navigation control button in the menu
16
29
  STEP_NAV_MENUBUTTONTOOLTIP=Step Navigation
30
+ #XTIT: Title for step navigation control
17
31
  STEP_NAV_TITLE=Step Navigation
32
+ #XMIT: Title for Procedure list when no procedues are loaded
18
33
  STEP_NAV_PROCEDURES=Procedures
34
+ #XMIT: Title item in the Play menu
19
35
  STEP_NAV_PLAYMENU_PLAYOPTIONS=Play Options
36
+ #XMIT: Play item in the Play menu
20
37
  STEP_NAV_PLAYMENU_PLAY=Play Step
38
+ #XMIT: Pause item in the Play menu
21
39
  STEP_NAV_PLAYMENU_PAUSE=Pause
40
+ #XMIT: Play All item in the Play menu
22
41
  STEP_NAV_PLAYMENU_PLAYALL=Play All
42
+ #XMIT: Play All Remaining item in the Play menu
23
43
  STEP_NAV_PLAYMENU_PLAYALLREMAINING=Play All Remaining
44
+ #XTOL: Procedures drop down list default heading
24
45
  STEP_NAV_PROCEDURESLISTHEADING=Procedures
46
+ #XTOL: Heading for step description popup dialog
25
47
  STEP_NAV_STEPDESCRIPTIONHEADING=Step Descriptions
48
+ #XTOL: Navigate to Next Step
26
49
  STEP_NAV_NEXTSTEPBUTTON=Next
50
+ #XTOL: Navigate to Previous Step
27
51
  STEP_NAV_PREVIOUSSTEPBUTTON=Previous
52
+ #XTOL: Show step description
28
53
  STEP_NAV_SHOWSTEPDESCRIPTIONBUTTON=Show
54
+ #XTOL: Close step description
29
55
  STEP_NAV_HIDESTEPDESCRIPTIONBUTTON=Hide
56
+ #XTOL: Step Name field description
30
57
  STEP_NAV_STEPNAME=Step Name
58
+ #XTOL: Portfolios drop down list default heading
31
59
  STEP_NAV_PORTFOLIOSLISTHEADING=Portfolios
60
+ #XTOL: Step Name field description
32
61
  STEP_NAV_VIEWNAME=View Name
62
+ #XTOL: Tooltip for Play button
33
63
  STEP_NAV_PLAYBUTTON_PLAY=Play
34
64
 
65
+ #XCAP: Views panel title with counter; {0} - index of the current view, {1} - number of views
35
66
  VIEWS_TITLE_WITH_COUNT={0} of {1}
36
67
 
37
68
 
69
+ #XTOL: Title for scene tree panel
38
70
  SCENETREE_MENUBUTTONTOOLTIP=Scene Tree
71
+ #XMIT: Title for scene tree panel
39
72
  SCENETREE_TITLE=Scene Tree
73
+ #XMIT: Name of scene node column header
40
74
  SCENETREE_NAME=Name
75
+ #XMIT: Abbreviated visibility column header
41
76
  SCENETREE_VISIBLE=Visibility
77
+ #XTOL: Tooltip for visibility button to hide object
42
78
  SCENETREE_VISIBILITYSTATEVISIBLE=Click to hide
79
+ #XTOL: Tooltip for visibility button to show object
43
80
  SCENETREE_VISIBILITYSTATEHIDDEN=Click to make visible
81
+ #XTOL: Tooltip for visibility button to hide all objects
44
82
  SCENETREE_VISIBILITYSTATEVISIBLEALL=Click to hide all
83
+ #XTOL: Tooltip for visibility button to show all objects
45
84
  SCENETREE_VISIBILITYSTATEHIDDENALL=Click to show all
85
+ #XTOL: Tooltip for tree item selection state selected
46
86
  SCENETREE_SELECTIONSTATESELECTED=Selected
47
87
 
48
88
 
89
+ #XTOL: Tooltip for fullscreen button
49
90
  CONTAINERBASE_FULLSCREEN=Full Screen
91
+ #XTOL: Tooltip for settings button
50
92
  CONTAINERBASE_SETTINGS=Settings
93
+ #XTOL: Tooltip for menu button
51
94
  CONTAINERBASE_MENU=Menu
95
+ #XTOL: Tooltip for selection button
52
96
  CONTAINERBASE_SELECTION=Selection Mode
97
+ #XMIT: Text for Rectangular Selection Mode
53
98
  CONTAINERBASE_MENU_RECT=Rectangular Selection
99
+ #XMIT: Text for Lasso Selection Mode
54
100
  CONTAINERBASE_MENU_LASSO=Lasso Selection
101
+ #XMIT: Text for Single Selection Mode
55
102
  CONTAINERBASE_MENU_SINGLE=Single Selection
56
103
 
57
104
 
105
+ #XTOL: Tooltip for Navbar zoom in
58
106
  MAPCONTAINER_ZOOMIN=Zoom In
107
+ #XTOL: Tooltip for Navbar zoom out
59
108
  MAPCONTAINER_ZOOMOUT=Zoom Out
109
+ #XTOL: Tooltip for Navbar home
60
110
  MAPCONTAINER_HOME=Home
111
+ #XTOL: Tooltip for Navbar Toggle Rectangular Zoom
61
112
  MAPCONTAINER_RECT_ZOOM=Rectangular Zoom
62
113
 
114
+ #XTOL: Predefined views menu button tooltip
63
115
  PREDEFINED_VIEW_MENUBUTTONTOOLTIP=Predefined Camera Positions
116
+ #XMIT: Initial view of the object
64
117
  PREDEFINED_VIEW_INITIAL=Initial
118
+ #XMIT: View from the front side of the object
65
119
  PREDEFINED_VIEW_FRONT=Front
120
+ #XMIT: View from the back side of the object
66
121
  PREDEFINED_VIEW_BACK=Back
122
+ #XMIT: View from the left side of the object
67
123
  PREDEFINED_VIEW_LEFT=Left
124
+ #XMIT: View from the right side of the object
68
125
  PREDEFINED_VIEW_RIGHT=Right
126
+ #XMIT: View from the top side of the object
69
127
  PREDEFINED_VIEW_TOP=Top
128
+ #XMIT: View from the bottom side of the object
70
129
  PREDEFINED_VIEW_BOTTOM=Bottom
71
130
 
131
+ #XMIT: World coordinate system for transformation tools
72
132
  TOOL_COORDINATE_SYSTEM_WORLD=World
133
+ #XMIT: Local coordinate system for transformation tools
73
134
  TOOL_COORDINATE_SYSTEM_LOCAL=Local
135
+ #XMIT: Parent coordinate system for transformation tools
74
136
  TOOL_COORDINATE_SYSTEM_PARENT=Parent
137
+ #XMIT: Screen coordinate system for transformation tools
75
138
  TOOL_COORDINATE_SYSTEM_SCREEN=Screen
139
+ #XMIT: Custom coordinate system for transformation tools
76
140
  TOOL_COORDINATE_SYSTEM_CUSTOM=Custom
77
141
 
142
+ #YMSG: Tooltip for button which shows selected elements
78
143
  SHOW_TOOLTIP=Show
144
+ #YMSG: Tooltip for button which hides selected elements
79
145
  HIDE_TOOLTIP=Hide
146
+ #YMSG: Tooltip for button which switches viewport mouse control mode to Pan
80
147
  PAN_TOOLTIP=Pan
148
+ #YMSG: Tooltip for button which switches viewport mouse control mode to Zoom
81
149
  ZOOM_TOOLTIP=Zoom
150
+ #YMSG: Tooltip for button which switches viewport mouse control mode to Orbit
82
151
  ORBIT_TOOLTIP=Orbit
152
+ #YMSG: Tooltip for button which switches viewport mouse control mode to Turntable
83
153
  TURNTABLE_TOOLTIP=Turntable
154
+ #YMSG: Tooltip for button which activates rectangular selection mode in viewport
84
155
  RECTANGULAR_SELECTION_TOOLTIP=Rectangular Selection
156
+ #YMSG: Tooltip for button which activates Cross Section mode in viewport
85
157
  CROSS_SECTION_TOOLTIP=Cross-Section
158
+ #YMSG: Tooltip for button which open Cross Section Axis selection dropdown menu
86
159
  CROSS_SECTION_AXIS_TOOLTIP=Cross-Section Axis
160
+ #YMSG: Tooltip for button which activates showing Product Manufacturing Information in viewport
87
161
  PMI_TOOLTIP=Product Manufacturing Information
88
162
 
163
+ #XMIT: Transformation tool units: millimetres
89
164
  TOOL_UNITS_MM=mm
90
165
 
166
+ #XMIT: Move anchor point tool gizmo to world origin
91
167
  ANCHOR_POINT_TOOL_MOVE_TO_WORLD_ORIGIN=Move to world origin
168
+ #XMIT: Move anchor point tool gizmo to center of selection
92
169
  ANCHOR_POINT_TOOL_MOVE_TO_SELECTION_CENTER=Move to center of selection
170
+ #XMIT: Move anchor point tool gizmo to scene center
93
171
  ANCHOR_POINT_TOOL_MOVE_TO_SCENE_CENTER=Move to scene center
172
+ #XMIT: Move anchor point tool gizmo to selected object's origin
94
173
  ANCHOR_POINT_TOOL_MOVE_TO_SELECTED_OBJECTS_ORIGIN=Move to selected object's origin
95
174
 
175
+ #YMSG: Error messasge if no URL or VEID are specified
96
176
  CONTENTDELIVERYSERVICE_MSG_NOURLORVEID=URL or Visual Enterprise ID is not specified.
177
+ #YMSG: Error messge if ContentDeliveryService is not initialised
97
178
  CONTENTDELIVERYSERVICE_MSG_CONTENTDELIVERYSERVICENOTINITIALISED=Content delivery service is not initialized.
98
179
 
180
+ #YMSG: Error message if content resources failed to load
99
181
  CONTENTMANAGER_MSG_CONTENTRESOURCESFAILEDTOLOAD=Failed to load content resources.
100
182
 
183
+ #YMSG: Error message if node is not created at the end of the children array
101
184
  NODEHIERARCHY_MSG_CREATENODEFAILED=The newly created node must be at the end of the children array.
102
185
 
186
+ #YMSG: Error message if sap.ui.vk.ZoomTo.Restore is not implemented
103
187
  VIEWPORT_MSG_RESTORENOTIMPLEMENTED=sap.ui.vk.ZoomTo.Restore is not implemented.
188
+ #YMSG: Error message if sap.ui.vk.ZoomTo.NodeSetIsolation is not implemented
104
189
  VIEWPORT_MSG_NODESETISOLATIONNOTIMPLEMENTED=sap.ui.vk.ZoomTo.NodeSetIsolation is not implemented.
190
+ #YMSG: Error message if sap.ui.vk.ZoomTo.RestoreRemoveIsolation is not implemented
105
191
  VIEWPORT_MSG_RESTOREREMOVEISOLATIONNOTIMPLEMENTED=sap.ui.vk.ZoomTo.RestoreRemoveIsolation is not implemented.
106
192
 
193
+ #YMSG: Error message if threejs.ViewportGestureHandler: unsupported camera type
107
194
  VIEWPORTGESTUREHANDLER_MSG_UNSUPPORTEDCAMERATYPE=threejs.ViewportGestureHandler\: unsupported camera type.
108
195
 
196
+ #YMSG: Error Message summary
109
197
  VIEWER_MSG_CONTENTRESOURCESNOTLOADED_SUMMARY=Some content resources could not be loaded.
198
+ #YMSG: Error Message cause
110
199
  VIEWER_MSG_CONTENTRESOURCESNOTLOADED_NONEXISTINGORUNSUPPORTEDFILE_CAUSE=Attempted to load non-existent files, or files with unsupported file format.
200
+ #YMSG:Error Message Resolution
111
201
  VIEWER_MSG_CONTENTRESOURCESNOTLOADED_NONEXISTINGORUNSUPPORTEDFILE_CHECKFILEEXISTSANDIFSUPPORT_RESOLUTION=Check whether the files being loaded have supported file formats, and still exist.
112
202
 
203
+ #YMSG: Error Message summary
113
204
  VIEWER_MSG_FAILEDTOBUILDSCENE_SUMMARY=Failed to build a scene from the loaded content resources.
205
+ #YMSG: Error Message cause
114
206
  VIEWER_MSG_FAILEDTOBUILDSCENE_COULDNOTCREATESCENE_CAUSE=Could not create a scene from the file.
207
+ #YMSG:Error Message Resolution
115
208
  VIEWER_MSG_FAILEDTOBUILDSCENE_COULDNOTCREATESCENE_RELOADORSELECTANOTHERFILE_RESOLUTION=Reload the file, or select another file to load.
209
+ #YMSG: Error Message cause
116
210
  VIEWER_MSG_FAILEDTOBUILDSCENE_MISSINGPASSWORD_CAUSE=The file is encrypted. No password provided.
211
+ #YMSG:Error Message Resolution
117
212
  VIEWER_MSG_FAILEDTOBUILDSCENE_MISSINGPASSWORD_PROVIDEPASSWORD_RESOLUTION=Provide a password and reload the file, or select another file to load.
118
213
 
214
+ #YMSG: Error Message summary
119
215
  VIEWER_MSG_FAILEDTOLOADCONTENT_SUMMARY=Failed to load content resources.
216
+ #YMSG: Error Message cause
120
217
  VIEWER_MSG_FAILEDTOLOADCONTENT_URLORAUTHENTICATION_CAUSE=The service URL is incorrect or the user does not have permission to access the content resource.
218
+ #YMSG:Error Message Resolution
121
219
  VIEWER_MSG_FAILEDTOLOADCONTENT_URLORAUTHENTICATION_RESOLUTION=Please make sure that the service URL and user credentials are properly set.
122
220
 
221
+ #YMSG: Error Message cause
123
222
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_LOADINGMULTIPLE2DNOTSUPPORTED_CAUSE=Loading multiple 2D files is currently not supported.
223
+ #YMSG:Error Message Resolution
124
224
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_LOADINGMULTIPLE2DNOTSUPPORTED_LOADONE2D_RESOLUTION=Check that only a single 2D file is being loaded at a time.
125
225
 
226
+ #YMSG: Error Message summary
126
227
  VIEWER_MSG_NOTBELOADED_SUMMARY=File could not be loaded.
228
+ #YMSG: Error Message cause
127
229
  VIEWER_MSG_NOTBELOADED_NONATIVESUPPORT_CAUSE=File could not be loaded into the Viewport because it is not supported natively by the browser.
230
+ #YMSG:Error Message Resolution
128
231
  VIEWER_MSG_NOTBELOADED_NONATIVESUPPORT_CHECKFILEFORMATSUPPORT_RESOLUTION=Check that the file being loaded has a file format that is supported.
129
232
 
233
+ #YMSG: Error Message summary
130
234
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_SUMMARY=Error loading multiple files.
235
+ #YMSG: Error Message cause
131
236
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_COMBINATIONOF2D3DNOTSUPPORTED_CAUSE=Loading a combination of 2D and 3D content resources simultaneously is not permitted.
237
+ #YMSG:Error Message Resolution
132
238
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_COMBINATIONOF2D3DNOTSUPPORTED_MULTIPLESUPPORTFOR3DONLY_RESOLUTION=Multiple file loading is only permitted for 3D files. Check that the files being loaded are 3D files.
133
239
 
240
+ #YMSG: Error Message cause
134
241
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_COMBINATIONOFDIFFRENTCONTENTMANAGERSNOTSUPPORTED_CAUSE=Loading content resources using multiple content managers is not permitted.
242
+ #YMSG:Error Message Resolution
135
243
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_COMBINATIONOFDIFFRENTCONTENTMANAGERSNOTSUPPORTED_MULTIPLESUPPORTFORSAMECONTENTMANAGER_RESOLUTION=Multiple file loading is only permitted for 3D files using the same content manager. Check that the files being loaded are 3D files and are either all DVL compatible or all three.js compatible.
136
244
 
245
+ #YMSG: Error Message summary
137
246
  VIEWER_RUNTIME_SETTINGS_NOT_CHANGEABLE_SUMMARY=Setting the 'runtimeSettings' property failed.
247
+ #YMSG: Error Message summary
138
248
  VIEWER_RUNTIME_SETTINGS_NOT_CHANGEABLE_CAUSE=The 'runtimeSettings' property cannot be changed after instantiating the Viewer control.
249
+ #YMSG: Error Message summary
139
250
  VIEWER_RUNTIME_SETTINGS_NOT_CHANGEABLE_RESOLUTION=This property can be set only by using the constructor object at the moment of instantiating the Viewer control.
140
251
 
252
+ #YMSG: Error Message summary
141
253
  VIEWER_WEBGLCONTEXTATTRIBUTES_NOT_CHANGEABLE_SUMMARY=Setting the 'webGLContextAttributes' property failed.
254
+ #YMSG: Error Message summary
142
255
  VIEWER_WEBGLCONTEXTATTRIBUTES_NOT_CHANGEABLE_CAUSE=The 'webGLContextAttributes' property cannot be changed after instantiating the Viewer control.
256
+ #YMSG: Error Message summary
143
257
  VIEWER_WEBGLCONTEXTATTRIBUTES_NOT_CHANGEABLE_RESOLUTION=This property can be set only by using the constructor object at the moment of instantiating the Viewer control.
144
258
 
259
+ #YMSG: Error Message summary
145
260
  VIEWER_SOURCE_FAILED_TO_DOWNLOAD_SUMMARY=Source download failed
261
+ #YMSG: Error Message cause
146
262
  VIEWER_SOURCE_FAILED_TO_DOWNLOAD_CAUSE=The content resource could not be downloaded due to various network issues, such as the resource not existing, CORS issues, and no internet connection.
263
+ #YMSG: Error Message resolution
147
264
  VIEWER_SOURCE_FAILED_TO_DOWNLOAD_RESOLUTION=Check your internet connection and make sure the source you are trying to load is available.
148
265
 
266
+ #YMSG: Error Message summary
149
267
  VIEWER_SOURCE_FAILED_TO_LOAD_SUMMARY=Source load failed
268
+ #YMSG: Error Message cause
150
269
  VIEWER_SOURCE_FAILED_TO_LOAD_CAUSE=The content resource could not be loaded in DVL. This might be because of an older unsupported version of the model or simply a broken binary file.
270
+ #YMSG: Error Message resolution
151
271
  VIEWER_SOURCE_FAILED_TO_LOAD_RESOLUTION=Make sure the file you are trying to load is valid.
152
272
 
273
+ #YMSG: Error Message summary
153
274
  VIEWER_UNKNOWN_CONTENT_RESOURCE_TYPE_SUMMARY=Content resource has unknown type.
275
+ #YMSG: Error Message cause
154
276
  VIEWER_UNKNOWN_CONTENT_RESOURCE_TYPE_CAUSE=The content resources cannot be loaded. The content resource type is unknown.
277
+ #YMSG: Error Message resolution
155
278
  VIEWER_UNKNOWN_CONTENT_RESOURCE_TYPE_RESOLUTION=Check the content resource types and make sure that there are content managers that support these types.
156
279
 
280
+ #YMSG: Error Message summary
157
281
  NATIVEVIEWPORT_MSG_NOTBELOADED_SUMMARY=File could not be loaded.
282
+ #YMSG: Error Message cause
158
283
  NATIVEVIEWPORT_MSG_NOTBELOADED_NOTFOUND_CAUSE=File could not be found.
284
+ #YMSG:Error Message Resolution
159
285
  NATIVEVIEWPORT_MSG_NOTBELOADED_NOTFOUND_CHECKEXISTS_RESOLUTION=Check that the file exists.
160
286
 
287
+ #YMSG: Error Message cause
161
288
  NATIVEVIEWPORT_MSG_NOTBELOADED_UNSUPPORTEDFILEFORMAT_CAUSE=Attempted to load an unsupported file format.
289
+ #YMSG: Error Message Resolution
162
290
  NATIVEVIEWPORT_MSG_NOTBELOADED_UNSUPPORTEDFILEFORMAT_CHECKFILEFORMAT_RESOLUTION=Check that the file being loaded has the correct file format.
163
291
 
164
292
 
293
+ #YMSG: Error Message summary
165
294
  DOWNLOADMANAGER_MSG_NOTBELOADED_SUMMARY=File could not be loaded.
295
+ #YMSG: Error Message cause
166
296
  DOWNLOADMANAGER_MSG_NOTBELOADED_VALUESOURCEUNSUPPORTED_CAUSE=The value assigned to the 'source' parameter is unsupported.
297
+ #YMSG:Error Message Resolution
167
298
  DOWNLOADMANAGER_MSG_NOTBELOADED_VALUESOURCEUNSUPPORTED_CHECKSOURCEISURLORFILE_RESOLUTION=Check that the value of the 'source' parameter is in the form of a URL or file name.
168
299
 
169
300
 
301
+ #YMSG: Error Message summary
170
302
  DOWNLOADMANAGER_MSG_VDS4_BETA_WARNING_SUMMARY=VDS4 file format is not fully supported.
303
+ #YMSG: Error Message cause
171
304
  DOWNLOADMANAGER_MSG_VDS4_BETA_WARNING_CAUSE=The Visual Interaction toolkit does not support this version of the VDS file format.
305
+ #YMSG:Error Message Resolution
172
306
  DOWNLOADMANAGER_MSG_VDS4_BETA_WARNING_RESOLUTION=Please log a support request with any issues found using this file format.
173
307
 
308
+ #YMSG: Error message summary
174
309
  GRAPHICSCORE_MSG_VDS3ENCRYPTED_SUMMARY=Encrypted VDS3 files are not supported.
310
+ #YMSG: Error message cause
175
311
  GRAPHICSCORE_MSG_VDS3ENCRYPTED_CAUSE=Decryption of encrypted VDS3 files is not implemented.
312
+ #YMSG: Error message resolution
176
313
  GRAPHICSCORE_MSG_VDS3ENCRYPTED_RESOLUTION=Select another file to load.
177
314
 
315
+ #YMSG: Error Message summary
178
316
  VIEWPORT_MSG_COULDNOTSETCAMERAPROJECTION_SUMMARY=Could not set camera projection correctly.
317
+ #YMSG: Error Message cause
179
318
  VIEWPORT_MSG_COULDNOTSETCAMERAPROJECTION_SPECIFIEDCAMERAPROJECTIONNOTSUPPORTED_CAUSE=The specified camera projection is not supported.
319
+ #YMSG:Error Message Resolution
180
320
  VIEWPORT_MSG_COULDNOTSETCAMERAPROJECTION_SPECIFIEDCAMERAPROJECTIONNOTSUPPORTED_CHECKPROJECTIONTYPESUPPORTED_RESOLUTION=Check that the camera object's 'projectionType' is supported.
181
321
 
322
+ #YMSG: Error Message summary
182
323
  VIEWPORT_UNSUPPORTED_STEP_INDEX_SUMMARY=Step index not supported.
324
+ #YMSG: Error Message cause
183
325
  VIEWPORT_UNSUPPORTED_STEP_INDEX_CAUSE=The step index used is not in a valid range.
326
+ #YMSG:Error Message Resolution
184
327
  VIEWPORT_UNSUPPORTED_STEP_INDEX_RESOLUTION=The step index should be greater than or equal to 0 and less than the total number of steps in the parent procedure.
185
328
 
329
+ #YMSG: Error Message summary
186
330
  VIEWPORT_UNSUPPORTED_PROCEDURE_INDEX_SUMMARY=Procedure index not supported.
331
+ #YMSG: Error Message cause
187
332
  VIEWPORT_UNSUPPORTED_PROCEDURE_INDEX_CAUSE=The procedure index used is not in a valid range.
333
+ #YMSG:Error Message Resolution
188
334
  VIEWPORT_UNSUPPORTED_PROCEDURE_INDEX_RESOLUTION=The procedure index should be greater than or equal to 0 and less than the total number of procedures.
189
335
 
336
+ #YMSG: Error Message summary
190
337
  VIEWPORT_UNSUPPORTED_VISIBILITY_MODE_SUMMARY=Visibility mode not supported.
338
+ #YMSG: Error Message cause
191
339
  VIEWPORT_UNSUPPORTED_VISIBILITY_MODE_CAUSE=This visibility mode is not a valid one.
340
+ #YMSG:Error Message Resolution
192
341
  VIEWPORT_UNSUPPORTED_VISIBILITY_MODE_RESOLUTION=Use one of the supported visibility modes from the sap.ui.vk.VisibilityMode object.
193
342
 
343
+ #YMSG: Error Message summary
194
344
  VIEWPORT_UNSUPPORTED_VISIBILITY_TRACKING_SUMMARY=Visibility tracking is not enabled.
345
+ #YMSG: Error Message cause
195
346
  VIEWPORT_UNSUPPORTED_VISIBILITY_TRACKING_CAUSE=The viewer was initialized without visibility tracking support.
347
+ #YMSG:Error Message Resolution
196
348
  VIEWPORT_UNSUPPORTED_VISIBILITY_TRACKING_RESOLUTION=Initialize Viewport with tracking support.
197
349
 
350
+ #YMSG: Error Message summary
198
351
  VIEWPORT_UNSUPPORTED_RESET_OPTIONS_SUMMARY=Unsupported reset view options.
352
+ #YMSG: Error Message summary
199
353
  VIEWPORT_UNSUPPORTED_RESET_OPTIONS_CAUSE=The argument passed to the Viewport 'resetView' method is not supported.
354
+ #YMSG: Error Message summary
200
355
  VIEWPORT_UNSUPPORTED_RESET_OPTIONS_RESOLUTION=The 'resetView' method argument should be either an object or undefined for default behaviour.
201
356
 
357
+ #YMSG: Error Message summary
202
358
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_SUMMARY=Could not search for nodes in the scene.
359
+ #YMSG: Error Message cause
203
360
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_INVALIDQUERY_CAUSE=Invalid query object. The 'value' property has not been specified.
361
+ #YMSG:Error Message Resolution
204
362
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_INVALIDQUERY_SPECIFYVALUEPROPERTY_RESOLUTION=The 'value' property of the query object must be specified. Check that the 'value' property has been specified for the 'value' property.
205
363
 
364
+ #YMSG: Error Message cause
206
365
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_PREDICATENOTSPECIFIED_CAUSE=Invalid query object. The 'predicate' property has not been specified.
366
+ #YMSG:Error Message Resolution
207
367
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_PREDICATENOTSPECIFIED_SPECIFYPREDICATE_RESOLUTION=The 'predicate' property of the query object must be specified. Set the 'predicate' property to one of the following values\: "equals", "contains", or "startsWith".
208
368
 
369
+ #YMSG: Error Message cause
209
370
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_INCORRECTPREDICATEVALUE_CAUSE=Invalid query object. Incorrect value has been set for the 'predicate' property.
371
+ #YMSG:Error Message Resolution
210
372
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_INCORRECTPREDICATEVALUE_INVALIDPREDICATE_RESOLUTION=Check that the 'predicate' property is set to one of the following values\: "equals", "contains", or "startsWith".
211
373
 
374
+ #YMSG: Error Message cause
212
375
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_NOMETADATASPECIFIED_CAUSE=Invalid search object. The \u201Cmetadata\u201D category has not been specified.
376
+ #YMSG:Error Message Resolution
213
377
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_NOMETADATASPECIFIED_SPECIFYMETADATACATEGORY_RESOLUTION=Check that a value has been specified for the 'metadata' category in the query object.
214
378
 
215
379
 
216
380
 
381
+ #YMSG: Error Message summary
217
382
  STEPNAVIGATION_MSG_STEPCOULDNOTBEPLAYED_SUMMARY=Step could not be played.
383
+ #YMSG: Error Message cause
218
384
  STEPNAVIGATION_MSG_STEPCOULDNOTBEPLAYED_INCORRECTSTEPEVENTTYPE_CAUSE=Incorrect step event 'type' specified.
385
+ #YMSG:Error Message Resolution
219
386
  STEPNAVIGATION_MSG_STEPCOULDNOTBEPLAYED_INCORRECTSTEPEVENTTYPE_CHECKSTEPEVENTTYPEVALUE_RESOLUTION=Check that the step event 'type' is set to a correct value.
220
387
 
388
+ #XMSG: Progress indicator message
221
389
  PROGRESS_INDICATOR_DOWNLOADING=Downloading\:
390
+ #XMSG: Progress indicator message
222
391
  PROGRESS_INDICATOR_RENDERING=Rendering\:
392
+ #XMSG: Progress indicator message
223
393
  PROGRESS_INDICATOR_TOTAL_PERCENT_DONE=Total Percentage Done
394
+ #XMSG: Progress indicator message for when finished creating tree
224
395
  SCENE_CONTEXT_FINISHED_TREE=Finished Tree
396
+ #XMSG: Progress indicator message for when finished setting meshes
225
397
  SCENE_CONTEXT_FINISHED_MESHES=Finished Meshes
398
+ #XMSG: Progress indicator message for when finished setting materials
226
399
  SCENE_CONTEXT_FINISHED_MATERIALS=Finished Materials
400
+ #XMSG: Progress indicator message for when finished setting geometries
227
401
  SCENE_CONTEXT_FINISHED_GEOMETRIES=Finished Geometries
402
+ #XMSG: Progress indicator message for when loading geometries
228
403
  SCENE_CONTEXT_LOADING_GEOMETRIES=Loading Geometries
404
+ #XMSG: Progress indicator message for when finished setting textures
229
405
  SCENE_CONTEXT_FINISHED_TEXTURES=Finished Textures
230
406
  SCENE_CONTEXT_FINISHED_IMAGES=Finished Images
407
+ #XMSG: Progress indicator message for when loading textures
231
408
  SCENE_CONTEXT_LOADING_TEXTURES=Loading Textures
409
+ #XMSG: Progress indicator message for when loading model views
232
410
  SCENE_CONTEXT_LOADING_MODEL_VIEWS=Loading Model Views
233
411
 
412
+ #YMSG: Error Message summary
234
413
  OVERLAY_MSG_EVENTHANDLERFAILED_SUMMARY=Event handler failed.
414
+ #YMSG: Error Message cause
235
415
  OVERLAY_MSG_EVENTHANDLERFAILED_UNSUPPORTEDEVENTTYPE_CAUSE=Unsupported event type used.
416
+ #YMSG:Error Message Resolution
236
417
  OVERLAY_MSG_EVENTHANDLERFAILED_UNSUPPORTEDEVENTTYPE_CHECKEVENTTYPE_RESOLUTION=Check that a supported event type is used.
237
418
 
419
+ #YMSG: Error message summary
238
420
  GRAPHICSCORE_MSG_VDSL_NOFILEPROPERTY_SUMMARY=No 'file' property in VDSL file.
421
+ #YMSG: Error message summary
239
422
  GRAPHICSCORE_MSG_VDSL_FIRSTLINE_WRONGFORMAT_SUMMARY=The first line in the VDSL file must have format file\=URL.
423
+ #YMSG: Error message summary
240
424
  GRAPHICSCORE_MSG_VDSL_RELATIVE_IN_LOCAL_SUMMARY=The \u201Cfile\u201D property must have an absolute URL if VDSL file is loaded from a local drive.
425
+ #YMSG: Error message cause
241
426
  GRAPHICSCORE_MSG_VDSL_EMPTY_CAUSE=VDSL file is empty.
427
+ #YMSG: Error message cause
242
428
  GRAPHICSCORE_MSG_VDSL_WRONGFORMAT_CAUSE=VDSL file has incorrect format.
429
+ #YMSG: Error message resolution
243
430
  GRAPHICSCORE_MSG_VDSL_FIRSTLINE_WRONGFORMAT_RESOLUTION=Check that the first line in the VDSL file has format file\=URL.
431
+ #YMSG: Error message resolution
244
432
  GRAPHICSCORE_MSG_VDSL_RELATIVE_IN_LOCAL_RESOLUTION=Check that the \u201Cfile\u201D property is an absolute URL.
245
433
 
434
+ #XTOL: Message Popover Clear
246
435
  MESSAGEPOPOVER_CLEARBUTTON=Clear
247
436
 
437
+ #XTOL: Message Popover
248
438
  MESSAGEPOPOVERBUTTON=Message Popover
249
439
 
440
+ #XTOL: Message Popover Item
250
441
  MESSAGEPOPOVER_ITEM=Item
251
442
 
443
+ #YDES: Title for an error message's Component description
252
444
  ERROR_DESCRIPTION_COMPONENT=Component
253
445
 
446
+ #YDES: Title for an error message's Date description
254
447
  ERROR_DESCRIPTION_DATE=Date
255
448
 
449
+ #YDES: Title for an error message's Code description
256
450
  ERROR_DESCRIPTION_CODE=Code
257
451
 
452
+ #YDES: Title for an error message's Time description
258
453
  ERROR_DESCRIPTION_TIME=Time
259
454
 
455
+ #YDES: Title for an error message's Level description
260
456
  ERROR_DESCRIPTION_LEVEL=Level
261
457
 
458
+ #YDES: Title for the error message description
262
459
  ERROR_DESCRIPTION_MESSAGE=Message
263
460
 
461
+ #YDES: Title for the error message's cause description
264
462
  ERROR_DESCRIPTION_CAUSE=Cause
265
463
 
464
+ #YDES: Title for the error message's resolution
266
465
  ERROR_DESCRIPTION_RESOLUTION=Resolution
267
466
 
467
+ #YMSG: Error when attempting to load multiple images
268
468
  IMAGECONTENTMANAGER_ONLY_LOAD_SINGLE_IMAGE=Only a single image can be loaded.
469
+ #YMSG: Error when attempting to load a hierarchy of images
269
470
  IMAGECONTENTMANAGER_CANNOT_LOAD_IMAGE_HIERARCHY=Cannot load a hierarchy of images.
471
+ #YMSG: Error when attemtping to load an unsupported image type
270
472
  IMAGECONTENTMANAGER_UNSUPPORTED_IMAGE_TYPE=Unsupported image type.
473
+ #YMSG: Error when loading image failed
271
474
  IMAGECONTENTMANAGER_IMAGE_LOAD_FAILED=Failed to load the image.
272
475
 
476
+ #YMSG: Error when attempting to load multiple PDF files
273
477
  PDFCONTENTMANAGER_ONLY_LOAD_SINGLE_PDF=Only a single PDF file can be loaded.
478
+ #YMSG: Error when attempting to load a hierarchy of PDF files
274
479
  PDFCONTENTMANAGER_CANNOT_LOAD_PDF_HIERARCHY=Cannot load a hierarchy of PDF files.
480
+ #YMSG: Error when loading PDF file failed
275
481
  PDFCONTENTMANAGER_FAILED_TO_LOAD_PDF=Failed to load the PDF file.\nError\: {0}
482
+ #YMSG: Error when loading unknown source type
276
483
  PDFCONTENTMANAGER_SOURCE_TYPE_NOT_SUPPORTED=Source type for PDF content is not supported. Only URL and File are supported.
277
484
 
485
+ #YMSG: Requested file cannot be found
278
486
  LOADER_FILENOTFOUND=File cannot be found or user does not have permission to load it.
487
+ #YMSG: Requested file is in unsupported format
279
488
  LOADER_WRONGFILEFORMAT=The content resource could not be loaded. This might be because of an older unsupported version of the model or simply a broken binary file.
489
+ #YMSG: File is encrypted but password is not supplied
280
490
  LOADER_WRONGPASSWORD=File is password protected but the password is not provided.
491
+ #YMSG: File exists but cannot be read
281
492
  LOADER_ERRORREADINGFILE=Error reading file. The file content might be corrupted.
493
+ #YMSG: File exists and can be read but we don't understand its content
282
494
  LOADER_FILECONTENT=File content cannot be read. This usually means that either the format of the file is newer or the file is corrupted.
495
+ #YMSG: Something went wrong while reading file content
283
496
  LOADER_UNKNOWNERROR=Unknown error when reading file.
497
+ #YMSG: No default view is defined in the 3D model
284
498
  LOADER_NODEFAULTVIEW=No default view defined in the 3D model.
499
+ #YMSG: 3D model references another file which cannot be loaded.
285
500
  LOADER_ERRORREADINGREFERENCEDFILE=Error while reading referenced file. The file cannot be loaded or its content might be corrupted.
501
+ #YMSG: Detected 3D model that references other 3D models but loader for referenced files is not provided.
286
502
  LOADER_NODEPENDENCYLOADER=Detected multi-file VDS model, but loader for additional VDS files is not provided.
287
503
 
504
+ #XMIT: Cross section - X plane
288
505
  CROSS_SECTION_X=X Plane
506
+ #XMIT: Cross section - Y plane
289
507
  CROSS_SECTION_Y=Y Plane
508
+ #XMIT: Cross section - Z plane
290
509
  CROSS_SECTION_Z=Z Plane
510
+ #XMIT: Cross section - Reverse
291
511
  CROSS_SECTION_REVERSE=Reverse
512
+ #XTOL: Fit to view
292
513
  FIT_TO_VIEW=Fit to View
293
514
 
515
+ #XTOL: Exploded View name with prefix
294
516
  EXPLODETOOL_VIEW=Exploded view
517
+ #XTOL: Exploded View name with prefix and index number
295
518
  EXPLODETOOL_VIEW_n=Exploded view {0}
519
+ #XTOL: Exploded View name with template name and index number
296
520
  EXPLODETOOL_PREFIX_n={0} {1}
521
+ #XTOL: Exploded Sequence name with index number
297
522
  EXPLODETOOL_SEQUENCE_n=Sequence {0}
523
+ #XTOL: Explode group reference node name
298
524
  EXPLODETOOL_GROUP_NODE=Group {0}
525
+ #XTOL: Exploded Sequence name with view name and index number
299
526
  EXPLODETOOL_SEQUENCE_NAME={0}_seq_{1}
300
527
 
528
+ #XTOL: Tooltip for the Measurements menu button in the Viewport toolbar
301
529
  MEASUREMENTS_TOOLTIP=Measurements
530
+ #XMIT: The Distance menu item in the Measurements menu in the Viewport toolbar
302
531
  MEASUREMENTS_DISTANCE_MENUITEM=Distance
532
+ #XMIT: The Angle menu item in the Measurements menu in the Viewport toolbar
303
533
  MEASUREMENTS_ANGLE_MENUITEM=Angle
534
+ #XMIT: The Area menu item in the Measurements menu in the Viewport toolbar
304
535
  MEASUREMENTS_AREA_MENUITEM=Area
536
+ #XMIT: The Delete menu item in the Measurements menu in the Viewport toolbar
305
537
  MEASUREMENTS_DELETE_MENUITEM=Delete Measurement
538
+ #XMIT: The Measurement Settings menu item in the Measurements menu in the Viewport toolbar
306
539
  MEASUREMENTS_SETTINGS_MENUITEM=Settings
540
+ #XMIT: The Calibrate Distance menu item in the Measurements menu in the Viewport toolbar
307
541
  MEASUREMENTS_CALIBRATE_DISTANCE_MENUITEM=Calibrate Distance
308
542
 
543
+ #XTIT: The Measurement Settings dialog title
309
544
  MEASUREMENTS_SETTINGS_DIALOG_TITLE=Measurement Settings
545
+ #XFLD: A label for the 'Precisions' combobox
310
546
  MEASUREMENTS_SETTINGS_PRECISIONS_LABEL=Precisions
547
+ #XFLD: A label for the 'Display Units' combobox
311
548
  MEASUREMENTS_SETTINGS_UNITS_LABEL=Display Units
549
+ #XFLD: A label for the 'Measurement Line Color' list of buttons
312
550
  MEASUREMENTS_SETTINGS_LINE_COLOR_LABEL=Measurement Line Color
551
+ #XTIT: A title for the group of features to detect, the '*' symbol is used to denote a footnote. The list consists of 3 items: Vertex, Edge, Face.
313
552
  MEASUREMENTS_SETTINGS_REFERENCE_FEATURES_TITLE=Reference Features*
553
+ #YINS: A footnote for MEASUREMENTS_SETTINGS_REFERENCE_FEATURES_TITLE
314
554
  MEASUREMENTS_SETTINGS_REFERENCE_FEATURES_FOOTNOTE=* If all reference features are turned OFF, the measurement tool allows you to measure between any two points in the model.
555
+ #XCKL: A label for the vertex feature - an item in the group of 3 features: Vertex, Edge, Face.
315
556
  MEASUREMENTS_SETTINGS_FEATURE_VERTEX=Vertex
557
+ #XCKL: A label for the edge feature - an item in the group of 3 features: Vertex, Edge, Face.
316
558
  MEASUREMENTS_SETTINGS_FEATURE_EDGE=Edge
559
+ #XCKL: A label for the face feature - an item in the group of 3 features: Vertex, Edge, Face.
317
560
  MEASUREMENTS_SETTINGS_FEATURE_FACE=Face
561
+ #XBUT: A button to close the dialog
318
562
  MEASUREMENTS_SETTINGS_CLOSE_BUTTON=Close
319
563
 
564
+ #XTIT: The Measurement Calibration dialog title
320
565
  MEASUREMENTS_CALIBRATION_DIALOG_TITLE=Measurement Calibration
566
+ #XFLD: A label for the Distance input field, where {0} - distance units (mm, cm, m, in, ft).
321
567
  MEASUREMENTS_CALIBRATION_DISTANCE_LABEL=Distance ({0})
568
+ #XMSG: A placeholder for the Distance input.
322
569
  MEASUREMENTS_CALIBRATION_INPUT_PLACEHOLDER=Enter a positive number
570
+ #XBUT: The OK button, closes the Measurement Calibration dialog.
323
571
  MEASUREMENTS_CALIBRATION_OK_BUTTON=OK
572
+ #XBUT: The Cancel button, closes the Measurement Calibration dialog.
324
573
  MEASUREMENTS_CALIBRATION_CANCEL_BUTTON=Cancel
574
+ #XTOL: The Reset button, resets the value of the Distance input to its original value.
325
575
  MEASUREMENTS_CALIBRATION_RESET_BUTTON_TOOLTIP=Reset distance to its original value
576
+ #XTOL: Error message to display if the Distance value is incorrect
326
577
  MEASUREMENTS_CALIBRATION_DISTANCE_ERROR_MESSAGE=Distance must be a positive number.
327
578
 
579
+ #XTIT: A text containing a distance value with units, e.g. '123.45 mm', where {0} - a number, {1} - distance units (mm, cm, m, in, ft).
328
580
  MEASUREMENTS_DISTANCE_VALUE={0} {1}
581
+ #XTIT: A text containing an angle value in degrees, e.g. '120.1 deg', where {0} - a number.
329
582
  MEASUREMENTS_ANGLE_VALUE={0}\u00B0
583
+ #XTIT: A text containing an area value with units, e.g. '123.45 mm2', where {0} - a number, {1} - distance units (mm2, cm2, m2, in2, ft2).
330
584
  MEASUREMENTS_AREA_VALUE={0} {1}
331
585
 
586
+ #XSEL: Measurement unit, short form, used in other strings in placeholders - millimeters
332
587
  UNITS_SHORT_MM=mm
588
+ #XSEL: Measurement unit, short form, used in other strings in placeholders - centimeters
333
589
  UNITS_SHORT_CM=cm
590
+ #XSEL: Measurement unit, short form, used in other strings in placeholders - meters
334
591
  UNITS_SHORT_M=m
592
+ #XSEL: Measurement unit, short form, used in other strings in placeholders - inches
335
593
  UNITS_SHORT_IN=in
594
+ #XSEL: Measurement unit, short form, used in other strings in placeholders - feet
336
595
  UNITS_SHORT_FT=ft
337
596
 
597
+ #XSEL: Area measurement unit, short form, used in other strings in placeholders - millimeters2
338
598
  UNITS_SHORT_MM2=mm\u00B2
599
+ #XSEL: Area measurement unit, short form, used in other strings in placeholders - centimeters2
339
600
  UNITS_SHORT_CM2=cm\u00B2
601
+ #XSEL: Area measurement unit, short form, used in other strings in placeholders - meters2
340
602
  UNITS_SHORT_M2=m\u00B2
603
+ #XSEL: Area measurement unit, short form, used in other strings in placeholders - inches2
341
604
  UNITS_SHORT_IN2=in\u00B2
605
+ #XSEL: Area measurement unit, short form, used in other strings in placeholders - feet2
342
606
  UNITS_SHORT_FT2=ft\u00B2
343
607
 
608
+ #XSEL: Measurement unit - millimeters
344
609
  UNITS_MM=Millimeters
610
+ #XSEL: Measurement unit - centimeters
345
611
  UNITS_CM=Centimeters
612
+ #XSEL: Measurement unit - meters
346
613
  UNITS_M=Meters
614
+ #XSEL: Measurement unit - inches
347
615
  UNITS_IN=Inches
616
+ #XSEL: Measurement unit - feet
348
617
  UNITS_FT=Feet
349
618
 
619
+ #XMSG: Error value state text when a user enters a non-existent index for a view
350
620
  VIEW_COUNT_ERROR=There is no view with the number {0}
621
+ #XMSG: Error value state text when a user leaves a blank index for a view
351
622
  VIEW_COUNT_EMPTY=View number cannot be empty
623
+ #XACT: aria label for an input that allows the user to enter a view number to go to it - {0} is the current view number, {1} is the total view count
352
624
  VIEW_COUNT_INPUT=View {0} of {1}
353
625
 
626
+ #XTOL: Tool tip for a button that allows the user to zoom in
354
627
  ZOOM_IN_TOOLTIP=Zoom In
628
+ #XTOL: Tool tip for a button that allows the user to zoom out
355
629
  ZOOM_OUT_TOOLTIP=Zoom Out
630
+ #XTOL: Tool tip for a button that when pressed changes the zoom level of a PDF document page so that it is entirely visible in the viewport
356
631
  FIT_TO_PAGE_TOOLTIP=Fit to Page
632
+ #XTOL: Tool tip for a button that when pressed changes the zoom level of a PDF document page so that the width of the page matches the width of the viewport
357
633
  FIT_TO_WIDTH_TOOLTIP=Fit to Width
634
+ #XTOL: Tool tip for a button that when pressed changes the currently displayed PDF document page to the one before
358
635
  PREVIOUS_PAGE_TOOLTIP=Previous Page
636
+ #XTOL: Tool tip for a button that when pressed changes the currently displayed PDF document page to the next one
359
637
  NEXT_PAGE_TOOLTIP=Next Page
638
+ #XTOL: Tool tip for a button that when pressed changes the toolbar displayed to be expanded
360
639
  EXPAND_TOOLTIP=Expand
640
+ #XTOL: Tool tip for a button that when pressed changes the toolbar displayed to be collapsed
361
641
  COLLAPSE_TOOLTIP=Collapse
362
642
 
643
+ #XACT: aria label for an input that allows the user to enter a pdf page number to go to it - {0} is the current page number, {1} is the total page count
363
644
  PAGE_COUNT_INPUT=Page {0} of {1}
645
+ #XMSG: Error value state text when a user enters a non-existent index for a page
364
646
  PAGE_COUNT_ERROR=There is no page numbered {0}
647
+ #XMSG: Error value state text when a user leaves a blank index for a page
365
648
  PAGE_COUNT_EMPTY=Page number cannot be empty
366
649
 
650
+ #XACT: Image alt text for a pdf page preview, telling the user what page it is
367
651
  PAGE_ALT_TEXT=Page {0} preview
368
652
 
653
+ #XTOL: Tooltip for a slider that allows the user to change the zoom level of preview images
369
654
  SLIDER_TOOLTIP=Preview zoom level
370
655
 
656
+ #XTOL: Mini-map toogle toolbar button tooltip
371
657
  MINIMAP_BUTTONTOOLTIP=Mini-Map
658
+
659
+ #XTOL: Page gallery toogle toolbar button tooltip
660
+ PAGE_GALLERY_BUTTONTOOLTIP=Page Gallery
661
+
662
+ #XTOL: Layers panel toogle toolbar button tooltip
663
+ LAYERS_BUTTONTOOLTIP=Layers
664
+
665
+ #XTOL: Elements panel toogle toolbar button tooltip
666
+ ELEMENTS_BUTTONTOOLTIP=Elements
667
+
668
+ #XTOL: Show/hide all hotspots toogle toolbar button tooltip
669
+ TOGGLE_HOTSPOTS_BUTTONTOOLTIP=Toggle Hotspots
670
+
671
+ #XTOL: Text for Show Layers button in LayersPanel
672
+ LAYERS_PANEL_SHOW_BUTTON=Show
673
+ #XTOL: Tooltip for for Show Layers button in LayersPanel
674
+ LAYERS_PANEL_SHOW_BUTTON_TOOLTIP=Show Layer(s)
675
+ #XTOL: Text for Hide Layers button in LayersPanel
676
+ LAYERS_PANEL_HIDE_BUTTON=Hide
677
+ #XTOL: Tooltip for for Hide Layers button in LayersPanel
678
+ LAYERS_PANEL_HIDE_BUTTON_TOOLTIP=Hide Layer(s)
679
+ #XTOL: Text for Name column in LayersPanel table
680
+ LAYERS_PANEL__NAME_COLUMN=Name
681
+ #XTOL: Text for Visible column in LayersPanel table
682
+ LAYERS_PANEL_VISIBLE_COLUMN=Visible
683
+ #XTOL: Tooltip for for Visible column icon in visible state
684
+ LAYERS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=Visible layer
685
+ #XTOL: Tooltip for for Visible column icon in partially visible state
686
+ LAYERS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=Partially visible layer
687
+ #XTOL: Tooltip for for Visible column icon in partially visible state
688
+ LAYERS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=Hidden layer
689
+
690
+ #XTOL: Text for Show Element button in ElementsPanel
691
+ ELEMENTS_PANEL_SHOW_BUTTON=Show
692
+ #XTOL: Tooltip for for Show Elements button in ElementsPanel
693
+ ELEMENTS_PANEL_SHOW_BUTTON_TOOLTIP=Show element(s)
694
+ #XTOL: Text for Hide Elements button in ElementsPanel
695
+ ELEMENTS_PANEL_HIDE_BUTTON=Hide
696
+ #XTOL: Tooltip for for Hide Elements button in ElementsPanel
697
+ ELEMENTS_PANEL_HIDE_BUTTON_TOOLTIP=Hide element(s)
698
+ #XTOL: Tooltip for for Settings button in ElementsPanel
699
+ ELEMENTS_PANEL_SETTINGS_BUTTON_TOOLTIP=Elements panel settings
700
+ #XTOL: Text for Name column in ElementsPanel table
701
+ ELEMENTS_PANEL_NAME_COLUMN=Reference designator
702
+ #XTOL: Text for Name column in ElementsPanel table
703
+ ELEMENTS_PANEL_TYPE_COLUMN=Type
704
+ #XTOL: Text for Name column in ElementsPanel table
705
+ ELEMENTS_PANEL_DEVICE_REFERENCE_COLUMN=Device reference
706
+ #XTOL: Text for Visible column in ElementsPanel table
707
+ ELEMENTS_PANEL_VISIBLE_COLUMN=Visible
708
+ #XTOL: Tooltip for for Visible column icon in visible state
709
+ ELEMENTS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=Visible element
710
+ #XTOL: Tooltip for for Visible column icon in partially visible state
711
+ ELEMENTS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=Partially visible element
712
+ #XTOL: Tooltip for for Visible column icon in partially visible state
713
+ ELEMENTS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=Hidden element
714
+ #XTOL: Text for Component type in ElementsPanel
715
+ ELEMENTS_PANEL_TYPE_COMPONENT=Component
716
+ #XTOL: Text for Net type in ElementsPanel
717
+ ELEMENTS_PANEL_TYPE_NET=Net
718
+ #XTOL: Text for Unknown type in ElementsPanel
719
+ ELEMENTS_PANEL_TYPE_UNKNOWN=Unknown