/indra/newview/skins/default/xui/ru/panel_preferences_setup.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 36 lines · 36 code · 0 blank · 0 comment · 0 complexity · 9440529b34ac2b81a90a3487c8b7b3af MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="????????????" name="Input panel">
  3. <text name="Network:">
  4. ????:
  5. </text>
  6. <text name="Maximum bandwidth">
  7. ????. ?????? ??????
  8. </text>
  9. <text name="text_box2">
  10. ????/?
  11. </text>
  12. <check_box label="????? ?????" name="connection_port_enabled"/>
  13. <spinner label="????? ?????:" name="connection_port"/>
  14. <text name="Web:">
  15. ???????:
  16. </text>
  17. <radio_group name="use_external_browser">
  18. <radio_item label="???????????? ??? ??????? (IE, Firefox, Safari)" name="external" tool_tip="????? ?????????????? ???????, ???????? ? ??????? ?? ?????????. ?? ?????????????, ???? [APP_NAME] ???????? ? ????????????? ??????." value="true"/>
  19. <radio_item label="???????????? ?????????? ???????" name="internal" tool_tip="??? ????????? ???????, ?????? ?? ???-???????? ? ?. ?. ????? ?????????????? ?????????? ???????. ???? ??????? ??????????? ??? ????? ???? ? [APP_NAME]." value=""/>
  20. </radio_group>
  21. <check_box initial_value="??????" label="????????? ???????" name="browser_plugins_enabled"/>
  22. <check_box initial_value="??????" label="????????? ????? cookie" name="cookies_enabled"/>
  23. <check_box initial_value="??????" label="????????? Javascript" name="browser_javascript_enabled"/>
  24. <check_box initial_value="????" label="????????? ??????????? ????" name="media_popup_enabled"/>
  25. <text name="Software updates:">
  26. ?????????? ??:
  27. </text>
  28. <combo_box name="updater_service_combobox">
  29. <combo_box.item label="????????????? ?????????????" name="Install_automatically"/>
  30. <combo_box.item label="????????? ? ????????????? ?????????? ???????" name="Install_manual"/>
  31. </combo_box>
  32. <text name="Proxy Settings:">
  33. ????????? ??????-???????:
  34. </text>
  35. <button label="?????? ?????????" label_selected="?????" name="set_proxy"/>
  36. </panel>