PageRenderTime 49ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 23 lines | 23 code | 0 blank | 0 comment | 0 complexity | 024e7066808ff19c9bf0b3c466840d09 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="Importa scena">
  3. <text name="mesh count">
  4. Reticoli: [COUNT]
  5. </text>
  6. <text name="texture count">
  7. Texture: [COUNT]
  8. </text>
  9. <text name="status">
  10. Stato: [STATUS]
  11. </text>
  12. <button label="Annulla" name="cancel"/>
  13. <button label="OK" name="ok"/>
  14. <string name="status_idle">
  15. Pausa
  16. </string>
  17. <string name="status_uploading">
  18. Caricamento in corso [NAME]
  19. </string>
  20. <string name="status_creating">
  21. Creazione oggetto [NAME]
  22. </string>
  23. </floater>