/indra/newview/skins/default/xui/en/floater_outgoing_call.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 137 lines · 137 code · 0 blank · 0 comment · 0 complexity · 979e6ddea2cfafc684e6d43d75c73a47 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_close="false"
  5. can_minimize="false"
  6. can_tear_off="false"
  7. height="125"
  8. layout="topleft"
  9. name="outgoing call"
  10. help_topic="outgoing_call"
  11. save_dock_state="true"
  12. title="CALLING"
  13. width="410">
  14. <floater.string
  15. name="lifetime">
  16. 5
  17. </floater.string>
  18. <floater.string
  19. name="localchat">
  20. Nearby Voice Chat
  21. </floater.string>
  22. <floater.string
  23. name="anonymous">
  24. anonymous
  25. </floater.string>
  26. <floater.string
  27. name="VoiceInviteP2P">
  28. is calling.
  29. </floater.string>
  30. <floater.string
  31. name="VoiceInviteAdHoc">
  32. has joined a Voice Chat call with a conference chat.
  33. </floater.string>
  34. <avatar_icon
  35. enabled="false"
  36. follows="left|top"
  37. height="36"
  38. image_name="icon_avatar_online.tga"
  39. layout="topleft"
  40. left_delta="19"
  41. top="35"
  42. width="36" />
  43. <group_icon
  44. enabled="false"
  45. follows="left|top"
  46. height="36"
  47. layout="topleft"
  48. top="35"
  49. width="36" />
  50. <text
  51. font="SansSerifLarge"
  52. height="20"
  53. layout="topleft"
  54. left="77"
  55. name="connecting"
  56. top="27"
  57. visible="false"
  58. width="315"
  59. word_wrap="true">
  60. Connecting to [CALLEE_NAME]
  61. </text>
  62. <text
  63. font="SansSerifLarge"
  64. height="20"
  65. layout="topleft"
  66. left="77"
  67. name="calling"
  68. top="27"
  69. width="315"
  70. word_wrap="true">
  71. Calling [CALLEE_NAME]
  72. </text>
  73. <text
  74. font="SansSerifLarge"
  75. height="20"
  76. layout="topleft"
  77. left="77"
  78. name="noanswer"
  79. top="27"
  80. width="315"
  81. word_wrap="true">
  82. No Answer. Please try again later.
  83. </text>
  84. <text
  85. font="SansSerifLarge"
  86. height="40"
  87. layout="topleft"
  88. left="77"
  89. name="nearby"
  90. top="27"
  91. width="315"
  92. word_wrap="true">
  93. You have been disconnected from [VOICE_CHANNEL_NAME]. [RECONNECT_NEARBY]
  94. </text>
  95. <text
  96. font="SansSerifLarge"
  97. height="40"
  98. layout="topleft"
  99. left="77"
  100. name="nearby_P2P_by_other"
  101. top="27"
  102. width="315"
  103. word_wrap="true">
  104. Your call has ended. [RECONNECT_NEARBY]
  105. </text>
  106. <text
  107. font="SansSerifLarge"
  108. height="40"
  109. layout="topleft"
  110. left="77"
  111. name="nearby_P2P_by_agent"
  112. top="27"
  113. width="315"
  114. word_wrap="true">
  115. You have ended the call. [RECONNECT_NEARBY]
  116. </text>
  117. <text
  118. font="SansSerif"
  119. height="50"
  120. layout="topleft"
  121. left="77"
  122. name="leaving"
  123. top="62"
  124. width="315"
  125. word_wrap="true">
  126. Leaving [CURRENT_CHAT].
  127. </text>
  128. <button
  129. height="24"
  130. label="Cancel"
  131. label_selected="Cancel"
  132. left="70"
  133. layout="topleft"
  134. name="Cancel"
  135. left_pad="10"
  136. width="100" />
  137. </floater>