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 | 41 |
1 files changed, 41 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 5677073..57c401e 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -6864,6 +6864,47 @@ You have been disconnected from the region you were in. Unable to continue. | |||
6864 | </notification> | 6864 | </notification> |
6865 | 6865 | ||
6866 | <notification | 6866 | <notification |
6867 | icon="alertmodal.tga" | ||
6868 | name="GridsNoNick" | ||
6869 | type="alertmodal"> | ||
6870 | Cannot save new grid information. | ||
6871 | |||
6872 | You need to specify a unique grid nickname. | ||
6873 | </notification> | ||
6874 | |||
6875 | <notification | ||
6876 | icon="alertmodal.tga" | ||
6877 | name="GridsNoLoginUri" | ||
6878 | type="alertmodal"> | ||
6879 | Cannot save new grid '[NAME]'. | ||
6880 | |||
6881 | You need to specify a login URI. | ||
6882 | </notification> | ||
6883 | |||
6884 | <notification | ||
6885 | icon="alertmodal.tga" | ||
6886 | name="GridExists" | ||
6887 | type="alertmodal"> | ||
6888 | Cannot save new grid '[NAME]'. | ||
6889 | |||
6890 | A grid with the same nickname already exists. | ||
6891 | </notification> | ||
6892 | |||
6893 | <notification | ||
6894 | icon="alertmodal.tga" | ||
6895 | name="GridInfoNoLoginUri" | ||
6896 | type="alertmodal"> | ||
6897 | A login URI is required to retrieve the grid info. | ||
6898 | </notification> | ||
6899 | |||
6900 | <notification | ||
6901 | icon="alertmodal.tga" | ||
6902 | name="GridInfoError" | ||
6903 | type="alertmodal"> | ||
6904 | Cannot retrieve grid info from server. | ||
6905 | </notification> | ||
6906 | |||
6907 | <notification | ||
6867 | icon="alert.tga" | 6908 | icon="alert.tga" |
6868 | name="IMLogNotFound" | 6909 | name="IMLogNotFound" |
6869 | type="alert"> | 6910 | type="alert"> |