PageRenderTime 28ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/zh/floater_animation_preview.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 186 lines | 183 code | 3 blank | 0 comment | 0 complexity | ab2669843072305bb75da55e4a22b691 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Animation Preview">
  3. <floater.string name="failed_to_initialize">
  4. Failed to initialize motion
  5. </floater.string>
  6. <floater.string name="anim_too_long">
  7. Animation file is [LENGTH] seconds in length.
  8. Maximum animation length is [MAX_LENGTH] seconds.
  9. </floater.string>
  10. <floater.string name="failed_file_read">
  11. ????????
  12. [STATUS]
  13. </floater.string>
  14. <floater.string name="E_ST_OK">
  15. ??
  16. </floater.string>
  17. <floater.string name="E_ST_EOF">
  18. Premature end of file.
  19. </floater.string>
  20. <floater.string name="E_ST_NO_CONSTRAINT">
  21. Cannot read constraint definition.
  22. </floater.string>
  23. <floater.string name="E_ST_NO_FILE">
  24. ???? BVH ???
  25. </floater.string>
  26. <floater.string name="E_ST_NO_HIER">
  27. Invalid HIERARCHY header.
  28. </floater.string>
  29. <floater.string name="E_ST_NO_JOINT">
  30. Cannot find ROOT or JOINT.
  31. </floater.string>
  32. <floater.string name="E_ST_NO_NAME">
  33. Cannot get JOINT name.
  34. </floater.string>
  35. <floater.string name="E_ST_NO_OFFSET">
  36. ???????
  37. </floater.string>
  38. <floater.string name="E_ST_NO_CHANNELS">
  39. Cannot find CHANNELS.
  40. </floater.string>
  41. <floater.string name="E_ST_NO_ROTATION">
  42. Cannot get rotation order.
  43. </floater.string>
  44. <floater.string name="E_ST_NO_AXIS">
  45. Cannot get rotation axis.
  46. </floater.string>
  47. <floater.string name="E_ST_NO_MOTION">
  48. Cannot find MOTION.
  49. </floater.string>
  50. <floater.string name="E_ST_NO_FRAMES">
  51. Cannot get number of frames.
  52. </floater.string>
  53. <floater.string name="E_ST_NO_FRAME_TIME">
  54. Cannot get frame time.
  55. </floater.string>
  56. <floater.string name="E_ST_NO_POS">
  57. Cannot get position values.
  58. </floater.string>
  59. <floater.string name="E_ST_NO_ROT">
  60. Cannot get rotation values.
  61. </floater.string>
  62. <floater.string name="E_ST_NO_XLT_FILE">
  63. Cannot open translation file.
  64. </floater.string>
  65. <floater.string name="E_ST_NO_XLT_HEADER">
  66. Cannot read translation header.
  67. </floater.string>
  68. <floater.string name="E_ST_NO_XLT_NAME">
  69. Cannot read translation names.
  70. </floater.string>
  71. <floater.string name="E_ST_NO_XLT_IGNORE">
  72. Cannot read translation ignore value.
  73. </floater.string>
  74. <floater.string name="E_ST_NO_XLT_RELATIVE">
  75. Cannot read translation relative value.
  76. </floater.string>
  77. <floater.string name="E_ST_NO_XLT_OUTNAME">
  78. Cannot read translation outname value.
  79. </floater.string>
  80. <floater.string name="E_ST_NO_XLT_MATRIX">
  81. Cannot read translation matrix.
  82. </floater.string>
  83. <floater.string name="E_ST_NO_XLT_MERGECHILD">
  84. Cannot get mergechild name.
  85. </floater.string>
  86. <floater.string name="E_ST_NO_XLT_MERGEPARENT">
  87. Cannot get mergeparent name.
  88. </floater.string>
  89. <floater.string name="E_ST_NO_XLT_PRIORITY">
  90. Cannot get priority value.
  91. </floater.string>
  92. <floater.string name="E_ST_NO_XLT_LOOP">
  93. Cannot get loop value.
  94. </floater.string>
  95. <floater.string name="E_ST_NO_XLT_EASEIN">
  96. Cannot get easeIn values.
  97. </floater.string>
  98. <floater.string name="E_ST_NO_XLT_EASEOUT">
  99. Cannot get easeOut values.
  100. </floater.string>
  101. <floater.string name="E_ST_NO_XLT_HAND">
  102. Cannot get hand morph value.
  103. </floater.string>
  104. <floater.string name="E_ST_NO_XLT_EMOTE">
  105. Cannot read emote name.
  106. </floater.string>
  107. <floater.string name="E_ST_BAD_ROOT">
  108. Incorrect root joint name, use &quot;hip&quot;.
  109. </floater.string>
  110. <text name="name_label">
  111. ???
  112. </text>
  113. <text name="description_label">
  114. ???
  115. </text>
  116. <spinner label="???" name="priority" tool_tip="Controls which other animations can be overridden by this animation"/>
  117. <check_box label="Loop" name="loop_check" tool_tip="Makes this animation loop"/>
  118. <spinner label="In(%)" name="loop_in_point" tool_tip="Sets point in animation that looping returns to"/>
  119. <spinner label="Out(%)" name="loop_out_point" tool_tip="Sets point in animation that ends a loop"/>
  120. <text name="hand_label">
  121. Hand Pose
  122. </text>
  123. <combo_box name="hand_pose_combo" tool_tip="Controls what hands do during animation">
  124. <combo_box.item label="Spread" name="Spread"/>
  125. <combo_box.item label="Relaxed" name="Relaxed"/>
  126. <combo_box.item label="Point Both" name="PointBoth"/>
  127. <combo_box.item label="Fist" name="Fist"/>
  128. <combo_box.item label="Relaxed Left" name="RelaxedLeft"/>
  129. <combo_box.item label="Point Left" name="PointLeft"/>
  130. <combo_box.item label="Fist Left" name="FistLeft"/>
  131. <combo_box.item label="Relaxed Right" name="RelaxedRight"/>
  132. <combo_box.item label="Point Right" name="PointRight"/>
  133. <combo_box.item label="Fist Right" name="FistRight"/>
  134. <combo_box.item label="Salute Right" name="SaluteRight"/>
  135. <combo_box.item label="Typing" name="Typing"/>
  136. <combo_box.item label="Peace Right" name="PeaceRight"/>
  137. </combo_box>
  138. <text name="emote_label">
  139. Expression
  140. </text>
  141. <combo_box name="emote_combo" tool_tip="Controls what face does during animation">
  142. <item label="???" name="[None]" value=""/>
  143. <item label="Aaaaah" name="Aaaaah" value="Aaaaah"/>
  144. <item label="Afraid" name="Afraid" value="Afraid"/>
  145. <item label="Angry" name="Angry" value="Angry"/>
  146. <item label="Big Smile" name="BigSmile" value="Big Smile"/>
  147. <item label="Bored" name="Bored" value="Bored"/>
  148. <item label="Cry" name="Cry" value="Cry"/>
  149. <item label="Disdain" name="Disdain" value="Disdain"/>
  150. <item label="Embarrassed" name="Embarrassed" value="Embarrassed"/>
  151. <item label="Frown" name="Frown" value="Frown"/>
  152. <item label="Kiss" name="Kiss" value="Kiss"/>
  153. <item label="Laugh" name="Laugh" value="Laugh"/>
  154. <item label="Plllppt" name="Plllppt" value="Plllppt"/>
  155. <item label="Repulsed" name="Repulsed" value="Repulsed"/>
  156. <item label="Sad" name="Sad" value="Sad"/>
  157. <item label="Shrug" name="Shrug" value="Shrug"/>
  158. <item label="Smile" name="Smile" value="Smile"/>
  159. <item label="Surprise" name="Surprise" value="Surprise"/>
  160. <item label="Wink" name="Wink" value="Wink"/>
  161. <item label="Worry" name="Worry" value="Worry"/>
  162. </combo_box>
  163. <text name="preview_label">
  164. Preview while
  165. </text>
  166. <combo_box name="preview_base_anim" tool_tip="Use this to test your animation behavior while your avatar performs common actions.">
  167. <item label="Standing" name="Standing" value="Standing"/>
  168. <item label="Walking" name="Walking" value="Walking"/>
  169. <item label="Sitting" name="Sitting" value="Sitting"/>
  170. <item label="??" name="Flying" value="??"/>
  171. </combo_box>
  172. <spinner label="?????" name="ease_in_time" tool_tip="Amount of time (in seconds) over which animations blends in"/>
  173. <spinner label="?????" name="ease_out_time" tool_tip="Amount of time (in seconds) over which animations blends out"/>
  174. <button name="play_btn" tool_tip="??????"/>
  175. <button name="pause_btn" tool_tip="??????"/>
  176. <button name="stop_btn" tool_tip="Stop animation playback"/>
  177. <text name="bad_animation_text">
  178. Unable to read animation file.
  179. We recommend BVH files exported from Poser 4.
  180. </text>
  181. <button label="???L$[AMOUNT]?" name="ok_btn"/>
  182. <button label="??" name="cancel_btn"/>
  183. </floater>