PageRenderTime 26ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 22 lines | 18 code | 0 blank | 4 comment | 0 complexity | 77a8524e52df37f1d271cd9caa6b33ca 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. Grupo privado
  9. </string>
  10. <string name="FreeToJoin">
  11. Inscripción gratuita
  12. </string>
  13. <string name="CostToJoin">
  14. Inscribirse cuesta [AMOUNT] L$
  15. </string>
  16. <string name="YouAreMember">
  17. Eres miembro
  18. </string>
  19. <button label="Inscribirse" name="join_btn"/>
  20. <button label="Abandonar" name="leave_btn"/>
  21. <button label="Ver el perfil" name="view_profile_btn"/>
  22. </floater>