aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/en-us
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us')
-rw-r--r--linden/indra/newview/skins/xui/en-us/alerts.xml46
-rw-r--r--linden/indra/newview/skins/xui/en-us/floater_directory.xml404
-rw-r--r--linden/indra/newview/skins/xui/en-us/floater_im.xml4
-rw-r--r--linden/indra/newview/skins/xui/en-us/floater_joystick.xml2
-rw-r--r--linden/indra/newview/skins/xui/en-us/floater_script_debug.xml2
-rw-r--r--linden/indra/newview/skins/xui/en-us/floater_snapshot.xml8
-rw-r--r--linden/indra/newview/skins/xui/en-us/floater_world_map.xml28
-rw-r--r--linden/indra/newview/skins/xui/en-us/menu_viewer.xml29
-rw-r--r--linden/indra/newview/skins/xui/en-us/mime_types.xml2
-rw-r--r--linden/indra/newview/skins/xui/en-us/notify.xml20
-rw-r--r--linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml14
-rw-r--r--linden/indra/newview/skins/xui/en-us/panel_classified.xml19
-rw-r--r--linden/indra/newview/skins/xui/en-us/panel_group_general.xml20
-rw-r--r--linden/indra/newview/skins/xui/en-us/panel_group_notices.xml3
-rw-r--r--linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml36
-rw-r--r--linden/indra/newview/skins/xui/en-us/panel_preferences_web.xml10
-rw-r--r--linden/indra/newview/skins/xui/en-us/panel_region_general.xml10
-rw-r--r--linden/indra/newview/skins/xui/en-us/strings.xml166
18 files changed, 506 insertions, 317 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/alerts.xml b/linden/indra/newview/skins/xui/en-us/alerts.xml
index 39d1728..e3d0dbf 100644
--- a/linden/indra/newview/skins/xui/en-us/alerts.xml
+++ b/linden/indra/newview/skins/xui/en-us/alerts.xml
@@ -1032,7 +1032,7 @@ If you continue to have problems, please visit: http://www.secondlife.com/suppor
1032MINSPECS 1032MINSPECS
1033Do you wish to visit [_URL] for more information? 1033Do you wish to visit [_URL] for more information?
1034 </message> 1034 </message>
1035 <ignore message="ignore"> 1035 <ignore name="ignore">
1036 Ignore unsupported hardware 1036 Ignore unsupported hardware
1037 </ignore> 1037 </ignore>
1038 <option name="Yes"> 1038 <option name="Yes">
@@ -1319,8 +1319,7 @@ really want to offer this item?
1319 </alert> 1319 </alert>
1320 <alert modal="true" name="NoItems"> 1320 <alert modal="true" name="NoItems">
1321 <message name="message"> 1321 <message name="message">
1322 You do not have permission to transfer 1322 You do not have permission to transfer the selected items.
1323 the selected items.
1324 </message> 1323 </message>
1325 </alert> 1324 </alert>
1326 <alert modal="true" name="CannotCopyCountItems"> 1325 <alert modal="true" name="CannotCopyCountItems">
@@ -2465,10 +2464,12 @@ You have been moved into a nearby region.
2465 </alert> 2464 </alert>
2466 <alert modal="true" name="ClothingLoading"> 2465 <alert modal="true" name="ClothingLoading">
2467 <message name="message"> 2466 <message name="message">
2468 Your clothing is still downloading. 2467 Your clothing is still downloading.
2469You can use the world normally, and other users 2468You can use [SECOND_LIFE] normally and other users will see you correctly.
2470will see you correctly.
2471 </message> 2469 </message>
2470 <ignore name="ignore">
2471 When clothing is taking a long time to download
2472 </ignore>
2472 </alert> 2473 </alert>
2473 <alert modal="true" name="FirstRun"> 2474 <alert modal="true" name="FirstRun">
2474 <message name="message"> 2475 <message name="message">
@@ -3547,6 +3548,34 @@ Publish this classified now for L$[AMOUNT]?
3547 Cancel 3548 Cancel
3548 </option> 3549 </option>
3549 </alert> 3550 </alert>
3551 <alert name="SetClassifiedMature">
3552 <message name="message">
3553Does this classified contain Mature content?
3554 </message>
3555 <option name="Mature">
3556 Yes
3557 </option>
3558 <option name="Not Mature">
3559 No
3560 </option>
3561 <option name="Cancel">
3562 Cancel
3563 </option>
3564 </alert>
3565 <alert name="SetGroupMature">
3566 <message name="message">
3567Does this group contain Mature content?
3568 </message>
3569 <option name="Mature">
3570 Yes
3571 </option>
3572 <option name="Not Mature">
3573 No
3574 </option>
3575 <option name="Cancel">
3576 Cancel
3577 </option>
3578 </alert>
3550 <alert name="ConfirmRestart" title="Confirm restart"> 3579 <alert name="ConfirmRestart" title="Confirm restart">
3551 <message name="message"> 3580 <message name="message">
3552 Do you really want to restart this region in 2 minutes? 3581 Do you really want to restart this region in 2 minutes?
@@ -4951,5 +4980,10 @@ Would you like to visit the Second Life website to set this up?
4951 https://secondlife.com/account/ 4980 https://secondlife.com/account/
4952 </url> 4981 </url>
4953 </alert> 4982 </alert>
4983 <alert modal="true" name="MissingString">
4984 <message name="message">
4985 The string [STRING_NAME] is missing from strings.xml
4986 </message>
4987 </alert>
4954</alerts> 4988</alerts>
4955 4989
diff --git a/linden/indra/newview/skins/xui/en-us/floater_directory.xml b/linden/indra/newview/skins/xui/en-us/floater_directory.xml
index 7714d67..43f255c 100644
--- a/linden/indra/newview/skins/xui/en-us/floater_directory.xml
+++ b/linden/indra/newview/skins/xui/en-us/floater_directory.xml
@@ -65,7 +65,8 @@
65 <string name="redirect_404_url"> 65 <string name="redirect_404_url">
66 http://secondlife.com/app/search/notfound.html 66 http://secondlife.com/app/search/notfound.html
67 </string> 67 </string>
68 </panel> 68 <string name="default_search_page">"http://secondlife.com/app/search/index.php?"</string>
69 </panel>
69 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" 70 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
70 label="Classifieds" left="1" left_delta="68" mouse_opaque="false" 71 label="Classifieds" left="1" left_delta="68" mouse_opaque="false"
71 name="classified_panel" width="778"> 72 name="classified_panel" width="778">
@@ -272,50 +273,37 @@
272 mouse_opaque="true" name="&lt; Prev" right="258" width="80" /> 273 mouse_opaque="true" name="&lt; Prev" right="258" width="80" />
273 </panel> 274 </panel>
274 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" 275 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
275 label="Popular Places" left="1" mouse_opaque="false" name="popular_panel" 276 label="Showcase" left="1" mouse_opaque="false" name="showcase_panel"
276 width="778"> 277 width="778">
277 <string name="searching_text"> 278 <string name="searching_text">Searching...</string>
278 Searching... 279 <string name="not_found_text">None Found.</string>
279 </string> 280 <button bottom="-30" follows="top|left" font="SansSerifSmall" height="20"
280 <string name="not_found_text"> 281 label="Back"
281 None Found. 282 left="10"
282 </string> 283 name="back_btn" width="70" />
283 <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" 284 <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
284 height="20" label="Next &gt;" label_selected="Next &gt;" 285 label="Forward" left_delta="75"
285 mouse_opaque="true" name="Next &gt;" right="344" width="80" /> 286 name="forward_btn" width="70" />
286 <button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center" 287 <!-- No mature content checkbox, showcase is all PG -->
287 height="20" label="&lt; Prev" label_selected="&lt; Prev" 288 <web_browser name="showcase_browser"
288 mouse_opaque="true" name="&lt; Prev" right="258" width="80" /> 289 bottom="25"
289 <check_box bottom="-22" control_name="FindPlacesPictures" follows="left|top" 290 follows="top|left|bottom|right"
290 font="SansSerifSmall" height="16" initial_value="true" 291 font="SansSerifSmall"
291 label="Only show places with pictures" left="24" mouse_opaque="true" 292 left="10"
292 name="incpictures" width="200" /> 293 right="-10"
293 <check_box bottom_delta="-16" control_name="ShowMatureSims" follows="left|top" 294 top="-40" />
294 font="SansSerifSmall" height="16" initial_value="false" 295 <text bottom="5"
295 label="Include parcels with Restricted Content" left="24" 296 follows="bottom|left"
296 mouse_opaque="true" name="incmature" width="204" /> 297 halign="left"
297 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 298 left="10"
298 bottom="-38" drop_shadow_visible="true" follows="right|top" 299 width="150"
299 font="SansSerifSmall" h_pad="0" halign="left" height="32" left_delta="326" 300 name="status_text"
300 mouse_opaque="true" 301 height="16" />
301 name="These are the most popular places in the world, as measured by traffic, the amount of time people spend there." 302 <string name="loading_text">Loading...</string>
302 v_pad="0" width="406"> 303 <string name="done_text">Done</string>
303 These are the most popular places in the world, as measured by traffic, 304 <string name="redirect_404_url">http://secondlife.com/app/search/notfound.html</string>
304the amount of time people spend there. 305 <string name="default_search_page">"http://secondlife.com/app/showcase/index.php?"</string>
305 </text> 306 </panel>
306 <scroll_list background_visible="true" bottom="-513" column_padding="0" draw_border="true" draw_heading="true"
307 follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true"
308 multi_select="false" name="results" search_column="2" width="339">
309 <column label="" name="icon" width="24" />
310 <column label="" name="type" width="-1" />
311 <column dynamicwidth="true" label="Name" name="name" />
312 <column label="Traffic" name="dwell" width="70" />
313 </scroll_list>
314 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
315 bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
316 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
317 mouse_opaque="true" name="result_text" v_pad="0" width="328" />
318 </panel>
319 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" 307 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
320 label="Land Sales" left="1" mouse_opaque="false" name="land_sales_panel" 308 label="Land Sales" left="1" mouse_opaque="false" name="land_sales_panel"
321 width="778"> 309 width="778">
@@ -397,93 +385,72 @@ To buy direct, visit the land and click on the place name in the title bar.
397 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" 385 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
398 mouse_opaque="true" name="result_text" v_pad="0" width="328" /> 386 mouse_opaque="true" name="result_text" v_pad="0" width="328" />
399 </panel> 387 </panel>
400 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" 388 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
401 label="Places" left="1" mouse_opaque="false" name="places_panel" 389 label="Places" left="1" mouse_opaque="false"
390 name="places_panel"
402 width="778"> 391 width="778">
403 <string name="searching_text"> 392 <string name="searching_text">Searching...</string>
404 Searching... 393 <string name="not_found_text">None Found.</string>
405 </string> 394 <button bottom="-30" follows="top|left" font="SansSerifSmall" height="20"
406 <string name="not_found_text"> 395 label="Back"
407 None Found. 396 left="10"
408 </string> 397 name="back_btn" width="70" />
409 <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" 398 <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
410 height="20" label="Next &gt;" label_selected="Next &gt;" 399 label="Forward" left_delta="75"
411 mouse_opaque="true" name="Next &gt;" right="344" width="80" /> 400 name="forward_btn" width="70" />
412 <button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center" 401 <line_editor bevel_style="in"
413 height="20" label="&lt; Prev" label_selected="&lt; Prev" 402 border_style="line"
414 mouse_opaque="true" name="&lt; Prev" right="258" width="80" /> 403 border_thickness="1"
415 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 404 bottom_delta="0"
416 bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" 405 enabled="true"
417 h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" 406 follows="top|left|right"
418 name="find" v_pad="0" width="50"> 407 font="SansSerif"
419 Find: 408 handle_edit_keys_directly="false"
420 </text> 409 commit_on_focus_lost="false"
421 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" 410 height="20"
422 follows="left|top" font="SansSerif" height="18" left_delta="38" 411 hidden="false"
423 max_length="63" mouse_opaque="true" name="name" width="128" /> 412 label="Search"
424 <check_box bottom_delta="-18" control_name="ShowMatureSims" follows="left|top" 413 left_delta="80"
414 width="180"
415 max_length="254"
416 mouse_opaque="true"
417 name="search_editor"
418 select_all_on_focus_received="false"
419 select_on_focus="false"
420 tab_group="1"
421 tool_tip="Search Second Life" />
422 <button follows="top|right" font="SansSerif" height="20"
423 label="Search"
424 left_delta="185"
425 bottom_delta="0"
426 name="search_btn" width="70" />
427 <check_box bottom_delta="0"
428 control_name="ShowMatureFindAll" follows="right|top"
425 font="SansSerifSmall" height="16" initial_value="false" 429 font="SansSerifSmall" height="16" initial_value="false"
426 label="Include parcels with Mature content" left_delta="0" 430 label="Include Mature content"
427 mouse_opaque="true" name="incmature" width="204" /> 431 left_delta="133"
428 <combo_box allow_text_entry="false" bottom="-24" follows="left|top" height="18" left="182" 432 name="mature_check"
429 max_chars="20" mouse_opaque="true" name="Category" width="128"> 433 width="156" />
430 <combo_item name="AnyCategory" value="any"> 434 <web_browser name="places_browser"
431 Any Category 435 bottom="25"
432 </combo_item> 436 follows="top|left|bottom|right"
433 <combo_item name="LindenLocation" value="linden"> 437 font="SansSerifSmall"
434 Linden Location 438 left="10"
435 </combo_item> 439 right="-10"
436 <combo_item name="Adult" value="adult"> 440 top="-40" />
437 Adult 441 <text bottom="5"
438 </combo_item> 442 follows="bottom|left"
439 <combo_item name="Arts&amp;Culture" value="arts"> 443 halign="left"
440 Arts &amp; Culture 444 left="10"
441 </combo_item> 445 width="150"
442 <combo_item name="Business" value="store"> 446 name="status_text"
443 Business 447 height="16" />
444 </combo_item> 448 <string name="loading_text">Loading...</string>
445 <combo_item name="Educational" value="educational"> 449 <string name="done_text">Done</string>
446 Educational 450 <string name="redirect_404_url">http://secondlife.com/app/search/notfound.html</string>
447 </combo_item> 451 <string name="default_search_page">"http://secondlife.com/app/search/index_places.php?"</string>
448 <combo_item name="Gaming" value="game"> 452 </panel>
449 Gaming 453 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
450 </combo_item>
451 <combo_item name="Hangout" value="gather">
452 Hangout
453 </combo_item>
454 <combo_item name="NewcomerFriendly" value="newcomer">
455 Newcomer Friendly
456 </combo_item>
457 <combo_item name="Parks&amp;Nature" value="park">
458 Parks &amp; Nature
459 </combo_item>
460 <combo_item name="Residential" value="home">
461 Residential
462 </combo_item>
463 <combo_item name="Shopping" value="shopping">
464 Shopping
465 </combo_item>
466 <combo_item name="Other" value="other">
467 Other
468 </combo_item>
469 </combo_box>
470 <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20"
471 label="Search" label_selected="Search" left_delta="136" mouse_opaque="true"
472 name="Search" width="70" />
473 <scroll_list background_visible="true" bottom="-513" column_padding="0" draw_border="true"
474 draw_heading="true" follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true"
475 multi_select="false" name="results" search_column="2" width="339">
476 <column label="" name="icon" width="24" />
477 <column label="" name="type" width="-1" />
478 <column dynamicwidth="true" label="Name" name="name" />
479 <column label="Traffic" name="dwell" width="75" />
480 </scroll_list>
481 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
482 bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
483 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
484 mouse_opaque="true" name="result_text" v_pad="0" width="328" />
485 </panel>
486 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
487 label="People" left="1" mouse_opaque="false" name="people_panel" 454 label="People" left="1" mouse_opaque="false" name="people_panel"
488 width="778"> 455 width="778">
489 <string name="searching_text"> 456 <string name="searching_text">
@@ -495,128 +462,99 @@ To buy direct, visit the land and click on the place name in the title bar.
495 <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" 462 <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
496 height="20" label="Next &gt;" label_selected="Next &gt;" 463 height="20" label="Next &gt;" label_selected="Next &gt;"
497 mouse_opaque="true" name="Next &gt;" right="330" width="80" /> 464 mouse_opaque="true" name="Next &gt;" right="330" width="80" />
498 <button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center" 465 <button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center"
499 height="20" label="&lt; Prev" label_selected="&lt; Prev" 466 height="20" label="&lt; Prev" label_selected="&lt; Prev"
500 mouse_opaque="true" name="&lt; Prev" right="244" width="80" /> 467 mouse_opaque="true" name="&lt; Prev" right="244" width="80" />
501 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 468 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
502 bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" 469 bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
503 h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" 470 h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
504 name="find" v_pad="0" width="50"> 471 name="find" v_pad="0" width="50">
505 Find: 472 Find:
506 </text> 473 </text>
507 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" 474 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24"
508 follows="left|top" font="SansSerif" height="18" left_delta="38" 475 follows="left|top" font="SansSerif" height="18" left_delta="38"
509 max_length="63" mouse_opaque="true" name="name" width="200" /> 476 max_length="63" mouse_opaque="true" name="name" width="200" />
510 <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" 477 <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20"
511 label="Search" label_selected="Search" left_delta="210" mouse_opaque="true" 478 label="Search" label_selected="Search" left_delta="210" mouse_opaque="true"
512 name="Search" width="70" /> 479 name="Search" width="70" />
513 <scroll_list background_visible="true" bottom="-513" column_padding="0" draw_border="true" draw_heading="true" 480 <scroll_list background_visible="false" bottom="-513" column_padding="0" draw_border="true"
481 draw_heading="true"
514 follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true" 482 follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true"
515 multi_select="false" name="results" search_column="2" width="326"> 483 multi_select="false" name="results" search_column="2" width="326">
516 <column label="" name="icon" width="24" /> 484 <column label="" name="icon" width="24" />
517 <column label="" name="type" width="-1" /> 485 <column label="" name="type" width="-1" />
518 <column label="Name" name="name" width="274" /> 486 <column label="Name" name="name" width="274" />
519 </scroll_list> 487 </scroll_list>
520 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 488 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
521 bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" 489 bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
522 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" 490 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
523 mouse_opaque="true" name="result_text" v_pad="0" width="328" /> 491 mouse_opaque="true" name="result_text" v_pad="0" width="328" />
524 </panel> 492 </panel>
525 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" 493 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
526 label="Groups" left="1" mouse_opaque="false" name="groups_panel" 494 label="Groups" left="1" mouse_opaque="false"
495 name="groups_panel"
527 width="778"> 496 width="778">
528 <string name="searching_text"> 497 <string name="searching_text">Searching...</string>
529 Searching... 498 <string name="not_found_text">None Found.</string>
530 </string> 499 <button bottom="-30" follows="top|left" font="SansSerifSmall" height="20"
531 <string name="not_found_text"> 500 label="Back"
532 None Found. 501 left="10"
533 </string> 502 name="back_btn" width="70" />
534 <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" 503 <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
535 height="20" label="Next &gt;" label_selected="Next &gt;" 504 label="Forward" left_delta="75"
536 mouse_opaque="true" name="Next &gt;" right="344" width="80" /> 505 name="forward_btn" width="70" />
537 <button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center" 506 <line_editor bevel_style="in"
538 height="20" label="&lt; Prev" label_selected="&lt; Prev" 507 border_style="line"
539 mouse_opaque="true" name="&lt; Prev" right="258" width="80" /> 508 border_thickness="1"
540 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 509 bottom_delta="0"
541 bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" 510 enabled="true"
542 h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" 511 follows="top|left|right"
543 name="find" v_pad="0" width="50"> 512 font="SansSerif"
544 Find: 513 handle_edit_keys_directly="false"
545 </text> 514 commit_on_focus_lost="false"
546 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" 515 height="20"
547 follows="left|top" font="SansSerif" height="18" left_delta="38" 516 hidden="false"
548 max_length="63" mouse_opaque="true" name="name" width="200" /> 517 label="Search"
549 <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" 518 left_delta="80"
550 label="Search" label_selected="Search" left_delta="210" mouse_opaque="true" 519 width="180"
551 name="Search" width="70" /> 520 max_length="254"
552 <check_box bottom_delta="-16" control_name="ShowMatureGroups" follows="left|top" 521 mouse_opaque="true"
522 name="search_editor"
523 select_all_on_focus_received="false"
524 select_on_focus="false"
525 tab_group="1"
526 tool_tip="Search Second Life" />
527 <button follows="top|right" font="SansSerif" height="20"
528 label="Search"
529 left_delta="185"
530 bottom_delta="0"
531 name="search_btn" width="70" />
532 <check_box bottom_delta="0"
533 control_name="ShowMatureFindAll" follows="right|top"
553 font="SansSerifSmall" height="16" initial_value="false" 534 font="SansSerifSmall" height="16" initial_value="false"
554 label="Include Mature groups" left="42" mouse_opaque="true" 535 label="Include Mature content"
555 name="incmature" width="204" /> 536 left_delta="133"
556 <scroll_list background_visible="true" bottom="-513" column_padding="0" draw_border="true" draw_heading="true" 537 name="mature_check"
557 follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true" 538 width="156" />
558 multi_select="false" name="results" search_column="2" width="339"> 539 <web_browser name="groups_browser"
559 <column label="" name="icon" sort="score" sort_ascending="false" width="24" /> 540 bottom="25"
560 <column label="" name="type" width="-1" /> 541 follows="top|left|bottom|right"
561 <column dynamicwidth="true" label="Name" name="name" /> 542 font="SansSerifSmall"
562 <column halign="left" label="Members" name="members" sort_ascending="false" width="100" /> 543 left="10"
563 <column label="" name="score" width="-1" /> 544 right="-10"
564 </scroll_list> 545 top="-40" />
565 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 546 <text bottom="5"
566 bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" 547 follows="bottom|left"
567 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" 548 halign="left"
568 mouse_opaque="true" name="result_text" v_pad="0" width="328" /> 549 left="10"
569 </panel> 550 width="150"
570 <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" 551 name="status_text"
571 label="All (old)" left="1" mouse_opaque="false" name="find_all_old_panel" 552 height="16" />
572 width="778"> 553 <string name="loading_text">Loading...</string>
573 <string name="searching_text"> 554 <string name="done_text">Done</string>
574 Searching... 555 <string name="redirect_404_url">http://secondlife.com/app/search/notfound.html</string>
575 </string> 556 <string name="default_search_page">"http://secondlife.com/app/search/index_groups.php?"</string>
576 <string name="not_found_text"> 557 </panel>
577 None Found.
578 </string>
579 <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
580 height="20" label="&lt; Prev" label_selected="&lt; Prev" left="80"
581 mouse_opaque="true" name="&lt; Prev" width="60" />
582 <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
583 height="20" label="Next &gt;" label_selected="Next &gt;"
584 mouse_opaque="true" name="Next &gt;" width="60" />
585 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
586 bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
587 h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
588 name="find" v_pad="0" width="50">
589 Find:
590 </text>
591 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24"
592 follows="left|top" font="SansSerif" height="18" left_delta="38"
593 max_length="63" mouse_opaque="true" name="name" width="128" />
594 <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20"
595 label="Search" label_selected="Search" left_delta="136" mouse_opaque="true"
596 name="Search" width="70" />
597 <check_box bottom="-22" control_name="ShowMatureFindAll" follows="left|top"
598 font="SansSerifSmall" height="16" initial_value="false"
599 label="Include Mature content" left_delta="78" mouse_opaque="true"
600 name="incmature" width="156" />
601 <scroll_list background_visible="true" bottom="-513" column_padding="0" draw_border="true" draw_heading="false"
602 follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true"
603 multi_select="false" name="results" search_column="1" width="339">
604 <column label="" name="icon" width="24" />
605 <column label="Name" name="name" width="235" />
606 <column label="Price" name="price" width="90" />
607 <column label="Time (PT)" name="date" width="90" />
608 <column label="Time" name="time" width="-1" />
609 <column label="Traffic" name="dwell" width="90" />
610 <column label="Area" name="area" width="90" />
611 <column label="L$/sq.m" name="per_meter" width="90" />
612 <column label="Online" name="online" width="90" />
613 <column label="Members" name="members" width="90" />
614 </scroll_list>
615 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
616 bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
617 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
618 mouse_opaque="true" name="result_text" v_pad="0" width="328" />
619 </panel>
620 </tab_container> 558 </tab_container>
621 <panel bottom="-560" follows="right|top" height="470" left="340" 559 <panel bottom="-560" follows="right|top" height="470" left="340"
622 name="classified_details_panel" width="440" /> 560 name="classified_details_panel" width="440" />
diff --git a/linden/indra/newview/skins/xui/en-us/floater_im.xml b/linden/indra/newview/skins/xui/en-us/floater_im.xml
index caf54e3..11c839c 100644
--- a/linden/indra/newview/skins/xui/en-us/floater_im.xml
+++ b/linden/indra/newview/skins/xui/en-us/floater_im.xml
@@ -16,6 +16,10 @@
16 <string name="invite_message"> 16 <string name="invite_message">
17 Click the [BUTTON NAME] button to accept/connect to this voice chat. 17 Click the [BUTTON NAME] button to accept/connect to this voice chat.
18 </string> 18 </string>
19 <string name="muted_message">
20 [FIRST] [LAST] is muted.
21 </string>
22
19 <string name="generic_request_error"> 23 <string name="generic_request_error">
20 Error making request, please try again later. 24 Error making request, please try again later.
21 </string> 25 </string>
diff --git a/linden/indra/newview/skins/xui/en-us/floater_joystick.xml b/linden/indra/newview/skins/xui/en-us/floater_joystick.xml
index 18f39dd..126bc7b 100644
--- a/linden/indra/newview/skins/xui/en-us/floater_joystick.xml
+++ b/linden/indra/newview/skins/xui/en-us/floater_joystick.xml
@@ -67,7 +67,7 @@
67 <text bottom="-294" left="20" width="94" halign="right" name="YDeadZone">Y Dead Zone</text> 67 <text bottom="-294" left="20" width="94" halign="right" name="YDeadZone">Y Dead Zone</text>
68 <spinner bottom="-294" left="125" width="56" label_width="0" control_name="AvatarAxisDeadZone2" name="AvatarAxisDeadZone2" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> 68 <spinner bottom="-294" left="125" width="56" label_width="0" control_name="AvatarAxisDeadZone2" name="AvatarAxisDeadZone2" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/>
69 <spinner bottom="-294" left="195" width="56" label_width="0" control_name="BuildAxisDeadZone2" name="BuildAxisDeadZone2" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> 69 <spinner bottom="-294" left="195" width="56" label_width="0" control_name="BuildAxisDeadZone2" name="BuildAxisDeadZone2" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/>
70 <spinner bottom="-294" left="265" width="56" label_width="0" control_name="FlycamAxisDeadZone2" ame="FlycamAxisDeadZone2" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> 70 <spinner bottom="-294" left="265" width="56" label_width="0" control_name="FlycamAxisDeadZone2" name="FlycamAxisDeadZone2" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/>
71 71
72 <text bottom="-314" left="20" width="94" halign="right" name="ZDeadZone">Z Dead Zone</text> 72 <text bottom="-314" left="20" width="94" halign="right" name="ZDeadZone">Z Dead Zone</text>
73 <spinner bottom="-314" left="125" width="56" label_width="0" control_name="AvatarAxisDeadZone0" name="AvatarAxisDeadZone0" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> 73 <spinner bottom="-314" left="125" width="56" label_width="0" control_name="AvatarAxisDeadZone0" name="AvatarAxisDeadZone0" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/>
diff --git a/linden/indra/newview/skins/xui/en-us/floater_script_debug.xml b/linden/indra/newview/skins/xui/en-us/floater_script_debug.xml
index f9d555d..2abd503 100644
--- a/linden/indra/newview/skins/xui/en-us/floater_script_debug.xml
+++ b/linden/indra/newview/skins/xui/en-us/floater_script_debug.xml
@@ -2,7 +2,7 @@
2<multi_floater bottom="-463" can_close="true" can_drag_on_left="false" can_minimize="true" 2<multi_floater bottom="-463" can_close="true" can_drag_on_left="false" can_minimize="true"
3 can_resize="true" height="233" left="337" min_height="100" min_width="100" 3 can_resize="true" height="233" left="337" min_height="100" min_width="100"
4 mouse_opaque="true" name="script debug floater" 4 mouse_opaque="true" name="script debug floater"
5 rect_control="FloaterScriptDebugRect" title="Script Errors/Warning" 5 rect_control="FloaterScriptDebugRect" title="Script Warning/Error"
6 width="450"> 6 width="450">
7 <tab_container border="false" bottom="-233" follows="left|top|right|bottom" height="217" 7 <tab_container border="false" bottom="-233" follows="left|top|right|bottom" height="217"
8 left="1" mouse_opaque="false" name="Preview Tabs" tab_position="bottom" 8 left="1" mouse_opaque="false" name="Preview Tabs" tab_position="bottom"
diff --git a/linden/indra/newview/skins/xui/en-us/floater_snapshot.xml b/linden/indra/newview/skins/xui/en-us/floater_snapshot.xml
index 3966ac6..1346f7c 100644
--- a/linden/indra/newview/skins/xui/en-us/floater_snapshot.xml
+++ b/linden/indra/newview/skins/xui/en-us/floater_snapshot.xml
@@ -18,13 +18,13 @@
18 Save snapshot to hard drive 18 Save snapshot to hard drive
19 </radio_item> 19 </radio_item>
20 </radio_group> 20 </radio_group>
21 <text bottom="-240" follows="left|top" height="25" left="10" name="file_size_label" 21 <text bottom="-236" follows="left|top" height="25" left="10" name="file_size_label"
22 width="195"> 22 width="195">
23 File size: [SIZE] KB 23 File size: [SIZE] KB
24 </text> 24 </text>
25 <button bottom="-250" follows="left|top" height="20" label="Refresh Snapshot" left="10" 25 <button bottom="-246" follows="left|top" height="20" label="Refresh Snapshot" left="10"
26 name="new_snapshot_btn" width="195" /> 26 name="new_snapshot_btn" width="195" />
27 <button bottom_delta="-20" follows="left|top" height="20" label="Send" left="10" 27 <button bottom_delta="-22" follows="left|top" height="20" label="Send" left="10"
28 name="send_btn" width="105" /> 28 name="send_btn" width="105" />
29 <button bottom_delta="0" follows="left|top" height="20" label="Upload (L$10)" left="10" 29 <button bottom_delta="0" follows="left|top" height="20" label="Upload (L$10)" left="10"
30 name="upload_btn" width="105" /> 30 name="upload_btn" width="105" />
@@ -142,7 +142,7 @@
142 name="keep_open_check" /> 142 name="keep_open_check" />
143 <check_box bottom_delta="-20" follows="left|top" label="Freeze frame (fullscreen preview)" 143 <check_box bottom_delta="-20" follows="left|top" label="Freeze frame (fullscreen preview)"
144 left="10" name="freeze_frame_check" /> 144 left="10" name="freeze_frame_check" />
145 <check_box bottom_delta="-20" follows="left|top" label="Auto-snapshot" left="10" 145 <check_box bottom_delta="-20" follows="left|top" label="Auto-snapshot" left="20"
146 name="auto_snapshot_check" /> 146 name="auto_snapshot_check" />
147 <string name="unknown"> 147 <string name="unknown">
148 unknown 148 unknown
diff --git a/linden/indra/newview/skins/xui/en-us/floater_world_map.xml b/linden/indra/newview/skins/xui/en-us/floater_world_map.xml
index 4e26986..0ebab6f 100644
--- a/linden/indra/newview/skins/xui/en-us/floater_world_map.xml
+++ b/linden/indra/newview/skins/xui/en-us/floater_world_map.xml
@@ -98,51 +98,39 @@
98 font="SansSerifSmall" height="16" initial_value="false" label="" 98 font="SansSerifSmall" height="16" initial_value="false" label=""
99 left_delta="70" mouse_opaque="true" name="telehubchk" width="55" /> 99 left_delta="70" mouse_opaque="true" name="telehubchk" width="55" />
100 <icon bottom="-76" color="1, 1, 1, 1" follows="top|right" height="16" 100 <icon bottom="-76" color="1, 1, 1, 1" follows="top|right" height="16"
101 image_name="icon_popular.tga" left="1123" mouse_opaque="true"
102 name="popular" width="16" />
103 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
104 bottom="-76" drop_shadow_visible="true" follows="top|right"
105 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20"
106 mouse_opaque="true" name="popular_label" v_pad="0" width="145">
107 Popular
108 </text>
109 <check_box bottom="-76" control_name="MapShowPopular" follows="top|right"
110 font="SansSerifSmall" height="16" initial_value="false" label=""
111 left_delta="80" mouse_opaque="true" name="popular_chk" width="55" />
112 <icon bottom="-96" color="1, 1, 1, 1" follows="top|right" height="16"
113 image_name="icon_for_sale.tga" left="1123" mouse_opaque="true" 101 image_name="icon_for_sale.tga" left="1123" mouse_opaque="true"
114 name="landforsale" width="16" /> 102 name="landforsale" width="16" />
115 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 103 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
116 bottom="-96" drop_shadow_visible="true" follows="top|right" 104 bottom="-76" drop_shadow_visible="true" follows="top|right"
117 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" 105 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20"
118 mouse_opaque="true" name="land_for_sale_label2" v_pad="0" width="145"> 106 mouse_opaque="true" name="land_for_sale_label2" v_pad="0" width="145">
119 Land For Sale 107 Land For Sale
120 </text> 108 </text>
121 <check_box bottom="-96" control_name="MapShowLandForSale" follows="top|right" 109 <check_box bottom="-76" control_name="MapShowLandForSale" follows="top|right"
122 font="SansSerifSmall" height="16" initial_value="false" label="" 110 font="SansSerifSmall" height="16" initial_value="false" label=""
123 left_delta="80" mouse_opaque="true" name="land_for_sale_chk" width="55" /> 111 left_delta="80" mouse_opaque="true" name="land_for_sale_chk" width="55" />
124 <icon bottom="-116" color="1, 1, 1, 1" follows="top|right" height="16" 112 <icon bottom="-96" color="1, 1, 1, 1" follows="top|right" height="16"
125 image_name="map_event.tga" left="1123" mouse_opaque="true" name="event" 113 image_name="map_event.tga" left="1123" mouse_opaque="true" name="event"
126 width="16" /> 114 width="16" />
127 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 115 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
128 bottom="-116" drop_shadow_visible="true" follows="top|right" 116 bottom="-96" drop_shadow_visible="true" follows="top|right"
129 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" 117 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20"
130 mouse_opaque="true" name="events_label" v_pad="0" width="145"> 118 mouse_opaque="true" name="events_label" v_pad="0" width="145">
131 Events 119 Events
132 </text> 120 </text>
133 <check_box bottom="-116" control_name="MapShowEvents" follows="top|right" 121 <check_box bottom="-96" control_name="MapShowEvents" follows="top|right"
134 font="SansSerifSmall" height="16" initial_value="false" label="" 122 font="SansSerifSmall" height="16" initial_value="false" label=""
135 left_delta="80" mouse_opaque="true" name="event_chk" width="55" /> 123 left_delta="80" mouse_opaque="true" name="event_chk" width="55" />
136 <icon bottom="-136" color="1, 1, 1, 1" follows="top|right" height="16" 124 <icon bottom="-116" color="1, 1, 1, 1" follows="top|right" height="16"
137 image_name="map_event_mature.tga" left="1123" mouse_opaque="true" 125 image_name="map_event_mature.tga" left="1123" mouse_opaque="true"
138 name="events_mature_icon" width="16" /> 126 name="events_mature_icon" width="16" />
139 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 127 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
140 bottom="-136" drop_shadow_visible="true" follows="top|right" 128 bottom="-116" drop_shadow_visible="true" follows="top|right"
141 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" 129 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20"
142 mouse_opaque="true" name="events_mature_label" v_pad="0" width="145"> 130 mouse_opaque="true" name="events_mature_label" v_pad="0" width="145">
143 Events (M) 131 Events (M)
144 </text> 132 </text>
145 <check_box bottom="-136" control_name="ShowMatureEvents" follows="top|right" 133 <check_box bottom="-116" control_name="ShowMatureEvents" follows="top|right"
146 font="SansSerifSmall" height="16" initial_value="true" label="" 134 font="SansSerifSmall" height="16" initial_value="true" label=""
147 left_delta="80" mouse_opaque="true" name="event_mature_chk" width="55" /> 135 left_delta="80" mouse_opaque="true" name="event_mature_chk" width="55" />
148 <icon bottom="-181" color="0.5, 0, 0, 1" follows="top|right" height="16" 136 <icon bottom="-181" color="0.5, 0, 0, 1" follows="top|right" height="16"
diff --git a/linden/indra/newview/skins/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/xui/en-us/menu_viewer.xml
index cdba314..054f867 100644
--- a/linden/indra/newview/skins/xui/en-us/menu_viewer.xml
+++ b/linden/indra/newview/skins/xui/en-us/menu_viewer.xml
@@ -62,34 +62,6 @@
62 </menu_item_call> 62 </menu_item_call>
63 <menu_item_separator bottom="-194" enabled="true" height="8" label="-----------" left="0" 63 <menu_item_separator bottom="-194" enabled="true" height="8" label="-----------" left="0"
64 mouse_opaque="true" name="separator4" width="243" /> 64 mouse_opaque="true" name="separator4" width="243" />
65 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true"
66 height="117" label="Set Window Size" left="0" mouse_opaque="false"
67 name="Set Window Size" opaque="true" tear_off="true" width="125">
68 <menu_item_call bottom="-29" enabled="true" height="19" label="320x240" left="0"
69 mouse_opaque="true" name="320x240" width="125">
70 <on_click function="File.SetWindowSize" userdata="320,240" />
71 </menu_item_call>
72 <menu_item_call bottom="-48" enabled="true" height="19" label="640x480" left="0"
73 mouse_opaque="true" name="640x480" width="125">
74 <on_click function="File.SetWindowSize" userdata="640,480" />
75 </menu_item_call>
76 <menu_item_call bottom="-67" enabled="true" height="19" label="800x600" left="0"
77 mouse_opaque="true" name="800x600" width="125">
78 <on_click function="File.SetWindowSize" userdata="800,600" />
79 </menu_item_call>
80 <menu_item_separator bottom="-75" enabled="true" height="8" label="-----------" left="0"
81 mouse_opaque="true" name="separator" width="125" />
82 <menu_item_call bottom="-94" enabled="true" height="19" label="720x480 (NTSC)" left="0"
83 mouse_opaque="true" name="720x480 (NTSC)" width="125">
84 <on_click function="File.SetWindowSize" userdata="720,480" />
85 </menu_item_call>
86 <menu_item_call bottom="-113" enabled="true" height="19" label="768x576 (PAL)" left="0"
87 mouse_opaque="true" name="768x576 (PAL)" width="125">
88 <on_click function="File.SetWindowSize" userdata="768,576" />
89 </menu_item_call>
90 </menu>
91 <menu_item_separator bottom="-240" enabled="true" height="8" label="-----------" left="0"
92 mouse_opaque="true" name="separator5" width="243" />
93 <menu_item_call bottom="-259" enabled="true" height="19" label="Quit" left="0" 65 <menu_item_call bottom="-259" enabled="true" height="19" label="Quit" left="0"
94 mouse_opaque="true" name="Quit" shortcut="control|Q" width="243"> 66 mouse_opaque="true" name="Quit" shortcut="control|Q" width="243">
95 <on_click function="File.Quit" userdata="" /> 67 <on_click function="File.Quit" userdata="" />
@@ -509,6 +481,7 @@
509 <menu_item_check bottom="-86" enabled="true" height="19" label="Fly" left="0" 481 <menu_item_check bottom="-86" enabled="true" height="19" label="Fly" left="0"
510 mouse_opaque="true" name="Fly" shortcut="Home" width="185"> 482 mouse_opaque="true" name="Fly" shortcut="Home" width="185">
511 <on_click function="World.Fly" userdata="" /> 483 <on_click function="World.Fly" userdata="" />
484 <on_enable function="World.EnableFly" />
512 <on_check control="FlyBtnState" /> 485 <on_check control="FlyBtnState" />
513 </menu_item_check> 486 </menu_item_check>
514 <menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0" 487 <menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0"
diff --git a/linden/indra/newview/skins/xui/en-us/mime_types.xml b/linden/indra/newview/skins/xui/en-us/mime_types.xml
index 2a77a8b..e2e6fb2 100644
--- a/linden/indra/newview/skins/xui/en-us/mime_types.xml
+++ b/linden/indra/newview/skins/xui/en-us/mime_types.xml
@@ -166,7 +166,7 @@
166 </widgettype> 166 </widgettype>
167 </mimetype> 167 </mimetype>
168 <mimetype name="image/*"> 168 <mimetype name="image/*">
169 <label label="image2_label"> 169 <label name="image2_label">
170 Image 170 Image
171 </label> 171 </label>
172 <widgettype> 172 <widgettype>
diff --git a/linden/indra/newview/skins/xui/en-us/notify.xml b/linden/indra/newview/skins/xui/en-us/notify.xml
index f0ba148..02aa57c 100644
--- a/linden/indra/newview/skins/xui/en-us/notify.xml
+++ b/linden/indra/newview/skins/xui/en-us/notify.xml
@@ -914,6 +914,21 @@ Click Accept to join the call or Decline to decline the invitation. Click Mute t
914 Mute 914 Mute
915 </option> 915 </option>
916 </notify> 916 </notify>
917 <notify name="AutoUnmuteByIM" tip="false">
918 <message name="message">
919 [FIRST] [LAST] was sent an instant message and has been automatically unmuted.
920 </message>
921 </notify>
922 <notify name="AutoUnmuteByMoney" tip="false">
923 <message name="message">
924 [FIRST] [LAST] was given money and has been automatically unmuted.
925 </message>
926 </notify>
927 <notify name="AutoUnmuteByInventory" tip="false">
928 <message name="message">
929 [FIRST] [LAST] was offered inventory and has been automatically unmuted.
930 </message>
931 </notify>
917 <notify name="VoiceInviteGroup" tip="false" unique="true"> 932 <notify name="VoiceInviteGroup" tip="false" unique="true">
918 <message name="message"> 933 <message name="message">
919 [NAME] has joined a Voice Chat call with the group [GROUP]. 934 [NAME] has joined a Voice Chat call with the group [GROUP].
@@ -1029,4 +1044,9 @@ Click Accept to join the chat or Decline to decline the invitation. Click Mute t
1029 The region you have entered is running a different simulator version. Click this message for details. 1044 The region you have entered is running a different simulator version. Click this message for details.
1030 </message> 1045 </message>
1031 </notify> 1046 </notify>
1047 <notify caution="true" name="UnableToOpenCommandURL" tip="true">
1048 <message name="message">
1049 The URL you clicked cannot be opened from this web browser.
1050 </message>
1051 </notify>
1032</notifications> 1052</notifications>
diff --git a/linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml b/linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml
index 001d6d6..d378cb9 100644
--- a/linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml
+++ b/linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml
@@ -22,8 +22,18 @@
22 name="classified_map_btn" width="80" /> 22 name="classified_map_btn" width="80" />
23 <combo_box bottom_delta="-27" follows="left|top" height="18" label="" left="10" 23 <combo_box bottom_delta="-27" follows="left|top" height="18" label="" left="10"
24 name="classified_category_combo" right="150" /> 24 name="classified_category_combo" right="150" />
25 <check_box bottom_delta="-1" follows="left|top" height="20" label="Mature" left="160" 25 <combo_box allow_text_entry="false" bottom_delta="-1" follows="left|top" height="20"
26 name="classified_mature_check" width="80" /> 26 label="" left="160" name="classified_mature_check" width="130" >
27 <combo_item name="select_mature" value="Select">
28 - Select Mature -
29 </combo_item>
30 <combo_item name="mature" value="Mature">
31 Mature Content
32 </combo_item>
33 <combo_item name="not_mature" value="Not Mature">
34 Not Mature Content
35 </combo_item>
36 </combo_box>
27 <text bottom_delta="-25" follows="left|top" 37 <text bottom_delta="-25" follows="left|top"
28 font="SansSerifSmall" height="18" left="10" name="classified_info_text" 38 font="SansSerifSmall" height="18" left="10" name="classified_info_text"
29 tool_tip="The more you choose to pay for your ad, the higher in the list it appears." 39 tool_tip="The more you choose to pay for your ad, the higher in the list it appears."
diff --git a/linden/indra/newview/skins/xui/en-us/panel_classified.xml b/linden/indra/newview/skins/xui/en-us/panel_classified.xml
index bc7a4d1..063a110 100644
--- a/linden/indra/newview/skins/xui/en-us/panel_classified.xml
+++ b/linden/indra/newview/skins/xui/en-us/panel_classified.xml
@@ -22,10 +22,21 @@
22 name="classified_map_btn" width="100" /> 22 name="classified_map_btn" width="100" />
23 <button bottom_delta="0" follows="left|top" height="20" label="Profile" left="230" 23 <button bottom_delta="0" follows="left|top" height="20" label="Profile" left="230"
24 name="classified_profile_btn" width="100" /> 24 name="classified_profile_btn" width="100" />
25 <check_box bottom="422" follows="left|top" height="20" label="Mature" left="30" 25 <combo_box allow_text_entry="false" bottom="422" follows="left|top" height="20" left="30"
26 name="classified_mature_check" width="80" /> 26 max_chars="20" mouse_opaque="true" name="classified_mature_check" width="130">
27 <combo_box bottom="445" follows="left|top" height="18" label="" 27 <combo_item name="select_mature" value="Select">
28 left="20" name="classified_category_combo" right="150" /> 28 - Select Mature -
29 </combo_item>
30 <combo_item name="mature" value="Mature">
31 Mature Content
32 </combo_item>
33 <combo_item name="not_mature" value="Not Mature">
34 Not Mature Content
35 </combo_item>
36 </combo_box>
37 <combo_box bg_readonly_color="grey" bottom="445" follows="left|top" height="18" label=""
38 left="20" name="classified_category_combo" right="150"
39 text_readonly_color="white" />
29 <button bottom="400" follows="left|top" height="20" label="Update" left="30" 40 <button bottom="400" follows="left|top" height="20" label="Update" left="30"
30 name="classified_update_btn" width="70" /> 41 name="classified_update_btn" width="70" />
31 <string name="ad_placed_paid"> 42 <string name="ad_placed_paid">
diff --git a/linden/indra/newview/skins/xui/en-us/panel_group_general.xml b/linden/indra/newview/skins/xui/en-us/panel_group_general.xml
index 7332cdf..8103363 100644
--- a/linden/indra/newview/skins/xui/en-us/panel_group_general.xml
+++ b/linden/indra/newview/skins/xui/en-us/panel_group_general.xml
@@ -83,11 +83,6 @@ Hover your mouse over the options for more help.
83 initial_value="true" label="Show in search" left="4" mouse_opaque="true" 83 initial_value="true" label="Show in search" left="4" mouse_opaque="true"
84 name="show_in_group_list" radio_style="false" 84 name="show_in_group_list" radio_style="false"
85 tool_tip="Let people see this group in search results." width="95" /> 85 tool_tip="Let people see this group in search results." width="95" />
86 <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16"
87 initial_value="false" label="Mature group" left_delta="0"
88 mouse_opaque="true" name="mature" radio_style="false"
89 tool_tip="Sets whether your group information is considered mature."
90 visible="true" width="95" />
91 <check_box bottom_delta="-18" follows="right|top" font="SansSerifSmall" height="16" 86 <check_box bottom_delta="-18" follows="right|top" font="SansSerifSmall" height="16"
92 initial_value="false" label="Open enrollment" left="4" mouse_opaque="true" 87 initial_value="false" label="Open enrollment" left="4" mouse_opaque="true"
93 name="open_enrollement" radio_style="false" 88 name="open_enrollement" radio_style="false"
@@ -106,6 +101,21 @@ Hover your mouse over the options for more help.
106 mouse_opaque="true" name="spin_enrollment_fee" right_delta="170" 101 mouse_opaque="true" name="spin_enrollment_fee" right_delta="170"
107 tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked." 102 tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked."
108 v_pad="0" width="65" /> 103 v_pad="0" width="65" />
104 <combo_box allow_text_entry="false" bottom_delta="-30" follows="left|top" height="20" left="6"
105 max_chars="20" mouse_opaque="true" name="group_mature_check"
106 tool_tip="Sets whether your group information is considered mature."
107 width="130">
108 <combo_item name="select_mature" value="Select">
109 - Select Mature -
110 </combo_item>
111 <combo_item name="mature" value="Mature">
112 Mature Content
113 </combo_item>
114 <combo_item name="not_mature" value="Not Mature">
115 Not Mature Content
116 </combo_item>
117 </combo_box>
118
109 <panel background_opaque="false" border="false" bottom="-31" height="32" left="225" 119 <panel background_opaque="false" border="false" bottom="-31" height="32" left="225"
110 name="title_container" width="160"> 120 name="title_container" width="160">
111 <text bottom="17" font="SansSerifSmall" left="0" name="active_title_label"> 121 <text bottom="17" font="SansSerifSmall" left="0" name="active_title_label">
diff --git a/linden/indra/newview/skins/xui/en-us/panel_group_notices.xml b/linden/indra/newview/skins/xui/en-us/panel_group_notices.xml
index 7f0c0f7..0e5e84d 100644
--- a/linden/indra/newview/skins/xui/en-us/panel_group_notices.xml
+++ b/linden/indra/newview/skins/xui/en-us/panel_group_notices.xml
@@ -24,8 +24,9 @@ the General tab.
24 bottom_delta="-20" drop_shadow_visible="true" font="SansSerifSmall" 24 bottom_delta="-20" drop_shadow_visible="true" font="SansSerifSmall"
25 h_pad="0" halign="left" height="16" left_delta="0" mouse_opaque="true" 25 h_pad="0" halign="left" height="16" left_delta="0" mouse_opaque="true"
26 name="lbl2" v_pad="0" width="436"> 26 name="lbl2" v_pad="0" width="436">
27 Notices are kept for 30 days. Click the notice below you wish to view. 27 Notices are kept for 14 days. Click the notice below you wish to view.
28Click the &apos;Refresh&apos; button to check if new notices have been received. 28Click the &apos;Refresh&apos; button to check if new notices have been received.
29Notice lists are limited to 200 notices per group on a daily basis.
29 </text> 30 </text>
30 <scroll_list background_visible="true" bottom_delta="-137" column_padding="0" 31 <scroll_list background_visible="true" bottom_delta="-137" column_padding="0"
31 draw_border="true" draw_heading="true" enabled="true" 32 draw_border="true" draw_heading="true" enabled="true"
diff --git a/linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml b/linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml
index fbcb773..527309e 100644
--- a/linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml
+++ b/linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml
@@ -16,22 +16,48 @@
16 If unchecked, viewer will display full-screen when logged in. 16 If unchecked, viewer will display full-screen when logged in.
17 </text_editor> 17 </text_editor>
18 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 18 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
19 bottom="-39" drop_shadow_visible="true" enabled="true" follows="left|top" 19 bottom="-62" drop_shadow_visible="true" enabled="true" follows="left|top"
20 font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
21 mouse_opaque="true" name="WindowSizeLabel" v_pad="0" width="128">
22 Window Size:
23 </text>
24 <combo_box allow_text_entry="false" bottom="-67" enabled="true" follows="left|top"
25 height="18" left="185" max_chars="20" mouse_opaque="true"
26 name="windowsize combo" width="150">
27 <combo_item type="string" length="1" enabled="true" name="640x480" value="640 x 480">
28 640x480
29 </combo_item>
30 <combo_item type="string" length="1" enabled="true" name="800x600" value="800 x 600">
31 800x600
32 </combo_item>
33 <combo_item type="string" length="1" enabled="true" name="720x480" value="720 x 480">
34 720x480 (NTSC)
35 </combo_item>
36 <combo_item type="string" length="1" enabled="true" name="768x576" value="768 x 576">
37 768x576 (PAL)
38 </combo_item>
39 <combo_item type="string" length="1" enabled="true" name="1024x768" value="1024 x 768">
40 1024x768
41 </combo_item>
42
43 </combo_box>
44 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
45 bottom="-62" drop_shadow_visible="true" enabled="true" follows="left|top"
20 font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" 46 font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
21 mouse_opaque="true" name="DisplayResLabel" v_pad="0" width="128"> 47 mouse_opaque="true" name="DisplayResLabel" v_pad="0" width="128">
22 Display Resolution: 48 Display Resolution:
23 </text> 49 </text>
24 <combo_box allow_text_entry="false" bottom="-44" enabled="true" follows="left|top" 50 <combo_box allow_text_entry="false" bottom="-67" enabled="true" follows="left|top"
25 height="18" left="185" max_chars="20" mouse_opaque="true" 51 height="18" left="185" max_chars="20" mouse_opaque="true"
26 name="fullscreen combo" width="150" /> 52 name="fullscreen combo" width="150" />
27 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 53 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
28 bottom="-62" drop_shadow_visible="true" enabled="true" follows="left|top" 54 bottom="-39" drop_shadow_visible="true" enabled="true" follows="left|top"
29 font="SansSerifSmall" h_pad="0" halign="left" height="12" 55 font="SansSerifSmall" h_pad="0" halign="left" height="12"
30 left="10" mouse_opaque="true" name="AspectRatioLabel1" 56 left="10" mouse_opaque="true" name="AspectRatioLabel1"
31 tool_tip="width / height" v_pad="0" width="160"> 57 tool_tip="width / height" v_pad="0" width="160">
32 Aspect Ratio: 58 Aspect Ratio:
33 </text> 59 </text>
34 <combo_box allow_text_entry="true" bottom="-66" enabled="true" follows="left|top" 60 <combo_box allow_text_entry="true" bottom="-43" enabled="true" follows="left|top"
35 height="16" left="185" max_chars="100" mouse_opaque="true" 61 height="16" left="185" max_chars="100" mouse_opaque="true"
36 name="aspect_ratio" tool_tip="width / height" width="150"> 62 name="aspect_ratio" tool_tip="width / height" width="150">
37 <combo_item type="string" length="1" enabled="true" name="4:3(StandardCRT)" value="1.333333"> 63 <combo_item type="string" length="1" enabled="true" name="4:3(StandardCRT)" value="1.333333">
@@ -47,7 +73,7 @@
47 16:9 (Widescreen) 73 16:9 (Widescreen)
48 </combo_item> 74 </combo_item>
49 </combo_box> 75 </combo_box>
50 <check_box bottom="-67" control_name="FullScreenAutoDetectAspectRatio" enabled="true" 76 <check_box bottom="-44" control_name="FullScreenAutoDetectAspectRatio" enabled="true"
51 follows="left|top" font="SansSerifSmall" height="16" initial_value="false" 77 follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
52 label="Auto-detect ratio" left="358" mouse_opaque="true" 78 label="Auto-detect ratio" left="358" mouse_opaque="true"
53 name="aspect_auto_detect" radio_style="false" width="256" /> 79 name="aspect_auto_detect" radio_style="false" width="256" />
diff --git a/linden/indra/newview/skins/xui/en-us/panel_preferences_web.xml b/linden/indra/newview/skins/xui/en-us/panel_preferences_web.xml
index a32ca56..4d84e32 100644
--- a/linden/indra/newview/skins/xui/en-us/panel_preferences_web.xml
+++ b/linden/indra/newview/skins/xui/en-us/panel_preferences_web.xml
@@ -3,13 +3,13 @@
3 height="408" label="Web" left="102" mouse_opaque="true" name="web" 3 height="408" label="Web" left="102" mouse_opaque="true" name="web"
4 width="517"> 4 width="517">
5 <radio_group bottom="-45" draw_border="false" follows="top|left" height="40" left="12" 5 <radio_group bottom="-45" draw_border="false" follows="top|left" height="40" left="12"
6 name="use_external_browser" 6 name="use_external_browser" width="480">
7 tool_tip="Use outside web browser for help, web links, etc. Not recommended if running full screen." 7 <radio_item bottom="-20" height="20" left="0" name="external" width="480"
8 width="480"> 8 tool_tip="Use the default system web browser for help, web links, etc. Not recommended if running full screen.">
9 <radio_item bottom="-20" height="20" left="0" name="external" width="480">
10 Use external web browser (Firefox, Safari, Internet Explorer) 9 Use external web browser (Firefox, Safari, Internet Explorer)
11 </radio_item> 10 </radio_item>
12 <radio_item bottom="-40" height="20" left="0" name="internal" width="480"> 11 <radio_item bottom="-40" height="20" left="0" name="internal" width="480"
12 tool_tip="Use the built-in web browser for help, web links, etc. This browser opens as a new window inside Second Life.">
13 Use built-in web browser 13 Use built-in web browser
14 </radio_item> 14 </radio_item>
15 </radio_group> 15 </radio_group>
diff --git a/linden/indra/newview/skins/xui/en-us/panel_region_general.xml b/linden/indra/newview/skins/xui/en-us/panel_region_general.xml
index fa12fca..af3cecf 100644
--- a/linden/indra/newview/skins/xui/en-us/panel_region_general.xml
+++ b/linden/indra/newview/skins/xui/en-us/panel_region_general.xml
@@ -9,6 +9,14 @@
9 name="region_text" width="400"> 9 name="region_text" width="400">
10 unknown 10 unknown
11 </text> 11 </text>
12 <text bottom="-50" follows="left|top" font="SansSerif" height="20" left="10"
13 name="version_channel_text_lbl" width="100">
14 Version:
15 </text>
16 <text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="60"
17 name="version_channel_text" width="200">
18 unknown
19 </text>
12 <check_box bottom_delta="-20" follows="left|top" height="20" label="Block Terraform" 20 <check_box bottom_delta="-20" follows="left|top" height="20" label="Block Terraform"
13 left="10" name="block_terraform_check" width="80" /> 21 left="10" name="block_terraform_check" width="80" />
14 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" 22 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
@@ -74,6 +82,6 @@
74 label="Teleport Home All Users..." left="10" name="kick_all_btn" width="250" /> 82 label="Teleport Home All Users..." left="10" name="kick_all_btn" width="250" />
75 <button bottom_delta="-40" follows="left|top" height="20" 83 <button bottom_delta="-40" follows="left|top" height="20"
76 label="Send Message To Region..." left="10" name="im_btn" width="200" /> 84 label="Send Message To Region..." left="10" name="im_btn" width="200" />
77 <button bottom="-50" follows="left|top" height="20" label="Manage Telehub..." 85 <button bottom="-70" follows="left|top" height="20" label="Manage Telehub..."
78 left="250" name="manage_telehub_btn" width="150" /> 86 left="250" name="manage_telehub_btn" width="150" />
79</panel> 87</panel>
diff --git a/linden/indra/newview/skins/xui/en-us/strings.xml b/linden/indra/newview/skins/xui/en-us/strings.xml
new file mode 100644
index 0000000..9952d56
--- /dev/null
+++ b/linden/indra/newview/skins/xui/en-us/strings.xml
@@ -0,0 +1,166 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<!-- This file contains strings that used to be hardcoded in the source.
3 It is only for those strings which don't belong in a floater.
4 For example, the strings used in avatar chat bubbles, and strings
5 that are returned from one component and may appear in many places-->
6<strings>
7
8 <!-- Login -->
9 <string name="LoginInProgress">Logging in. [APP_NAME] may appear frozen. Please wait.</string>
10 <string name="LoginAuthenticating">Authenticating</string>
11 <string name="LoginMaintenance">Performing account maintenance...</string>
12 <string name="LoginAttempt">Previous login attempt failed. Logging in, attempt [NUMBER]</string>
13 <string name="LoginPrecaching">Loading world...</string>
14 <string name="LoginInitializingBrowser">Initializing embedded web browser...</string>
15 <string name="LoginVerifyingCache">Verifying cache files (can take 60-90 seconds)...</string>
16 <string name="LoginProcessingResponse">Processing Response...</string>
17 <string name="LoginInitializingWorld">Initializing World...</string>
18 <string name="LoginDecodingImages">Decoding images...</string>
19 <string name="LoginInitializingQuicktime">Initializing QuickTime...</string>
20 <string name="LoginQuicktimeNotFound">QuickTime not found - unable to initialize.</string>
21 <string name="LoginQuicktimeOK">QuickTime initialized successfully.</string>
22 <string name="LoginWaitingForRegionHandshake">Waiting for region handshake...</string>
23 <string name="LoginConnectingToRegion">Connecting to region...</string>
24 <string name="LoginDownloadingClothing">Downloading clothing...</string>
25
26
27
28 <!-- Tooltip, llhoverview.cpp. Note: spaces at the end are intentional -->
29 <string name="TooltipPerson">Person</string><!-- Object under mouse pointer is an avatar -->
30 <string name="TooltipNoName">(no name)</string> <!-- No name on an object -->
31 <string name="TooltipOwner">Owner:</string> <!-- Owner name follows -->
32 <string name="TooltipPublic">Public</string> <!-- Public permissions on an object -->
33 <string name="TooltipIsGroup">(Group)</string> <!-- The name before this text is that of a group -->
34 <string name="TooltipFlagScript">Script</string>
35 <string name="TooltipFlagPhysics">Physics</string>
36 <string name="TooltipFlagTouch">Touch</string>
37 <string name="TooltipFlagL$">L$</string>
38 <string name="TooltipFlagDropInventory">Drop Inventory</string>
39 <string name="TooltipFlagPhantom">Phantom</string>
40 <string name="TooltipFlagTemporary">Temporary</string>
41 <string name="TooltipFlagRightClickMenu">(Right-click for menu)</string>
42 <string name="TooltipFreeToCopy">Free to copy</string>
43 <string name="TooltipForSaleL$">For Sale: L$[AMOUNT]</string> <!-- L$ version -->
44 <string name="TooltipForSaleMsg">For Sale: [MESSAGE]</string> <!-- Message (RetrievingData) -->
45 <string name="TooltipFlagGroupBuild">Group Build</string>
46 <string name="TooltipFlagNoBuild">No Build</string>
47 <string name="TooltipFlagNoEdit">Group Build</string>
48 <string name="TooltipFlagNotSafe">Not Safe</string><!-- damage area -->
49 <string name="TooltipFlagNoFly">No Fly</string>
50 <string name="TooltipFlagGroupScripts">Group Scripts</string>
51 <string name="TooltipFlagNoScripts">No Scripts</string>
52
53 <string name="TooltipLand">Land:</string>
54
55
56 <!-- Indicates that an avatar's name or other similar datum is being retrieved. General usage. -->
57 <string name="RetrievingData">Retrieving...</string>
58
59 <!-- Indicates something is being loaded. Maybe should be merged with RetrievingData -->
60 <string name="LoadingData">Loading...</string>
61
62
63 <!-- namecache -->
64 <!-- Avatar name: text shown for LLUUID::null -->
65 <string name="AvatarNameNobody">(nobody)</string>
66
67 <!-- Avatar name: text shown while fetching name -->
68 <string name="AvatarNameWaiting">(waiting)</string>
69
70 <!-- Avatar name: text shown as an alternative to AvatarNameFetching, easter egg. -->
71 <string name="AvatarNameHippos">(hippos)</string>
72
73 <!-- Group name: text shown for LLUUID::null -->
74 <string name="GroupNameNone">(none)</string>
75
76 <!-- Asset errors. Used in llassetstorage.cpp, translation from error code to error message. -->
77 <string name="AssetErrorNone">No error</string>
78 <string name="AssetErrorRequestFailed">Asset request: failed</string>
79 <string name="AssetErrorNonexistentFile">Asset request: non-existent file</string>
80 <string name="AssetErrorNotInDatabase">Asset request: asset not found in database</string>
81 <string name="AssetErrorEOF">End of file</string>
82 <string name="AssetErrorCannotOpenFile">Cannot open file</string>
83 <string name="AssetErrorFileNotFound">File not found</string>
84 <string name="AssetErrorTCPTimeout">File transfer timeout</string>
85 <string name="AssetErrorCircuitGone">Circuit gone</string>
86 <string name="AssetErrorUnknownStatus">Unknown status</string>
87
88 <!-- llvoavatar. Displayed in the avatar's chat bubble -->
89 <string name="AvatarEditingApparance">(Editing Appearance)</string>
90 <string name="AvatarAway">Away</string>
91 <string name="AvatarBusy">Busy</string>
92 <string name="AvatarMuted">Muted</string>
93
94 <!-- animations -->
95 <string name="anim_express_afraid">Afraid</string>
96 <string name="anim_express_anger">Angry</string>
97 <string name="anim_away">Away</string>
98 <string name="anim_backflip">Backflip</string>
99 <string name="anim_express_laugh">Belly Laugh</string>
100 <string name="anim_express_toothsmile">BigSmile</string>
101 <string name="anim_blowkiss">Blow Kiss</string>
102 <string name="anim_express_bored">Bored</string>
103 <string name="anim_bow">Bow</string>
104 <string name="anim_clap">Clap</string>
105 <string name="anim_courtbow">Court Bow</string>
106 <string name="anim_express_cry">Cry</string>
107 <string name="anim_dance1">Dance 1</string>
108 <string name="anim_dance2">Dance 2</string>
109 <string name="anim_dance3">Dance 3</string>
110 <string name="anim_dance4">Dance 4</string>
111 <string name="anim_dance5">Dance 5</string>
112 <string name="anim_dance6">Dance 6</string>
113 <string name="anim_dance7">Dance 7</string>
114 <string name="anim_dance8">Dance 8</string>
115 <string name="anim_express_disdain">Disdain</string>
116 <string name="anim_drink">Drink</string>
117 <string name="anim_express_embarrased">Embarrassed</string>
118 <string name="anim_angry_fingerwag">Finger Wag</string>
119 <string name="anim_fist_pump">Fist Pump</string>
120 <string name="anim_yoga_float">Floating Yoga</string>
121 <string name="anim_express_frown">Frown</string>
122 <string name="anim_impatient">Impatient</string>
123 <string name="anim_jumpforjoy">Jump For Joy</string>
124 <string name="anim_kissmybutt">Kiss My Butt</string>
125 <string name="anim_express_kiss">Kiss</string>
126 <string name="anim_laugh_short">Laugh</string>
127 <string name="anim_musclebeach">Muscle Beach</string>
128 <string name="anim_no_unhappy">No (Unhappy)</string>
129 <string name="anim_no_head">No</string>
130 <string name="anim_nyanya">Nya-nya-nya</string>
131 <string name="anim_punch_onetwo">One-Two Punch</string>
132 <string name="anim_express_open_mouth">Open Mouth</string>
133 <string name="anim_peace">Peace</string>
134 <string name="anim_point_you">Point at Other</string>
135 <string name="anim_point_me">Point at Self</string>
136 <string name="anim_punch_l">Punch Left</string>
137 <string name="anim_punch_r">Punch Right</string>
138 <string name="anim_rps_countdown">RPS count</string>
139 <string name="anim_rps_paper">RPS paper</string>
140 <string name="anim_rps_rock">RPS rock</string>
141 <string name="anim_rps_scissors">RPS scissors</string>
142 <string name="anim_express_repulsed">Repulsed</string>
143 <string name="anim_kick_roundhouse_r">Roundhouse Kick</string>
144 <string name="anim_express_sad">Sad</string>
145 <string name="anim_salute">Salute</string>
146 <string name="anim_shout">Shout</string>
147 <string name="anim_express_shrug">Shrug</string>
148 <string name="anim_express_smile">Smile</string>
149 <string name="anim_smoke_idle">Smoke Idle</string>
150 <string name="anim_smoke_inhale">Smoke Inhale</string>
151 <string name="anim_smoke_throw_down">Smoke Throw Down</string>
152 <string name="anim_express_surprise">Surprise</string>
153 <string name="anim_sword_strike_r">Sword Strike</string>
154 <string name="anim_angry_tantrum">Tantrum</string>
155 <string name="anim_express_tongue_out">TongueOut</string>
156 <string name="anim_hello">Wave</string>
157 <string name="anim_whisper">Whisper</string>
158 <string name="anim_whistle">Whistle</string>
159 <string name="anim_express_wink">Wink</string>
160 <string name="anim_wink_hollywood">Wink (Hollywood)</string>
161 <string name="anim_express_worry">Worry</string>
162 <string name="anim_yes_happy">Yes (Happy)</string>
163 <string name="anim_yes_head">Yes</string>
164
165</strings>
166