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.
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="false"
|
||||
rect_control="FloaterObjectBackuptRect"
|
||||
height="80" width="200" name="Import" title="Import progress" mouse_opaque="true">
|
||||
<text height="30" left="10" name="name_label" top="-20"> Progress </text>
|
||||
<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>
|
||||
|
||||
@@ -5938,11 +5938,25 @@ A login URI is required to retrieve the grid info.
|
||||
Builds with extended hollow or extended hole size do not render properly on other viewers. Please keep this option checked, if you want your builds looking properly in other viewers.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="ImportFailed"
|
||||
type="alertmodal">
|
||||
Bad XML file. Import aborted.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="ExportAborted"
|
||||
type="notifytip">
|
||||
The Object was deselected before the export could occur. Export aborted.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="ExportFailed"
|
||||
type="alertmodal">
|
||||
None of the selected objects are exportable. Export aborted.
|
||||
Bad permissions for the exported object. Export aborted.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
@@ -5959,6 +5973,23 @@ Object exported. Some textures could not be saved due to: [REASON]
|
||||
Export successful.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="ConfirmAbortBackup"
|
||||
type="alertmodal">
|
||||
Are you sure you want to abort the current object backup operation?
|
||||
<form name="form">
|
||||
<button
|
||||
index="0"
|
||||
name="Yes"
|
||||
text="Yes"/>
|
||||
<button
|
||||
index="1"
|
||||
name="No"
|
||||
text="No"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="SystemMessageTip"
|
||||
|
||||
Reference in New Issue
Block a user