PageRenderTime 138ms CodeModel.GetById 124ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/de/inspect_group.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 32 lines | 28 code | 0 blank | 4 comment | 0 complexity | b409cbbd9853876f2826840e8e30b6e3 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!--
  3. Not can_close / no title to avoid window chrome
  4. Single instance - only have one at a time, recycle it each spawn
  5. -->
  6. <floater name="inspect_group">
  7. <string name="PrivateGroup">
  8. Private Gruppe
  9. </string>
  10. <string name="FreeToJoin">
  11. Mitgliedschaft kostenlos
  12. </string>
  13. <string name="CostToJoin">
  14. Mitgliedschaft: [AMOUNT] L$
  15. </string>
  16. <string name="YouAreMember">
  17. Sie sind Mitglied
  18. </string>
  19. <text name="group_subtitle">
  20. 123 Mitglieder
  21. </text>
  22. <text name="group_details">
  23. Eine Gruppe für Leute, die sich gerne mit Elchen unterhält.
  24. Hoch solln sie leben! Elche forever! Und auch Mungos!
  25. </text>
  26. <text name="group_cost">
  27. Mitgliedschaft: 123 L$
  28. </text>
  29. <button label="Beitreten" name="join_btn"/>
  30. <button label="Verlassen" name="leave_btn"/>
  31. <button label="Profil anzeigen" name="view_profile_btn"/>
  32. </floater>