<?xml version="1.0" encoding="utf-8"?>
<!--
    The QML used to display the toolclip is found in a path relative to this file. If not set. then the system default UI
    is used. If present, the following variables will be interpolated into the string:
    %(language)s      - the language i.e. en, ja, etc.
    %(country)s       - the country code i.e. us, jp, etc.
    %(localecode)s          - the locale code i.e. en-us, ja-jp, etc

    If a qml file cannot be loaded from the given path, the built-in path is used instead.
 
    The ui attribute may be specified in the toolclips or toolclip elements. If specified in both, the toolclip version is used.
 -->
<toolclips ui="ui/ToolClipUI.qml" simple="ui/SimpleTooltip.qml" locale="en_US">
  <toolclip key="selectTool" title="Select Tool">
    <text>Selects objects and components in the scene and editor windows.</text>
    <expanded>
      <resourcelist>
        <image location="SelectionModes.png">Switch selection modes</image>
        <link location="files/Basics_Tools_Select_Tool.htm">Select Tool</link>
        <link location="files/Selection_modes.htm">Selection modes</link>
        <link location="files/Selecting_Select_objects_or_components.htm">Select object or components</link>
        <link location="files/Selection_hotkeys.htm">Selection hotkeys</link>
      </resourcelist>
    </expanded>
  </toolclip>

  <toolclip key="lassoTool" title="Lasso Tool">
    <text>Selects objects and components in the scene by drawing a freeform shape around them.</text>
  </toolclip>
  <toolclip key="paintSelectTool" title="Paint Selection Tool">
    <text>Selects components in the scene by painting.</text>
  </toolclip>

  <toolclip key="moveTool" title="Move Tool">
    <text>Moves selected objects or components by dragging the transform manipulator.</text>
    <expanded>
      <resourcelist>
        <video location="MoveTool.webm">Move objects</video>
        <video location="MoveComponents.webm">Move components</video>
        <link location="files/Basics_Tools_Move_Tool.htm">Move Tool</link>
        <link location="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">Move, rotate, or scale objects and components</link>
        <link location="files/Transforming_objects_Transformations.htm">Transformations</link>
      </resourcelist>
    </expanded>
  </toolclip>

  <toolclip key="rotateTool" title="Rotate Tool">
    <text>Rotates selected objects or components by dragging the rotation manipulator.</text>
    <expanded>
      <default-resource index="1"/>
      <resourcelist>
        <video location="RotateTool.webm">Rotate Objects</video>
        <video location="RotateComponents.webm">Rotate components</video>
        <link location="files/Basics_Tools_Rotate_Tool.htm">Rotate Tool</link>
        <link location="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">Move, rotate, or scale objects and components</link>
        <link location="files/Transforming_objects_The_pivot_point.htm">The Pivot Point</link>
      </resourcelist>
    </expanded>
  </toolclip>

  <toolclip key="scaleTool" title="Scale Tool">
    <text>Scales selected objects or components by dragging the scale manipulator.</text>
    <expanded>
      <default-resource index="1"/>
      <resourcelist>
        <video location="ScaleTool.webm">Scale objects</video>
        <video location="ScaleUniformly.webm">Scale objects uniformly</video>
        <video location="ScaleNonUniformly.webm">Scale objects non-uniformly</video>
        <video location="ScaleComponents.webm">Scale components</video>
        <link location="files/Basics_Tools_Scale_Tool.htm">Scale Tool</link>
        <link location="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">Move, rotate, or scale objects and components</link>
        <link location="files/Transforming_objects_The_pivot_point.htm">The pivot point</link>
      </resourcelist>
    </expanded>
  </toolclip>
  <toolclip key="quickLayout" title="Panel Layout"
      help="files/Basics_Tools_Quick_layout_buttons.htm">
    <text>Selects different layouts for the view panel.</text>
  </toolclip>

  <toolclip key="panelContentButton" title="Panel Layout"
      help="files/Basics_Tools_Quick_layout_buttons.htm">
    <text>Create a custom panel layout from the drop-down menu(s). </text>
  </toolclip>

  <toolclip key="mayaWebButton" title="Maya Web Site">
    <text>Link to the Maya Web site.</text>
  </toolclip>

  <toolclip key="mayaLTWebButton" title="Maya LT Web Site">
    <text>Link to the Maya LT Web site.</text>
  </toolclip>

  <toolclip key="menuMode" title="Menu set menu" help="files/GUID-D90A2BDB-FD05-4528-8A95-C33A02D15129.htm">
    <text>Switches menu sets.</text>
  </toolclip>
  <toolclip key="newSceneButton" title="New scene" help="files/File__New_Scene.htm">
    <text>Clears the current scene and creates a new one.</text>
  </toolclip>
  <toolclip key="openSceneButton" title="Open scene..." help="files/File__Open_Scene.htm">
    <text>Opens a saved scene.</text>
  </toolclip>
  <toolclip key="saveSceneButton" title="Save scene" help="files/File__Save_Scene.htm">
    <text>Saves the scene under its current name.</text>
  </toolclip>
  <toolclip key="maskMenuIcon" title="Selection mode menu"
          help="files/Selecting_Select_only_certain_types_of_objects_or_components_selection_masks.htm">
    <text>Sets which component types can be selected using the selection tools.</text>
  </toolclip>
  <toolclip key="maskField" title="Selection mode menu"
          help="files/Selecting_Select_only_certain_types_of_objects_or_components_selection_masks.htm">
    <text>Sets which component types can be selected using the selection tools.</text>
  </toolclip>
  <toolclip key="selectBtnHierComb" title="Select By Hierarchy And Combinations"
          help="files/Selecting_Select_objects_based_on_hierarchy.htm?highlighting=select%7Chierarchy">
    <text>Changes the selection mode to select items at the top level of their node hierarchy or some other combination by using a selection mask.</text>
  </toolclip>
  <toolclip key="selectBtnObject" title="Select By Object Type" help="files/Selecting_Select_objects_or_components.htm">
    <text>Changes the selection mode to select objects.</text>
    <expanded>
      <resourcelist>
        <image location="SelectionModes.png">Switch selection modes</image>
        <link location="files/Basics_Tools_Select_Tool.htm">Select Tool</link>
        <link location="files/Selection_modes.htm">Selection modes</link>
        <link location="files/Selecting_Select_only_certain_types_of_objects_or_components_selection_masks.htm">Masking object and component selections</link>
        <link location="files/Selecting_Select_objects_or_components.htm">Select object or components</link>
        <link location="files/Selection_hotkeys.htm">Selection hotkeys</link>
      </resourcelist>
    </expanded>
  </toolclip>
  <toolclip key="selectBtnComponent" title="Select By Component Type" help="/files/Selecting_Select_objects_or_components.htm">
    <text>Changes the selection mode to select components of an object.</text>
    <expanded>
      <resourcelist>
        <image location="SelectionModes.png">Switch selection modes</image>
        <link location="files/Basics_Tools_Select_Tool.htm">Select Tool</link>
        <link location="files/Selection_modes.htm">Selection modes</link>
        <link location="files/Selecting_Select_only_certain_types_of_objects_or_components_selection_masks.htm">Masking object and component selections</link>
        <link location="files/Selecting_Select_objects_or_components.htm">Select object or components</link>
        <link location="files/Selection_hotkeys.htm">Selection hotkeys</link>
      </resourcelist>
    </expanded>
  </toolclip>
  <!-- <toolclip key="hierRootButton" title="Hierarchy Root">
        <text>Set the selection mask to only select top level (root) nodes.</text>
    </toolclip>
    <toolclip key="hierLeafButton" title="Hierarchy Leaf">
        <text>Set the selection mask to only select nodes without children (leaves).</text>
    </toolclip>
    <toolclip key="hierTemplateButton" title="Hierarchy Template">
        <text>Set the selection mask to only select templated objects</text>
    </toolclip>
    
    <toolclip key="objSelHandleBtn" title="Select Handle Objects">
        <text>Select Handle Objects (RMB for more options)</text>
    </toolclip>
    <toolclip key="objSelJointBtn" title="Select Joint Objects">
        <text>Select Joint Objects (RMB for more options)</text>
    </toolclip>
    <toolclip key="objSelCurveBtn" title="Select Curve Objects">
        <text>Select Curve Objects (RMB for more options)</text>
    </toolclip>
    <toolclip key="objSelSurfaceBtn" title="Select Surface Objects">
        <text>Select Surface Objects (RMB for more options)</text>
    </toolclip>
    <toolclip key="objSelDeformBtn" title="Select Deformation Objects">
        <text>Select Deformation Objects (RMB for more options)</text>
    </toolclip>
    <toolclip key="objSelDynamicBtn" title="Select Dynamics Objects">
        <text>Select Dynamics Objects (RMB for more options)</text>
    </toolclip>
    <toolclip key="objSelRenderBtn" title="Select Rendering Objects">
        <text>Select Rendering objects (RMB for more options)</text>
    </toolclip>
    
    <toolclip key="objSelMiscBtn" title="Select Miscellaneous Objects">
        <text>Select Miscellaneous Objects (RMB for more options)</text>
    </toolclip>

    <toolclip key="compSelPointBtn" title="Select Point Components">
        <text>Select Point Components (RMB for more options)</text>
    </toolclip>
    <toolclip key="compSelParmPointBtn" title="Select Parametric Point Components">
        <text>Select Parametric Point Components (RMB for more options)</text>
    </toolclip>
    <toolclip key="compSelLineBtn" title="Select Line Components">
        <text>Select Line Components (RMB for more options)</text>
    </toolclip>
    <toolclip key="compSelFaceBtn" title="Select Face Components">
        <text>Select Face Components (RMB for more options)</text>
    </toolclip>
    <toolclip key="compSelHullBtn" title="Select Hull Components">
        <text>Select Hull Components (RMB for more options)</text>
    </toolclip>
    <toolclip key="compSelPivotBtn" title="Select Pivot Compontents">
        <text>Select Pivot Components (RMB for more options)</text>
    </toolclip>
    <toolclip key="compSelHandleBtn" title="Select Handle Components">
        <text>Select Handle Components (RMB for more options)</text>
    </toolclip>
    <toolclip key="compSelMiscBtn" title="Select Miscellaneous Components">
        <text>Select Miscellaneous Components (RMB for more options)</text>
    </toolclip> -->
  <toolclip key="lockSelectionIcon" title="Lock/Unlock current selection" help="files/Transforming_objects_Lock_a_manipulator_to_the_current_selection.htm">
    <text>Locks tool manipulators to the selected object so that left-click operates manipulator instead of selecting.</text>
  </toolclip>
  <toolclip key="highlightSelectIcon" title="Highlight selection mode" help="files/Basics_Tools_Status_line_toolbar.htm">
    <text>Locks component selection mode, preventing switch to object selection mode.</text>
  </toolclip>
  <toolclip key="snapGridButton" title="Snap to grids" help="files/Transforming_objects_Snap_to_the_grid_a_curve_points_or_a_view_plane.htm">
    <text>Moves the selected item to the nearest grid intersection point.</text>
  </toolclip>
  <toolclip key="snapCurveButton" title="Snap to curves" help="files/Transforming_objects_Snap_to_the_grid_a_curve_points_or_a_view_plane.htm">
    <text>Moves the selected item to the nearest curve.</text>
  </toolclip>
  <toolclip key="snapPointButton" title="Snap to points" help="files/Transforming_objects_Snap_to_the_grid_a_curve_points_or_a_view_plane.htm">
    <text>Moves the selected item to the nearest control vertex or pivot point.</text>
  </toolclip>
  <toolclip key="meshCenterSnapButton" title="Snap to Projected Center" help="files/Basics_Tools_Status_line_toolbar.htm">
    <text>Snaps to the center of the selected object.</text>
  </toolclip>
  <toolclip key="snapViewPlaneButton" title="Snap to view planes" help="files/Transforming_objects_Snap_to_the_grid_a_curve_points_or_a_view_plane.htm">
    <text>Moves the selected item to the nearest view plane.</text>
  </toolclip>
  <toolclip key="makeLiveButton" title="Make the selected object live" help="files/GUID-EBF1E652-4DDD-423F-B42E-3BF85AE46A5D.htm">
    <text>Converts the selected surface to a live surface (RMB to select from previous live surfaces).</text>
    <expanded>
      <resourcelist>
        <video location="QuadDraw_MakeLive.webm">Make an object live</video>
        <link location="files/GUID-EBF1E652-4DDD-423F-B42E-3BF85AE46A5D.htm">Set a live surface</link>
      </resourcelist>
    </expanded>
  </toolclip>
  <toolclip key="historyIcon" title="Inputs to the selected object" help="files/Asts_Show_node_connections.htm">
    <text>Controls upstream node connections for the selected object.</text>
  </toolclip>
  <toolclip key="futureIcon" title="Outputs from the selected object" help="files/Asts_Show_node_connections.htm">
    <text>Controls downstream node connections for the selected object.</text>
  </toolclip>
  <toolclip key="constructionHistoryButton" title="Construction History on/off" help="files/Transforming_objects_Construction_history.htm">
    <text>Toggles construction history on or off for all items in the scene.</text>
  </toolclip>
  <toolclip key="statusFieldButton" title="Input line menu of operations" help="files/Basics_Tools_Status_line_toolbar.htm">
    <text>Specifies an input type for the Input Line.</text>
  </toolclip>

  <toolclip key="numericalInputXField" title="Absolute transform" help="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">
    <text>Moves, rotates, or scale objects or components with reference to the X,Y,Z origin.</text>
  </toolclip>
  <toolclip key="numericalInputYField" title="Absolute transform" help="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">
    <text>Moves, rotates, or scale objects or components with reference to the X,Y,Z origin.</text>
  </toolclip>
  <toolclip key="numericalInputZField" title="Absolute transform" help="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">
    <text>Moves, rotates, or scale objects or components with reference to the X,Y,Z origin.</text>
  </toolclip>

  <toolclip key="relativeNumericalInputXField" title="Relative transform" help="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">
    <text>Moves, rotates, or scales objects or components with reference to their current position.</text>
  </toolclip>
  <toolclip key="relativeNumericalInputYField" title="Relative transform" help="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">
    <text>Moves, rotates, or scales objects or components with reference to their current position.</text>
  </toolclip>
  <toolclip key="relativeNumericalInputZField" title="Relative transform" help="files/Transforming_objects_Move_rotate_or_scale_objects_and_components.htm">
    <text>Moves, rotates, or scales objects or components with reference to their current position.</text>
  </toolclip>
  <toolclip key="statusLineTextualInputField" title="Rename selected object(s)" help="files/Basics_Tools_Status_line_toolbar.htm">
    <text>Edits the name of the selected object.</text>
  </toolclip>
  <toolclip key="statusLineTextualInputFieldSelect" title="Select by name (wildcards)" help="files/Basics_Tools_Status_line_toolbar.htm">
    <text>Selects object(s) by name and supports wildcards to select multiple objects.</text>
  </toolclip>



  <toolclip key="attributeEditorButton" title="Show/Hide Attribute Editor" help="files/GUID-67A58D31-4722-4769-B3E6-1A35B5B53BED.htm">
    <text>Displays or hides the Attribute Editor which lists properties for the selected object or node.</text>
  </toolclip>

  <toolclip key="modelingToolkitButton" title="Show/Hide Modeling Toolkit" help="files/Modeling_Toolkit.htm">
    <text>Displays or hides the Modeling Toolkit.</text>
  </toolclip>

  <toolclip key="channelLayerBoxButton" title="Show/Hide Channel Box" help="files/GUID-424694BA-019A-4D05-86EF-F9CD0A69D92C.htm">
    <text>Displays or hides the Channel Box and Layer editor.</text>
  </toolclip>

  <toolclip key="toolSettingsButton" title="Show/Hide Tool Settings" help="files/Window__SettingsPreferences__Tool_Settings.htm">
    <text>Displays or hides options for the current tool in the Tool Settings window.</text>
  </toolclip>

  <toolclip key="lastNonSacredTool" title="Last Tool Used %(lastNonSacredTool)s" help="files/Tool_Box.htm">
    <text>Displays the currently active or previously selected tool.</text>
  </toolclip>
</toolclips>

