/indra/newview/skins/default/xui/da/floater_import_collada.xml
XML | 23 lines | 23 code | 0 blank | 0 comment | 0 complexity | 935b0fdee649c170d138375c01046065 MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <floater name="Import Collada" title="Import Scene">
- <text name="mesh count">
- Meshes: [COUNT]
- </text>
- <text name="texture count">
- Textures: [COUNT]
- </text>
- <text name="status">
- Status: [STATUS]
- </text>
- <button label="Cancel" name="cancel"/>
- <button label="OK" name="ok"/>
- <string name="status_idle">
- Idle
- </string>
- <string name="status_uploading">
- Uploading [NAME]
- </string>
- <string name="status_creating">
- Creating object [NAME]
- </string>
- </floater>