/indra/newview/skins/default/xui/ru/floater_sell_land.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 65 lines · 65 code · 0 blank · 0 comment · 0 complexity · 83d021d425d2f1e86bd10ee3d2921d77 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <floater name="sell land" title="??????? ?????">
- <scroll_container name="profile_scroll">
- <panel name="scroll_content_panel">
- <text name="info_parcel_label">
- ???????:
- </text>
- <text name="info_parcel">
- ???????? ???????
- </text>
- <text name="info_size_label">
- ??????:
- </text>
- <text name="info_size">
- [AREA] ?˛
- </text>
- <text name="info_action">
- ????? ??????? ???? ???????:
- </text>
- <text name="price_label">
- 1. ????????? ????:
- </text>
- <text name="price_text">
- ?????????? ???????????? ??? ????.
- </text>
- <text name="price_ld">
- L$
- </text>
- <line_editor name="price">
- 0
- </line_editor>
- <text name="price_per_m">
- (L$[PER_METER] ?? ?˛)
- </text>
- <text name="sell_to_label">
- 2. ??????? ?????:
- </text>
- <text name="sell_to_text">
- ???????, ???? ?????? ????????? ?????.
- </text>
- <combo_box name="sell_to">
- <combo_box.item label="- ???????? -" name="--selectone--"/>
- <combo_box.item label="???" name="Anyone"/>
- <combo_box.item label="??????????? ??????:" name="Specificuser:"/>
- </combo_box>
- <button label="???????" name="sell_to_select_agent"/>
- <text name="sell_objects_label">
- 3. ??????? ??????? ?????? ? ???????
- </text>
- <text name="sell_objects_text">
- ???????????? ??????? ??????? ???? ????? ??????? ??????????
- </text>
- <radio_group name="sell_objects">
- <radio_item label="???, ????????? ???????? ?????????" name="no"/>
- <radio_item label="??, ??????? ??????? ?????? ? ??????" name="yes"/>
- </radio_group>
- <button label="???????? ???????" name="show_objects"/>
- <text name="nag_message_label">
- ???????: ??????? ?????? ????????.
- </text>
- <button label="????????? ????? ?? ???????" name="sell_btn"/>
- <button label="??????" name="cancel_btn"/>
- </panel>
- </scroll_container>
- </floater>