Files
SingularityViewer/indra/newview/skins/default/xui/en-us/floater_object_backup.xml
Inusaito Sayori 86ff77665c Sync llviewerobjectbackup with Cool VL Viewer
Note to Translators:
-Adds translation work to floater_object_backup.xml
-Adds ImportFailed, ExportAborted, and ConfirmAbortBackup to notifications.xml

Turns LLViewerObjectBackup into an LLFloaterSingleton.. but eventually, this should probably be an instance tracker on the uuid of the object to export or something instead.
2014-09-11 19:45:15 -04:00

15 lines
475 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Object Backup" title="Progress" rect_control="FloaterObjectBackuptRect"
can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="false"
height="80" width="200" mouse_opaque="true">
<text height="30" left="10" name="name_label" top="-20">
Progress
</text>
<string name="export">
Object export
</string>
<string name="import">
Object import
</string>
</floater>