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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 32 lines · 28 code · 0 blank · 4 comment · 0 complexity · 67f03ce674290a127b05c2ffb2a4b1b3 MD5 · raw file

  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. Groupe privé
  9. </string>
  10. <string name="FreeToJoin">
  11. Inscription gratuite
  12. </string>
  13. <string name="CostToJoin">
  14. Inscription : [AMOUNT] L$
  15. </string>
  16. <string name="YouAreMember">
  17. Vous ętes membre
  18. </string>
  19. <text name="group_subtitle">
  20. 123 membres
  21. </text>
  22. <text name="group_details">
  23. Un groupe chargé de créer une pičce avec un orignal.
  24. Méfiez-vous de l&apos;orignal ! Méfiez-vous ! Et de la mangouste aussi !
  25. </text>
  26. <text name="group_cost">
  27. Inscription : 123 L$
  28. </text>
  29. <button label="Vous inscrire" name="join_btn"/>
  30. <button label="Quitter" name="leave_btn"/>
  31. <button label="Voir le profil" name="view_profile_btn"/>
  32. </floater>