PageRenderTime 190ms CodeModel.GetById 1ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 128 lines | 128 code | 0 blank | 0 comment | 0 complexity | 390c4e1a2c7d793dccc5290cb4a2318d MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="left|top|right|bottom"
  4. height="300"
  5. layout="topleft"
  6. name="world_map"
  7. width="400">
  8. <panel.string
  9. name="Loading">
  10. Loading...
  11. </panel.string>
  12. <panel.string
  13. name="InvalidLocation">
  14. Invalid Location
  15. </panel.string>
  16. <panel.string
  17. name="world_map_north">
  18. N
  19. </panel.string>
  20. <panel.string
  21. name="world_map_east">
  22. E
  23. </panel.string>
  24. <panel.string
  25. name="world_map_west">
  26. W
  27. </panel.string>
  28. <panel.string
  29. name="world_map_south">
  30. S
  31. </panel.string>
  32. <panel.string
  33. name="world_map_southeast">
  34. SE
  35. </panel.string>
  36. <panel.string
  37. name="world_map_northeast">
  38. NE
  39. </panel.string>
  40. <panel.string
  41. name="world_map_southwest">
  42. SW
  43. </panel.string>
  44. <panel.string
  45. name="world_map_northwest">
  46. NW
  47. </panel.string>
  48. <panel.string
  49. name="world_map_person">
  50. 1 person
  51. </panel.string>
  52. <panel.string
  53. name="world_map_people">
  54. [NUMBER] people
  55. </panel.string>
  56. <text
  57. type="string"
  58. length="1"
  59. label="N"
  60. layout="topleft"
  61. name="floater_map_north"
  62. text_color="1 1 1 0.7">
  63. N
  64. </text>
  65. <text
  66. type="string"
  67. length="1"
  68. label="E"
  69. layout="topleft"
  70. name="floater_map_east"
  71. text_color="1 1 1 0.7">
  72. E
  73. </text>
  74. <text
  75. type="string"
  76. length="1"
  77. label="W"
  78. layout="topleft"
  79. name="floater_map_west"
  80. text_color="1 1 1 0.7">
  81. W
  82. </text>
  83. <text
  84. type="string"
  85. length="1"
  86. label="S"
  87. layout="topleft"
  88. name="floater_map_south"
  89. text_color="1 1 1 0.7">
  90. S
  91. </text>
  92. <text
  93. type="string"
  94. length="1"
  95. label="SE"
  96. layout="topleft"
  97. name="floater_map_southeast"
  98. text_color="1 1 1 0.7">
  99. SE
  100. </text>
  101. <text
  102. type="string"
  103. length="1"
  104. label="NE"
  105. layout="topleft"
  106. name="floater_map_northeast"
  107. text_color="1 1 1 0.7">
  108. NE
  109. </text>
  110. <text
  111. type="string"
  112. length="1"
  113. label="SW"
  114. layout="topleft"
  115. name="floater_map_southwest"
  116. text_color="1 1 1 0.7">
  117. SW
  118. </text>
  119. <text
  120. type="string"
  121. length="1"
  122. label="NW"
  123. layout="topleft"
  124. name="floater_map_northwest"
  125. text_color="1 1 1 0.7">
  126. NW
  127. </text>
  128. </panel>