diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/skins/xui/en-us/alerts.xml | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2 meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz |
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/alerts.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/alerts.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/alerts.xml b/linden/indra/newview/skins/xui/en-us/alerts.xml index 0bad2fc..192fcdb 100644 --- a/linden/indra/newview/skins/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/xui/en-us/alerts.xml | |||
@@ -1,5 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <alerts> | 2 | <alerts> |
3 | <global name="skipnexttime">Don't show me this again</global> | ||
4 | <global name="alwayschoose">Always choose this option</global> | ||
5 | |||
3 | <alert modal="true" name="MissingAlert"> | 6 | <alert modal="true" name="MissingAlert"> |
4 | <message name="message"> | 7 | <message name="message"> |
5 | [ALERT_NAME] is missing from alerts.xml! | 8 | [ALERT_NAME] is missing from alerts.xml! |
@@ -334,7 +337,7 @@ Community Standards. | |||
334 | </alert> | 337 | </alert> |
335 | <alert modal="true" name="ClickPublishHelpAvatar"> | 338 | <alert modal="true" name="ClickPublishHelpAvatar"> |
336 | <message name="message"> | 339 | <message name="message"> |
337 | Selecting the "Publish in Search" will show: | 340 | Selecting "Show in Search" will show: |
338 | - my profile in search results | 341 | - my profile in search results |
339 | - a link to my profile in public group pages | 342 | - a link to my profile in public group pages |
340 | </message> | 343 | </message> |
@@ -3230,6 +3233,20 @@ from the 'Edit' menu. | |||
3230 | Cancel | 3233 | Cancel |
3231 | </option> | 3234 | </option> |
3232 | </alert> | 3235 | </alert> |
3236 | <alert modal="true" name="TeleportFromLandmark"> | ||
3237 | <message name="message"> | ||
3238 | Are you sure you want to teleport? | ||
3239 | </message> | ||
3240 | <ignore name="ignore"> | ||
3241 | When teleporting from a landmark in inventory | ||
3242 | </ignore> | ||
3243 | <option name="Teleport"> | ||
3244 | Teleport | ||
3245 | </option> | ||
3246 | <option name="Cancel"> | ||
3247 | Cancel | ||
3248 | </option> | ||
3249 | </alert> | ||
3233 | <alert name="MessageEstate" title="Message everyone in your Estate"> | 3250 | <alert name="MessageEstate" title="Message everyone in your Estate"> |
3234 | <message name="message"> | 3251 | <message name="message"> |
3235 | Type a short announcement which will be | 3252 | Type a short announcement which will be |