diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/notifications.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index d7b078c..b439dba 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -5556,7 +5556,25 @@ Apple's QuickTime software does not appear to be installed on your system. | |||
5556 | 5556 | ||
5557 | If you want to view streaming media on parcels that support it you should go to the QuickTime site (http://www.apple.com/quicktime) and install the QuickTime Player. | 5557 | If you want to view streaming media on parcels that support it you should go to the QuickTime site (http://www.apple.com/quicktime) and install the QuickTime Player. |
5558 | </notification> | 5558 | </notification> |
5559 | <notification | ||
5560 | icon="notify.tga" | ||
5561 | name="NoPlugin" | ||
5562 | type="notify"> | ||
5563 | No Media Plugin was found to handle the "[MIME_TYPE]" mime type. Media of this type will be unavailable. | ||
5564 | </notification> | ||
5565 | <notification | ||
5566 | icon="alertmodal.tga" | ||
5567 | name="MediaPluginFailed" | ||
5568 | type="alertmodal"> | ||
5569 | The following Media Plugin has failed: | ||
5570 | [PLUGIN] | ||
5559 | 5571 | ||
5572 | Please re-install the plugin or contact the vendor if you continue to experience problems. | ||
5573 | <form name="form"> | ||
5574 | <ignore name="ignore" | ||
5575 | text="When a Media Plugin fails"/> | ||
5576 | </form> | ||
5577 | </notification> | ||
5560 | <notification | 5578 | <notification |
5561 | icon="notify.tga" | 5579 | icon="notify.tga" |
5562 | name="OwnedObjectsReturned" | 5580 | name="OwnedObjectsReturned" |