PageRenderTime 36ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 23 lines | 23 code | 0 blank | 0 comment | 0 complexity | 290bde236f974ef8894dc105b5862fd5 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Import Collada" title="Importar escena">
  3. <text name="mesh count">
  4. Redes: [RECUENTO]
  5. </text>
  6. <text name="texture count">
  7. Texturas: [RECUENTO]
  8. </text>
  9. <text name="status">
  10. Estado: [ESTADO]
  11. </text>
  12. <button label="Cancelar" name="cancel"/>
  13. <button label="OK" name="ok"/>
  14. <string name="status_idle">
  15. Inactivo
  16. </string>
  17. <string name="status_uploading">
  18. Cargando [NOMBRE]
  19. </string>
  20. <string name="status_creating">
  21. Creando objeto [NOMBRE]
  22. </string>
  23. </floater>