Grid currency, partial
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
bottom="-220" drop_shadow_visible="true" enabled="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="96"
|
||||
mouse_opaque="true" name="For Sale: Price L$[PRICE]." v_pad="0" width="226">
|
||||
Price: L$[PRICE] (L$[PRICE_PER_SQM]/sq.m.).
|
||||
Price: [CURRENCY][PRICE] ([CURRENCY][PRICE_PER_SQM]/sq.m.).
|
||||
</text>
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-240" drop_shadow_visible="true" enabled="false" follows="left|top"
|
||||
@@ -627,7 +627,7 @@ Go to World menu > About Land or select another parcel to show its details.
|
||||
width="119" />
|
||||
<check_box bottom="-140" enabled="true" follows="left|top" font="SansSerifSmall"
|
||||
height="16" initial_value="false"
|
||||
label="Show Place in Search (L$30/week) under" left="14"
|
||||
label="Show Place in Search ([DIRECTORYFEE]) under" left="14"
|
||||
mouse_opaque="true" name="ShowDirectoryCheck" radio_style="false"
|
||||
tool_tip="Let people see this parcel in search results" width="268" />
|
||||
<string name="search_enabled_tooltip">
|
||||
@@ -1484,7 +1484,7 @@ Select the thumbnail to choose a different texture.
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<spinner bottom_delta="-20" enabled="false" follows="left|top" height="16" increment="1"
|
||||
initial_val="10" label="Price in L$:" label_width="120" left="28"
|
||||
initial_val="10" label="Price in [CURRENCY]:" label_width="120" left="28"
|
||||
max_val="500" min_val="1" mouse_opaque="true" name="PriceSpin" width="180" />
|
||||
<spinner bottom_delta="-20" enabled="false" follows="left|top" height="16"
|
||||
increment="0.25" initial_val="1" label="Hours of access:" label_width="120"
|
||||
|
||||
@@ -187,7 +187,7 @@ We recommend BVH files exported from Poser 4.
|
||||
</text>
|
||||
<button bottom="10" follows="bottom|right" height="20" label="Cancel" name="cancel_btn"
|
||||
right="290" width="123" />
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])"
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Upload ([UPLOADFEE])"
|
||||
left_delta="-129" name="ok_btn" width="123" />
|
||||
<string name="failed_to_initialize">
|
||||
Failed to initialize motion
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
bottom_delta="-28" drop_shadow_visible="true" follows="left|right|bottom"
|
||||
font="SansSerif" h_pad="0" halign="left" height="24" left="15"
|
||||
mouse_opaque="true" name="buy_text" v_pad="0" width="281">
|
||||
Buy for L$[AMOUNT] from [NAME]?
|
||||
Buy for [CURRENCY][AMOUNT] from [NAME]?
|
||||
</text>
|
||||
<button bottom="-244" follows="right|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="Cancel" label_selected="Cancel" left="216"
|
||||
|
||||
@@ -30,15 +30,15 @@
|
||||
</text>
|
||||
<text bottom_delta="0" follows="top|left" height="16" left="72"
|
||||
name="buy_action_unknown" right="-20" >
|
||||
Buy L$ on the LindeX currency exchange
|
||||
Buy [CURRENCY] on the LindeX currency exchange
|
||||
</text>
|
||||
<text bottom_delta="0" follows="top|left" height="16" left="72" name="buy_action"
|
||||
right="-20" >
|
||||
[NAME] L$ [PRICE]
|
||||
[NAME] [CURRENCY] [PRICE]
|
||||
</text>
|
||||
<text bottom_delta="-20" follows="top|left" height="16" left="72"
|
||||
name="currency_action" width="40">
|
||||
Buy L$
|
||||
Buy [CURRENCY]
|
||||
</text>
|
||||
<line_editor bottom_delta="0" follows="top|right" height="16" left_delta="45"
|
||||
name="currency_amt" width="80">
|
||||
@@ -58,7 +58,7 @@
|
||||
</text>
|
||||
<text bottom_delta="0" follows="top|left" halign="right" height="16" left="80"
|
||||
name="balance_amount" width="240">
|
||||
L$ [AMT]
|
||||
[CURRENCY] [AMT]
|
||||
</text>
|
||||
<text bottom_delta="-20" follows="top|left" height="16" left="80" name="buying_label"
|
||||
width="240">
|
||||
@@ -66,7 +66,7 @@
|
||||
</text>
|
||||
<text bottom_delta="0" follows="top|left" halign="right" height="16" left="80"
|
||||
name="buying_amount" width="240">
|
||||
L$ [AMT]
|
||||
[CURRENCY] [AMT]
|
||||
</text>
|
||||
<text bottom_delta="-20" follows="top|left" height="16" left="80" name="total_label"
|
||||
width="240">
|
||||
@@ -74,7 +74,7 @@
|
||||
</text>
|
||||
<text bottom_delta="0" follows="top|left" halign="right" height="16" left="80"
|
||||
name="total_amount" width="240">
|
||||
L$ [AMT]
|
||||
[CURRENCY] [AMT]
|
||||
</text>
|
||||
<text bottom_delta="-48" follows="top|left" height="32" left="72"
|
||||
name="purchase_warning_repurchase" right="-20" >
|
||||
@@ -91,6 +91,6 @@ Increase the amount to buy.
|
||||
<button bottom_delta="0" follows="bottom|left" height="20" label="Purchase"
|
||||
left_delta="-96" name="buy_btn" width="90" />
|
||||
<string name="buy_currency">
|
||||
Buy L$ [LINDENS] for approx. US$ [USD]
|
||||
Buy [CURRENCY] [LINDENS] for approx. US$ [USD]
|
||||
</string>
|
||||
</floater>
|
||||
|
||||
@@ -159,7 +159,7 @@ This parcel is 512 sq.m. of land.
|
||||
</text>
|
||||
<text bottom_delta="-25" follows="top|left" height="16" left="72"
|
||||
name="currency_action" width="90">
|
||||
Buy additional L$
|
||||
Buy additional [CURRENCY]
|
||||
</text>
|
||||
<pad height="0" width="8" />
|
||||
<line_editor bottom_delta="5" follows="top|right" height="16" left="170" name="currency_amt"
|
||||
@@ -258,10 +258,10 @@ Try selecting a smaller area.
|
||||
You hold [BUYER] sq.m. of land.
|
||||
</string>
|
||||
<string name="pay_to_for_land">
|
||||
Pay L$ [AMOUNT] to [SELLER] for this land
|
||||
Pay [CURRENCY] [AMOUNT] to [SELLER] for this land
|
||||
</string>
|
||||
<string name="buy_for_US">
|
||||
Buy L$ [AMOUNT] for approx. US$ [AMOUNT2],
|
||||
Buy [CURRENCY] [AMOUNT] for approx. US$ [AMOUNT2],
|
||||
</string>
|
||||
<string name="parcel_meters">
|
||||
This parcel is [AMOUNT] sq.m.
|
||||
@@ -283,29 +283,29 @@ supports [AMOUNT2] objects
|
||||
objects not included
|
||||
</string>
|
||||
<string name="info_price_string">
|
||||
L$ [PRICE]
|
||||
(L$ [PRICE_PER_SQM]/sq.m.)
|
||||
[CURRENCY] [PRICE]
|
||||
([CURRENCY] [PRICE_PER_SQM]/sq.m.)
|
||||
[SOLD_WITH_OBJECTS]
|
||||
</string>
|
||||
<string name="insufficient_land_credits">
|
||||
The group [GROUP] will need sufficient contributed land use credits to cover this parcel before the purchase will complete.
|
||||
</string>
|
||||
<string name="have_enough_lindens">
|
||||
You have L$ [AMOUNT], which is enough to buy this land.
|
||||
You have [CURRENCY] [AMOUNT], which is enough to buy this land.
|
||||
</string>
|
||||
<string name="not_enough_lindens">
|
||||
You have only L$ [AMOUNT], and need L$ [AMOUNT2] more.
|
||||
You have only [CURRENCY] [AMOUNT], and need [CURRENCY] [AMOUNT2] more.
|
||||
</string>
|
||||
<string name="balance_left">
|
||||
After the purchase, you will have L$ [AMOUNT] left.
|
||||
After the purchase, you will have [CURRENCY] [AMOUNT] left.
|
||||
</string>
|
||||
<string name="balance_needed">
|
||||
You need to buy at least L$ [AMOUNT] to afford this land.
|
||||
You need to buy at least [CURRENCY] [AMOUNT] to afford this land.
|
||||
</string>
|
||||
<string name="no_parcel_selected">
|
||||
(no parcel selected)
|
||||
</string>
|
||||
<string name="buy_currency">
|
||||
Buy L$ [LINDENS] for approx. US$ [USD]
|
||||
Buy [CURRENCY] [LINDENS] for approx. US$ [USD]
|
||||
</string>
|
||||
</floater>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
bottom_delta="-28" drop_shadow_visible="true" follows="left|right|bottom"
|
||||
font="SansSerif" h_pad="0" halign="left" height="24" left="15"
|
||||
mouse_opaque="true" name="buy_text" v_pad="0" width="281">
|
||||
Buy for L$[AMOUNT] from [NAME]?
|
||||
Buy for [CURRENCY] [AMOUNT] from [NAME]?
|
||||
</text>
|
||||
<button bottom="-244" follows="right|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="Cancel" label_selected="Cancel" left="216"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
'[OBJECTNAME]', an object owned by '[OWNERNAME]', located in [REGIONNAME] at [REGIONPOS], has been denied permission to: [PERMISSIONS].
|
||||
</string>
|
||||
<string name="ScriptTakeMoney">
|
||||
Take Linden dollars (L$) from you
|
||||
Take in-world money ([CURRENCY]) from you
|
||||
</string>
|
||||
<string name="ActOnControlInputs">
|
||||
Act on your control inputs
|
||||
|
||||
@@ -348,7 +348,7 @@
|
||||
None Found.
|
||||
</string>
|
||||
<string name="land_help_text">
|
||||
Land can be bought direct for Linden Dollars (L$) or at auction for either L$ or US$.
|
||||
Land can be bought direct for in-world money ([CURRENCY]) or at auction for either [CURRENCY] or US$.
|
||||
To buy direct, visit the land and click on the place name in the title bar.
|
||||
</string>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
@@ -391,7 +391,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" follows="left|top"
|
||||
bottom="-24" font="SansSerifSmall" halign="left" height="16" left="116" mouse_opaque="true"
|
||||
name="pricecheck_symbol" width="15">
|
||||
L$
|
||||
[CURRENCY]
|
||||
</text>
|
||||
<check_box bottom_delta="-18" control_name="FindLandArea" follows="left|top"
|
||||
font="SansSerifSmall" height="16" initial_value="true"
|
||||
@@ -418,9 +418,9 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
<column label="" name="type" width="-1" />
|
||||
<column dynamicwidth="true" label="Name" name="name" />
|
||||
<column label="Type" name="landtype" width="50" />
|
||||
<column label="L$ Price" name="price" width="65" />
|
||||
<column label="[CURRENCY] Price" name="price" width="65" />
|
||||
<column label="Area" name="area" width="50" />
|
||||
<column label="L$/m²" name="per_meter" width="65" />
|
||||
<column label="[CURRENCY]/m²" name="per_meter" width="65" />
|
||||
</scroll_list>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
bottom="-146" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16" left_delta="-108"
|
||||
mouse_opaque="true" name="land cost text" v_pad="0" width="110">
|
||||
L$ per sq. meter:
|
||||
[CURRENCY] per sq. meter:
|
||||
</text>
|
||||
<button bottom="-170" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Refresh" label_selected="Refresh" left="278"
|
||||
|
||||
@@ -1,657 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
|
||||
can_resize="false" height="360" min_height="100" min_width="100"
|
||||
name="groupinfo" title="The Lindens - Group Information" width="458">
|
||||
<tab_container bottom="-330" height="306" left="0" mouse_opaque="false" name="tab"
|
||||
tab_position="top" width="458">
|
||||
<panel bottom="-305" follows="left|top|right|bottom" height="289" label="General"
|
||||
left="1" mouse_opaque="true" name="gen" width="456">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="16" left="12" mouse_opaque="true"
|
||||
name="title_box" v_pad="0" width="436">
|
||||
Group Info
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-18" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt" v_pad="0" width="436">
|
||||
Groups are a fun way to collaborate with your friends.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-16" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt2" v_pad="0" width="436">
|
||||
Groups let you have titles and insignia and vote.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-16" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt3" v_pad="0" width="436">
|
||||
Anyone may create a group. Each person may belong to up to 15 groups.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-16" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt4" v_pad="0" width="436">
|
||||
Groups must have at least 3 members to stay active.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-16" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="group_create_text" v_pad="0" width="436">
|
||||
Creating a group costs L$100.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-32" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl" v_pad="0" width="70">
|
||||
Name:
|
||||
</text>
|
||||
<line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line"
|
||||
border_thickness="1" bottom="-138" follows="left|top" font="SansSerifSmall"
|
||||
height="16" left_delta="75" max_length="35" mouse_opaque="true" name="name"
|
||||
text_readonly_color="1, 1, 1, 1" width="361" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-156" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="founder_label" v_pad="0" width="70">
|
||||
Founder:
|
||||
</text>
|
||||
<name_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line"
|
||||
border_thickness="1" bottom="-156" follows="left|top" font="SansSerifSmall"
|
||||
height="16" left_delta="75" max_length="35" mouse_opaque="true"
|
||||
name="founder" text_readonly_color="1, 1, 1, 1" width="361" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-174" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl2" v_pad="0" width="70">
|
||||
Charter:
|
||||
</text>
|
||||
<text_editor bg_readonly_color="0, 0, 0, 0" bottom="-206" embedded_items="false"
|
||||
follows="left|top" font="SansSerifSmall" height="48" left="87"
|
||||
max_length="511" mouse_opaque="true" name="charter"
|
||||
text_readonly_color="1, 1, 1, 1" width="361" word_wrap="true" />
|
||||
<check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="true" label="Show In Group List" left="87"
|
||||
mouse_opaque="true" name="sho" radio_style="false" width="361" />
|
||||
<check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Show Members In Group List" left="87"
|
||||
mouse_opaque="true" name="sho_mem" radio_style="false" width="361" />
|
||||
<check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Publish on the web." left="87"
|
||||
mouse_opaque="true" name="allow_publish" radio_style="false"
|
||||
tool_tip="Publish your profile information on the web." width="361" />
|
||||
<button bottom="-260" follows="left|top" font="SansSerif" halign="center" height="16"
|
||||
label="?" label_selected="?" left_delta="130" mouse_opaque="true"
|
||||
name="publish_help_btn" width="20" />
|
||||
<check_box bottom="-278" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Mature" left="87" mouse_opaque="true"
|
||||
name="mature" radio_style="false"
|
||||
tool_tip="Your profile information is considered mature." width="361" />
|
||||
</panel>
|
||||
<panel bottom="-305" follows="left|top|right|bottom" height="289" label="Titles"
|
||||
left="1" mouse_opaque="true" name="tit" width="456">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="16" left="12" mouse_opaque="true"
|
||||
name="txt" v_pad="0" width="436">
|
||||
Group Titles
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-18" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt2" v_pad="0" width="436">
|
||||
Groups can have officers and members, both of whom can have special titles.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-16" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt3" v_pad="0" width="436">
|
||||
These titles appear before their names in the world, in chat, and in IM.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-32" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl" v_pad="0" width="70">
|
||||
Officer Title:
|
||||
</text>
|
||||
<line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line"
|
||||
border_thickness="1" bottom="-90" follows="left|top" font="SansSerifSmall"
|
||||
height="16" left_delta="75" max_length="20" mouse_opaque="true" name="ohon"
|
||||
text_readonly_color="1, 1, 1, 1" width="105" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-90" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left_delta="110"
|
||||
mouse_opaque="true" name="lbl2" v_pad="0" width="70">
|
||||
Member Title:
|
||||
</text>
|
||||
<line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line"
|
||||
border_thickness="1" bottom="-90" follows="left|top" font="SansSerifSmall"
|
||||
height="16" left_delta="75" max_length="20" mouse_opaque="true" name="mhon"
|
||||
text_readonly_color="1, 1, 1, 1" width="105" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-124" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl3" v_pad="0" width="436">
|
||||
Drag a texture out of your inventory to set the group's insignia.
|
||||
</text>
|
||||
<texture_picker bottom="-220" follows="left|top" height="80" left="87" mouse_opaque="true"
|
||||
name="insig" tool_tip="Click to choose a picture" width="64" />
|
||||
</panel>
|
||||
<panel bottom="-305" follows="left|top|right|bottom" height="289" label="Members"
|
||||
left="1" mouse_opaque="true" name="mem" width="456">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="16" left="12" mouse_opaque="true"
|
||||
name="txt" v_pad="0" width="436">
|
||||
Group Members
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-18" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt2" v_pad="0" width="436">
|
||||
Current Group officers and members.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-16" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt3" v_pad="0" width="436">
|
||||
Click on a name to view to the member's profile.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-18" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl" v_pad="0" width="70">
|
||||
Officers:
|
||||
</text>
|
||||
<name_list allow_calling_card_drop="false" background_visible="false"
|
||||
bg_selected_color="0.243137, 0.243137, 0.243137, 1" bottom="-132"
|
||||
column_padding="0" draw_border="true" fg_disable_color="1, 1, 1, 1"
|
||||
fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1"
|
||||
follows="left|top" height="72" left="87" mouse_opaque="true"
|
||||
multi_select="false" name="officers" width="361" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-150" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="members_label" v_pad="0" width="70">
|
||||
Members:
|
||||
</text>
|
||||
<name_list allow_calling_card_drop="false" background_visible="false" bottom="-254"
|
||||
column_padding="0" draw_border="true" fg_disable_color="1, 1, 1, 1"
|
||||
fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1"
|
||||
follows="left|top" height="120" left="87" mouse_opaque="true"
|
||||
multi_select="false" name="members" width="361" />
|
||||
<button bottom_delta="-27" follows="left|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="Eject Member" label_selected="Eject Member" left="87"
|
||||
mouse_opaque="true" name="eject_member_btn" width="120" />
|
||||
</panel>
|
||||
<panel bottom="-305" follows="left|top|right|bottom" height="289" label="Voting"
|
||||
left="1" mouse_opaque="true" name="voting" width="456">
|
||||
<tab_container bottom="-289" height="285" left="30" mouse_opaque="false" name="tab"
|
||||
tab_position="top" width="400">
|
||||
<panel bottom="-284" follows="left|top|right|bottom" height="268" label="Election"
|
||||
left="1" mouse_opaque="true" name="recall" width="398">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-18" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="10" left="12" mouse_opaque="false"
|
||||
name="txt" v_pad="0" width="363">
|
||||
Group Election
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-24" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="false" name="instructions" v_pad="0" width="350">
|
||||
Press the Start Election button to start a new election.
|
||||
The candidates will include all non-officer group members.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-26" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="10" left="12"
|
||||
mouse_opaque="false" name="lbl" v_pad="0" width="70">
|
||||
Candidates:
|
||||
</text>
|
||||
<name_list allow_calling_card_drop="false" background_visible="false"
|
||||
bg_selected_color="0.243137, 0.243137, 0.243137, 1" bottom="-150"
|
||||
column_padding="0" draw_border="true" fg_disable_color="1, 1, 1, 1"
|
||||
fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1"
|
||||
follows="left|top" height="94" left="87" mouse_opaque="true"
|
||||
multi_select="false" name="candidates" width="290" />
|
||||
<button bottom_delta="-116" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="Vote" label_selected="Vote" left="87" mouse_opaque="true"
|
||||
name="btn_vote" width="60" />
|
||||
<button bottom="-266" follows="left|top" font="SansSerif" halign="center" height="20"
|
||||
label="Abstain" label_selected="Abstain" left_delta="68"
|
||||
mouse_opaque="true" name="btn_abstain" width="60" />
|
||||
<button bottom="-260" follows="top|right" font="SansSerif" halign="center" height="20"
|
||||
label="Start Election" label_selected="Start Election" left="218"
|
||||
mouse_opaque="true" name="btn_start_election" width="160" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-172" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12"
|
||||
mouse_opaque="false" name="lbl2" v_pad="0" width="70">
|
||||
Quorum:
|
||||
</text>
|
||||
<spinner bottom="-172" decimal_digits="0" follows="left|top" height="20" increment="1"
|
||||
initial_val="1" left_delta="75" max_val="111" min_val="1"
|
||||
mouse_opaque="true" name="quorum"
|
||||
tool_tip="# of total voting members needed for election results to be binding."
|
||||
width="40" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-172" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="45"
|
||||
mouse_opaque="false" name="quorum_text" v_pad="0" width="300">
|
||||
out of 111 total group members.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-196" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="210"
|
||||
mouse_opaque="false" name="lbl3" v_pad="0" width="65">
|
||||
Majority:
|
||||
</text>
|
||||
<radio_group bottom="-232" follows="left|top" height="60" left="270" mouse_opaque="true"
|
||||
name="majority" tool_tip="Majority of total votes needed to win."
|
||||
width="105">
|
||||
<radio_item bottom="-19" follows="left|top" height="15" left="4" mouse_opaque="true"
|
||||
name="radio" width="99">
|
||||
Simple Majority
|
||||
</radio_item>
|
||||
<radio_item bottom_delta="-19" follows="left|top" height="15" left="4" mouse_opaque="true"
|
||||
name="radio2" width="93">
|
||||
2/3 Majority
|
||||
</radio_item>
|
||||
<radio_item bottom_delta="-19" follows="left|top" height="15" left="4" mouse_opaque="true"
|
||||
name="radio3" width="93">
|
||||
Unanimous
|
||||
</radio_item>
|
||||
</radio_group>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-203" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12"
|
||||
mouse_opaque="false" name="duration_lbl" v_pad="0" width="70">
|
||||
Duration:
|
||||
</text>
|
||||
<spinner bottom="-200" decimal_digits="0" follows="left|top" height="20" increment="1"
|
||||
initial_val="7" left_delta="75" max_val="30" min_val="1"
|
||||
mouse_opaque="true" name="duration"
|
||||
tool_tip="# of days the election will last." width="40" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-203" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="45"
|
||||
mouse_opaque="false" name="duration_days" v_pad="0" width="300">
|
||||
days
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-224" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12"
|
||||
mouse_opaque="false" name="start_lbl" v_pad="0" width="70">
|
||||
Election Start:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-224" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="75"
|
||||
mouse_opaque="false" name="start_date" v_pad="0" width="200" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-242" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12"
|
||||
mouse_opaque="false" name="end_lbl" v_pad="0" width="70">
|
||||
Election Ends:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-242" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="75"
|
||||
mouse_opaque="false" name="end_date" v_pad="0" width="200" />
|
||||
</panel>
|
||||
<panel bottom="-284" follows="left|top|right|bottom" height="268" label="Proposal"
|
||||
left="1" mouse_opaque="true" name="panel_group_proposals" width="398">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-18" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="10" left="12" mouse_opaque="false"
|
||||
name="txt" v_pad="0" width="363">
|
||||
Group Proposals
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-24" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="false" name="instructions" v_pad="0" width="350">
|
||||
There are no active proposals. Press the Create Proposal button to
|
||||
create a new proposal.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-26" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="10" left="12"
|
||||
mouse_opaque="false" name="proposal_lbl" v_pad="0" width="70">
|
||||
Proposals:
|
||||
</text>
|
||||
<scroll_list background_visible="false" bg_selected_color="0.243137, 0.243137, 0.243137, 1"
|
||||
bottom="-190" column_padding="5" draw_border="true"
|
||||
fg_disable_color="1, 1, 1, 1" fg_selected_color="0, 0, 0, 1"
|
||||
fg_unselected_color="1, 1, 1, 1" follows="left|top" height="134" left="87"
|
||||
mouse_opaque="true" multi_select="false" name="proposals" width="290" />
|
||||
<text_editor bg_readonly_color="0, 0, 0, 0" bg_writeable_color="1, 1, 1, 1"
|
||||
bottom_delta="40" embedded_items="false" follows="left|top"
|
||||
font="SansSerif" height="94" left="87" max_length="255" mouse_opaque="true"
|
||||
name="proposal_text" text_readonly_color="1, 1, 1, 1" width="290"
|
||||
word_wrap="false" />
|
||||
<button bottom_delta="-22" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="Yes" label_selected="Yes" left="87" mouse_opaque="true"
|
||||
name="btn_yes" width="60" />
|
||||
<button bottom="-172" follows="left|top" font="SansSerif" halign="center" height="20"
|
||||
label="No" label_selected="No" left_delta="68" mouse_opaque="true"
|
||||
name="btn_no" width="60" />
|
||||
<button bottom="-172" follows="left|top" font="SansSerif" halign="center" height="20"
|
||||
label="Abstain" label_selected="Abstain" left_delta="68"
|
||||
mouse_opaque="true" name="btn_abstain" width="60" />
|
||||
<button bottom="-172" follows="left|top" font="SansSerif" halign="center" height="20"
|
||||
label="View List" label_selected="View List" left_delta="68"
|
||||
mouse_opaque="true" name="btn_view_list" width="90" />
|
||||
<button bottom_delta="-44" follows="left|top" font="SansSerif" halign="center"
|
||||
height="20" label="View Item" label_selected="View Item" left="291"
|
||||
mouse_opaque="true" name="btn_view_item" width="90" />
|
||||
<button bottom="-216" follows="left|top" font="SansSerif" halign="center" height="20"
|
||||
label="Create Proposal" label_selected="Create Proposal" left_delta="-204"
|
||||
mouse_opaque="true" name="btn_proposal" width="160" />
|
||||
<button bottom_delta="-50" follows="left|top" font="SansSerif" halign="center"
|
||||
height="20" label="Submit" label_selected="Submit" left="87"
|
||||
mouse_opaque="true" name="btn_submit" width="60" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-200" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12"
|
||||
mouse_opaque="false" name="quorum_lbl" v_pad="0" width="70">
|
||||
Quorum:
|
||||
</text>
|
||||
<spinner bottom="-200" decimal_digits="0" follows="left|top" height="20" increment="1"
|
||||
initial_val="0" left_delta="75" max_val="111" min_val="1"
|
||||
mouse_opaque="true" name="quorum"
|
||||
tool_tip="# of total voting members needed for election results to be binding."
|
||||
width="40" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-200" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="45"
|
||||
mouse_opaque="false" name="quorum_text" v_pad="0" width="300">
|
||||
out of 111 total group members.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-224" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="210"
|
||||
mouse_opaque="false" name="majority_lbl" v_pad="0" width="65">
|
||||
Majority:
|
||||
</text>
|
||||
<radio_group bottom="-260" follows="left|top" height="60" left="270" mouse_opaque="true"
|
||||
name="majority" tool_tip="Majority of total votes needed to win."
|
||||
width="105">
|
||||
<radio_item bottom="-19" follows="left|top" height="15" left="4" mouse_opaque="true"
|
||||
name="radio" width="99">
|
||||
Simple Majority
|
||||
</radio_item>
|
||||
<radio_item bottom_delta="-19" follows="left|top" height="15" left="4" mouse_opaque="true"
|
||||
name="radio2" width="93">
|
||||
2/3 Majority
|
||||
</radio_item>
|
||||
<radio_item bottom_delta="-19" follows="left|top" height="15" left="4" mouse_opaque="true"
|
||||
name="radio3" width="93">
|
||||
Unanimous
|
||||
</radio_item>
|
||||
</radio_group>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-227" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12"
|
||||
mouse_opaque="false" name="duration_lbl" v_pad="0" width="70">
|
||||
Duration:
|
||||
</text>
|
||||
<spinner bottom="-224" decimal_digits="0" follows="left|top" height="20" increment="1"
|
||||
initial_val="7" left_delta="75" max_val="30" min_val="1"
|
||||
mouse_opaque="true" name="duration"
|
||||
tool_tip="# of days the election will last." width="40" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-227" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="45"
|
||||
mouse_opaque="false" name="duration_text" v_pad="0" width="300">
|
||||
days
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-248" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12"
|
||||
mouse_opaque="false" name="start_lbl" v_pad="0" width="70">
|
||||
Voting Start:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-248" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="75"
|
||||
mouse_opaque="false" name="start_date" v_pad="0" width="200" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-266" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12"
|
||||
mouse_opaque="false" name="end_lbl" v_pad="0" width="70">
|
||||
Voting Ends:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-266" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="75"
|
||||
mouse_opaque="false" name="end_date" v_pad="0" width="200" />
|
||||
</panel>
|
||||
<panel bottom="-284" follows="left|top|right|bottom" height="268" label="History"
|
||||
left="1" mouse_opaque="true" name="History" width="398">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-18" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="10" left="12" mouse_opaque="false"
|
||||
name="txt" v_pad="0" width="363">
|
||||
Group Voting History
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-24" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="false" name="instructions" v_pad="0" width="350">
|
||||
You may view past group vote results by selecting the vote and.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-14" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="false" name="instructions2" v_pad="0" width="350">
|
||||
pressing View Item.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-12" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="10" left="12"
|
||||
mouse_opaque="false" name="history_list_lbl" v_pad="0" width="70">
|
||||
Past Votes:
|
||||
</text>
|
||||
<scroll_list background_visible="false" bg_selected_color="1, 1, 1, 1" bottom="-230"
|
||||
column_padding="10" draw_border="true" fg_disable_color="1, 1, 1, 1"
|
||||
fg_selected_color="0, 0, 0, 1" fg_unselected_color="1, 1, 1, 1"
|
||||
follows="left|top" height="170" left="87" mouse_opaque="true"
|
||||
multi_select="false" name="history_list" width="300" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-68" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="10" left="12"
|
||||
mouse_opaque="false" name="vote_text_lbl" v_pad="0" width="70">
|
||||
Vote Results:
|
||||
</text>
|
||||
<text_editor bg_readonly_color="0, 0, 0, 0" bg_writeable_color="1, 1, 1, 1" bottom="-230"
|
||||
embedded_items="false" follows="left|top" font="SansSerif" height="170"
|
||||
left="87" max_length="1024" mouse_opaque="true" name="vote_text"
|
||||
text_readonly_color="1, 1, 1, 1" width="300" word_wrap="false" />
|
||||
<button bottom="-260" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="View List" label_selected="View List" left="291" mouse_opaque="true"
|
||||
name="btn_view_list" width="90" />
|
||||
<button bottom_delta="0" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="View Item" label_selected="View Item" left_delta="0"
|
||||
mouse_opaque="true" name="btn_view_item" width="90" />
|
||||
</panel>
|
||||
</tab_container>
|
||||
</panel>
|
||||
<panel bottom="-305" follows="left|top|right|bottom" height="289" label="Invite"
|
||||
left="1" mouse_opaque="true" name="inv" width="456">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="16" left="12" mouse_opaque="true"
|
||||
name="txt" v_pad="0" width="436">
|
||||
Group Invitations
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-18" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt2" v_pad="0" width="436">
|
||||
Invitations are sent via instant message.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-16" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt3" v_pad="0" width="436">
|
||||
Click on the add button to add users to the list.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-32" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl" v_pad="0" width="70">
|
||||
Officers:
|
||||
</text>
|
||||
<name_list allow_calling_card_drop="true" background_visible="true" bottom="-134"
|
||||
column_padding="5" draw_border="true" follows="top" height="60" left="87"
|
||||
mouse_opaque="true" multi_select="false" name="inv officers" width="290" />
|
||||
<button bottom_delta="-22" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="Add Officer..." label_selected="Add Officer..." left="87"
|
||||
mouse_opaque="true" name="add_officer_btn" width="120" />
|
||||
<button bottom="-156" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="Remove Selected" label_selected="Remove Selected" left_delta="128"
|
||||
mouse_opaque="true" name="remove_officer_btn" width="120" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-174" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl2" v_pad="0" width="70">
|
||||
Members:
|
||||
</text>
|
||||
<name_list allow_calling_card_drop="true" background_visible="true" bottom="-218"
|
||||
column_padding="5" draw_border="true" follows="top" height="60" left="87"
|
||||
mouse_opaque="true" multi_select="false" name="inv members" width="290" />
|
||||
<button bottom_delta="-22" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="Add Member..." label_selected="Add Member..." left="87"
|
||||
mouse_opaque="true" name="add_member_btn" width="120" />
|
||||
<button bottom="-240" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="Remove Selected" label_selected="Remove Selected" left_delta="128"
|
||||
mouse_opaque="true" name="remove_member_btn" width="120" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-258" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl3" v_pad="0" width="70">
|
||||
Signup Fee:
|
||||
</text>
|
||||
<spinner bottom="-258" decimal_digits="0" follows="left|top" height="16" increment="1"
|
||||
initial_val="0" left_delta="75" max_val="1e+007" min_val="0"
|
||||
mouse_opaque="true" name="fee" width="60" />
|
||||
<check_box bottom_delta="-24" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Open enrollment (no invite necessary)"
|
||||
left="87" mouse_opaque="true" name="open" radio_style="false" width="361" />
|
||||
</panel>
|
||||
<panel bottom="-305" follows="left|top|right|bottom" height="289" label="Land"
|
||||
left="1" mouse_opaque="true" name="land" width="456">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-24" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="txt" v_pad="0" width="436">
|
||||
Group Owned Land
|
||||
</text>
|
||||
<scroll_list background_visible="true" bottom_delta="-152" column_padding="5"
|
||||
draw_border="true" follows="top" height="150" left="8" mouse_opaque="true"
|
||||
multi_select="false" name="parcel list" width="440" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-18" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl" v_pad="0" width="180">
|
||||
Total Contributed Land:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-210" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="32" left="192"
|
||||
mouse_opaque="true" name="total" v_pad="0" width="75" />
|
||||
<button bottom="-198" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="Map..." label_selected="Map..." left="380" mouse_opaque="true"
|
||||
name="map_btn" width="60" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-216" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl2" v_pad="0" width="180">
|
||||
Total Land In Use:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-232" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="32" left="192"
|
||||
mouse_opaque="true" name="committed" v_pad="0" width="75" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-238" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="lbl3" v_pad="0" width="180">
|
||||
Land Available:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-254" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="32" left="192"
|
||||
mouse_opaque="true" name="avail" v_pad="0" width="75" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-260" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="your_contrib_label" v_pad="0" width="180" />
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-260"
|
||||
follows="left|top" font="SansSerifSmall" height="16" left_delta="185"
|
||||
max_length="10" mouse_opaque="true" name="your_contrib" width="60" />
|
||||
<button bottom="-264" follows="top" font="SansSerif" halign="center" height="20"
|
||||
label="Set Contribution" label_selected="Set Contribution" left_delta="103"
|
||||
mouse_opaque="true" name="set_contrib_btn" width="140" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-284" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="warning_label" v_pad="0" width="436">
|
||||
WARNING: Group maintains too much land. Group members need to contribute more.
|
||||
</text>
|
||||
</panel>
|
||||
<panel bottom="-305" follows="left|top|right|bottom" height="289" label="Money"
|
||||
left="1" mouse_opaque="true" name="mon" width="456">
|
||||
<tab_container bottom="-289" height="285" left="0" mouse_opaque="false"
|
||||
name="group money history tab" tab_position="top" width="400">
|
||||
<panel bottom="-284" follows="left|top|right|bottom" height="268" label="Planning"
|
||||
left="1" mouse_opaque="true" name="money panel" width="398">
|
||||
<text_editor bg_readonly_color="0.784314, 0.819608, 0.8, 1" bottom="-260"
|
||||
embedded_items="false" follows="left|top|right|bottom" font="Monospace"
|
||||
height="252" left="8" max_length="2147483647" mouse_opaque="true"
|
||||
name="money text" width="382" word_wrap="false" />
|
||||
</panel>
|
||||
<panel bottom="-284" follows="left|top|right|bottom" height="268" label="Details"
|
||||
left="1" mouse_opaque="true" name="money panel2" width="398">
|
||||
<text_editor bg_readonly_color="0.784314, 0.819608, 0.8, 1" bottom="-232"
|
||||
embedded_items="false" follows="left|top|right|bottom" font="Monospace"
|
||||
height="224" left="8" max_length="2147483647" mouse_opaque="true"
|
||||
name="money text" width="382" word_wrap="false" />
|
||||
<button bottom="-260" follows="left|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="< Earlier" label_selected="< Earlier" left="24"
|
||||
mouse_opaque="true" name="< Earlier" tool_tip="Go back in time"
|
||||
width="80" />
|
||||
<button bottom="-260" follows="right|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="Later >" label_selected="Later >" left_delta="270"
|
||||
mouse_opaque="true" name="Later >" tool_tip="Go forward in time"
|
||||
width="80" />
|
||||
</panel>
|
||||
<panel bottom="-284" follows="left|top|right|bottom" height="268" label="Sales"
|
||||
left="1" mouse_opaque="true" name="money panel3" width="398">
|
||||
<text_editor bg_readonly_color="0.784314, 0.819608, 0.8, 1" bottom="-232"
|
||||
embedded_items="false" follows="left|top|right|bottom" font="Monospace"
|
||||
height="224" left="8" max_length="2147483647" mouse_opaque="true"
|
||||
name="money text" width="382" word_wrap="false" />
|
||||
<button bottom="-260" follows="left|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="< Earlier" label_selected="< Earlier" left="24"
|
||||
mouse_opaque="true" name="< Earlier" tool_tip="Go back in time"
|
||||
width="80" />
|
||||
<button bottom="-260" follows="right|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="Later >" label_selected="Later >" left_delta="270"
|
||||
mouse_opaque="true" name="Later >" tool_tip="Go forward in time"
|
||||
width="80" />
|
||||
</panel>
|
||||
</tab_container>
|
||||
</panel>
|
||||
</tab_container>
|
||||
<button bottom="-352" follows="left|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="OK" label_selected="OK" left="320" mouse_opaque="true"
|
||||
name="OK" width="60" />
|
||||
<button bottom="-352" follows="left|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="Cancel" label_selected="Cancel" left_delta="68"
|
||||
mouse_opaque="true" name="Cancel" width="60" />
|
||||
</floater>
|
||||
@@ -63,6 +63,6 @@ Try saving image as 24 bit Targa (.tga).
|
||||
left_delta="155" name="temp_check" width="280" tooltip="Sets the asset to be temporary, meaning its free, but in return, only good for a short time before it ceases to exist." />
|
||||
<button bottom="10" follows="bottom|right" height="20" label="Cancel" left="165"
|
||||
name="cancel_btn" width="125" />
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])"
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Upload ([UPLOADFEE])"
|
||||
left="15" name="ok_btn" width="125" />
|
||||
</floater>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<scroll_list draw_border="true" height="280" left="10" multi_select="true"
|
||||
name="upload_list" top="-30" width="400" />
|
||||
<button bottom="10" height="20" label="Cancel" left="182" name="cancel_btn" width="64" />
|
||||
<button bottom="10" height="20" label="Upload (L$10)" left="31" name="ok_btn"
|
||||
<button bottom="10" height="20" label="Upload ([ULOADFEE])" left="31" name="ok_btn"
|
||||
width="110" />
|
||||
<text bottom="356" height="15" left="420" name="preview_label2">
|
||||
Image Preview:
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
bottom="-315" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="42"
|
||||
mouse_opaque="true" name="TextPrice" v_pad="0" width="56">
|
||||
Price: L$
|
||||
Price: [CURRENCY]
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-315"
|
||||
enabled="true" follows="left|top|right" font="SansSerifSmall" height="16"
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
width="280" />
|
||||
<button bottom="10" follows="bottom|right" height="20" label="Cancel" left="182"
|
||||
name="cancel_btn" width="64" />
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])" left="31"
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Upload ([UPLOADFEE])" left="31"
|
||||
name="ok_btn" width="110" />
|
||||
</floater>
|
||||
|
||||
@@ -36,14 +36,14 @@
|
||||
</text_editor>
|
||||
<text bottom_delta="-37" follows="left|bottom" font="SansSerifSmall" left="12"
|
||||
name="fine_print">
|
||||
If your recipient joins SL, you'll get a referral bonus.
|
||||
If your recipient joins our universe, you'll get a referral bonus.
|
||||
</text>
|
||||
<button bottom_delta="-32" follows="right|bottom" height="20" label="Cancel"
|
||||
name="cancel_btn" right="-10" width="100" />
|
||||
<button bottom_delta="0" follows="right|bottom" height="20" label="Send"
|
||||
left_delta="-106" name="send_btn" width="100" />
|
||||
<string name="default_subject">
|
||||
Postcard from Second Life.
|
||||
Postcard from [GRID_NAME].
|
||||
</string>
|
||||
<string name="default_message">
|
||||
Check this out!
|
||||
|
||||
@@ -14,7 +14,7 @@ and appear higher in searches.
|
||||
</text>
|
||||
<text bottom="50" follows="top|left" font="SansSerif" height="20" left="15"
|
||||
name="price_text" width="120">
|
||||
Price for Ad (L$):
|
||||
Price for Ad ([CURRENCY]):
|
||||
</text>
|
||||
<line_editor bottom_delta="2" follows="top|left" height="20" left="125" max_length="6"
|
||||
name="price_edit" width="60" />
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
Choose an appropriate price for this land.
|
||||
</text>
|
||||
<text height="16" left="72" name="price_ld" width="20">
|
||||
L$
|
||||
[CURRENCY]
|
||||
</text>
|
||||
<line_editor bottom_delta="0" follows="top|left" height="16" increment="1" initial_val="0"
|
||||
left_delta="20" max_val="999999999" min_val="0" name="price" width="100" />
|
||||
<text bottom_delta="0" height="16" left_delta="110" name="price_per_m" width="200">
|
||||
(L$[PER_METER] per square meter)
|
||||
([CURRENCY][PER_METER] per square meter)
|
||||
</text>
|
||||
<icon follows="top|left" height="64" image_name="badge_note.j2c" left="0"
|
||||
name="step_sell_to" width="64" />
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
Send via email
|
||||
</radio_item>
|
||||
<radio_item bottom="-38" height="16" name="texture">
|
||||
Save to your inventory (L$[AMOUNT])
|
||||
Save to your inventory ([UPLOADFEE])
|
||||
</radio_item>
|
||||
<radio_item bottom="-57" height="16" name="local">
|
||||
Save to your hard drive
|
||||
@@ -26,7 +26,7 @@
|
||||
name="new_snapshot_btn" width="195" />
|
||||
<button bottom_delta="-22" follows="left|top" height="20" label="Send" left="10"
|
||||
name="send_btn" width="105" />
|
||||
<button bottom_delta="0" follows="left|top" height="20" label="Save (L$[AMOUNT])" left="10"
|
||||
<button bottom_delta="0" follows="left|top" height="20" label="Save ([UPLOADFEE])" left="10"
|
||||
name="upload_btn" width="105" />
|
||||
<flyout_button bottom_delta="0" follows="left|top" height="20" label="Save" left="10"
|
||||
list_position="below" mouse_opaque="true" name="save_btn" tool_tip="Save image to a file"
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
height="20" label="Cancel" label_selected="Cancel" left="200"
|
||||
mouse_opaque="true" name="cancel_btn" width="90" />
|
||||
<button bottom="-180" follows="left|bottom" font="SansSerif" halign="center"
|
||||
height="20" label="Upload (L$[AMOUNT])"
|
||||
height="20" label="Upload ([UPLOADFEE])"
|
||||
left_delta="-135" mouse_opaque="true" name="ok_btn" width="130" />
|
||||
</floater>
|
||||
|
||||
@@ -443,7 +443,7 @@
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="90"
|
||||
mouse_opaque="true" name="Cost" v_pad="0" width="78">
|
||||
Price: L$
|
||||
Price: [CURRENCY]
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
|
||||
follows="left|top|right" font="SansSerifSmall" height="16" left_delta="80"
|
||||
@@ -567,13 +567,13 @@
|
||||
Must select entire object to set permissions.
|
||||
</string>
|
||||
<string name="Cost Default">
|
||||
Price: L$
|
||||
Price: [CURRENCY]
|
||||
</string>
|
||||
<string name="Cost Total">
|
||||
Total Price: L$
|
||||
Total Price: [CURRENCY]
|
||||
</string>
|
||||
<string name="Cost Per Unit">
|
||||
Price Per: L$
|
||||
Price Per: [CURRENCY]
|
||||
</string>
|
||||
<string name="Cost Mixed">
|
||||
Mixed Price
|
||||
@@ -1335,7 +1335,7 @@
|
||||
bottom_delta="-24" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="48"
|
||||
mouse_opaque="true" name="label_area_price" v_pad="0" width="150">
|
||||
Price: L$[PRICE] for [AREA] sq. m.
|
||||
Price: [CURRENCY][PRICE] for [AREA] sq. m.
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
|
||||
@@ -137,7 +137,7 @@ Try saving image as 24 bit Targa (.tga).
|
||||
<slider bottom_delta="0" can_edit_text="false" enabled="false" width="185" height="16" mouse_opaque="true"
|
||||
decimal_digits="0" increment="1" initial_val="16" left="30" min_val="1.0" max_val="16.0" visible="false"
|
||||
name="timeline" show_text="false" value="1" control_name="AnimationTimelineScrubber"/>
|
||||
<button bottom="9" follows="bottom|left" height="22" label="Upload (L$10)"
|
||||
<button bottom="9" follows="bottom|left" height="22" label="Upload ([UPLOADFEE])"
|
||||
left="325" name="upload_button" width="120" />
|
||||
<button bottom_delta="0" follows="bottom|left" height="22" label="Temp Upload"
|
||||
left_delta="125" name="upload_button" tool_tip="Uploads a temporary version of the texture. It's free, but has a limited lifespan and area it can be used."
|
||||
|
||||
@@ -5,22 +5,22 @@
|
||||
<menu bottom="273" create_jump_keys="true" drop_shadow="true" enabled="true"
|
||||
height="263" label="File" left="0" mouse_opaque="false" name="File"
|
||||
opaque="true" tear_off="true" width="243">
|
||||
<menu_item_call enabled="true" label="Image (L$[COST])..."
|
||||
<menu_item_call enabled="true" label="Image ([UPLOADFEE])..."
|
||||
mouse_opaque="true" name="Upload Image" shortcut="control|U" >
|
||||
<on_click function="File.UploadImage" userdata="" />
|
||||
<on_enable function="File.EnableUpload" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Sound (L$[COST])..." name="Upload Sound"
|
||||
<menu_item_call label="Sound ([UPLOADFEE])..." name="Upload Sound"
|
||||
mouse_opaque="true" enabled="true" >
|
||||
<on_click function="File.UploadSound" userdata="" />
|
||||
<on_enable function="File.EnableUpload" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Animation (L$[COST])..." name="Upload Animation"
|
||||
<menu_item_call label="Animation ([UPLOADFEE])..." name="Upload Animation"
|
||||
mouse_opaque="true" enabled="true" >
|
||||
<on_click function="File.UploadAnim" userdata="" />
|
||||
<on_enable function="File.EnableUpload" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Bulk (L$[COST] per file)..." name="Bulk Upload"
|
||||
<menu_item_call label="Bulk ([UPLOADFEE] per file)..." name="Bulk Upload"
|
||||
mouse_opaque="true" enabled="true" >
|
||||
<on_click function="File.UploadBulk" userdata="" />
|
||||
</menu_item_call>
|
||||
@@ -610,7 +610,7 @@
|
||||
<on_click function="PromptShowURL" name="ManageMyAccount_url"
|
||||
userdata="WebLaunchJoinNow,http://secondlife.com/account/" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom="-286" enabled="true" height="19" label="Buy L$..." left="0"
|
||||
<menu_item_call bottom="-286" enabled="true" height="19" label="Buy [CURRENCY]..." left="0"
|
||||
mouse_opaque="true" name="Buy and Sell L$..." width="166">
|
||||
<on_click function="ShowFloater" userdata="buy currency" />
|
||||
</menu_item_call>
|
||||
|
||||
@@ -496,7 +496,7 @@ Other residents can visit the URL you set when they look at your profile.
|
||||
icon="alertmodal.tga"
|
||||
name="JoinGroupCanAfford"
|
||||
type="alertmodal">
|
||||
Joining this group costs L$[COST].
|
||||
Joining this group costs [CURRENCY][COST].
|
||||
Do you wish to proceed?
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
@@ -508,15 +508,15 @@ Do you wish to proceed?
|
||||
icon="alertmodal.tga"
|
||||
name="JoinGroupCannotAfford"
|
||||
type="alertmodal">
|
||||
Joining this group costs L$[COST].
|
||||
You do not have enough L$ to join this group.
|
||||
Joining this group costs [CURRENCY][COST].
|
||||
You do not have enough [CURRENCY] to join this group.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="LandBuyPass"
|
||||
type="alertmodal">
|
||||
For L$[COST] you can enter this land ('[PARCEL_NAME]') for [TIME] hours. Buy a pass?
|
||||
For [CURRENCY][COST] you can enter this land ('[PARCEL_NAME]') for [TIME] hours. Buy a pass?
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
notext="Cancel"
|
||||
@@ -527,8 +527,8 @@ For L$[COST] you can enter this land ('[PARCEL_NAME]') for [TIME] hour
|
||||
icon="alertmodal.tga"
|
||||
name="SalePriceRestriction"
|
||||
type="alertmodal">
|
||||
Sale price must be set to more than L$0 if selling to anyone.
|
||||
Please select an individual to sell to if selling for L$0.
|
||||
Sale price must be set to more than [CURRENCY]0 if selling to anyone.
|
||||
Please select an individual to sell to if selling for [CURRENCY]0.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
@@ -537,7 +537,7 @@ Please select an individual to sell to if selling for L$0.
|
||||
priority="high"
|
||||
type="alertmodal">
|
||||
The selected [LAND_SIZE] m² land is being set for sale.
|
||||
Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
|
||||
Your selling price will be [CURRENCY][SALE_PRICE] and will be authorized for sale to [NAME].
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
notext="Cancel"
|
||||
@@ -551,7 +551,7 @@ Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NA
|
||||
ATTENTION: Clicking 'sell to anyone' makes your land available to the entire Second Life community, even those not in this region.
|
||||
|
||||
The selected [LAND_SIZE] m² land is being set for sale.
|
||||
Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
|
||||
Your selling price will be [CURRENCY][SALE_PRICE] and will be authorized for sale to [NAME].
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
notext="Cancel"
|
||||
@@ -1911,7 +1911,7 @@ Select an entire parcel, or divide your parcel first.
|
||||
name="ReleaseLandWarning"
|
||||
type="alertmodal">
|
||||
You are about to release [AREA] m² of land.
|
||||
Releasing this parcel will remove it from your land holdings, but will not grant any L$.
|
||||
Releasing this parcel will remove it from your land holdings, but will not grant any [CURRENCY].
|
||||
|
||||
Release this land?
|
||||
<usetemplate
|
||||
@@ -2221,7 +2221,7 @@ You must specify a name for your classified.
|
||||
icon="alertmodal.tga"
|
||||
name="MinClassifiedPrice"
|
||||
type="alertmodal">
|
||||
Price to pay for listing must be at least L$[MIN_PRICE].
|
||||
Price to pay for listing must be at least [CURRENCY][MIN_PRICE].
|
||||
|
||||
Please enter a higher price.
|
||||
</notification>
|
||||
@@ -2501,7 +2501,7 @@ Please choose the male or female avatar. You can change your mind later.
|
||||
icon="alertmodal.tga"
|
||||
name="NotEnoughCurrency"
|
||||
type="alertmodal">
|
||||
[NAME] L$ [PRICE] You don't have enough L$ to do that.
|
||||
[NAME] [CURRENCY] [PRICE] You don't have enough [CURRENCY] to do that.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
@@ -2776,7 +2776,7 @@ Download to your Applications folder?
|
||||
name="DeedObjectToGroup"
|
||||
type="alertmodal">
|
||||
Deeding this object will cause the group to:
|
||||
* Receive L$ paid into the object
|
||||
* Receive [CURRENCY] paid into the object
|
||||
<usetemplate
|
||||
ignoretext="When deeding objects to groups"
|
||||
name="okcancelignore"
|
||||
@@ -3207,7 +3207,7 @@ Proceed?
|
||||
type="alert">
|
||||
You are about to change the access list for a Linden owned estate (mainland, teen grid, orientation, etc.).
|
||||
|
||||
This is DANGEROUS and should only be done to invoke the hack allowing objects/L$ to be transfered in/out of a grid.
|
||||
This is DANGEROUS and should only be done to invoke the hack allowing objects/[CURRENCY] to be transfered in/out of a grid.
|
||||
It will change thousands of regions and make the spaceserver hiccup.
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
@@ -3569,7 +3569,7 @@ Asset ID for notecard is missing from database.
|
||||
type="alert">
|
||||
Remember: Classified ad fees are non-refundable.
|
||||
|
||||
Publish this classified now for L$[AMOUNT]?
|
||||
Publish this classified now for [CURRENCY][AMOUNT]?
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
notext="Cancel"
|
||||
@@ -4065,7 +4065,7 @@ Please select only one object and try again.
|
||||
icon="alertmodal.tga"
|
||||
name="BuyOriginal"
|
||||
type="alertmodal">
|
||||
Buy original object from [OWNER] for L$[PRICE]?
|
||||
Buy original object from [OWNER] for [CURRENCY][PRICE]?
|
||||
You will become the owner of this object.
|
||||
You will be able to:
|
||||
Modify: [MODIFYPERM]
|
||||
@@ -4081,7 +4081,7 @@ You will be able to:
|
||||
icon="alertmodal.tga"
|
||||
name="BuyOriginalNoOwner"
|
||||
type="alertmodal">
|
||||
Buy original object for L$[PRICE]?
|
||||
Buy original object for [CURRENCY][PRICE]?
|
||||
You will become the owner of this object.
|
||||
You will be able to:
|
||||
Modify: [MODIFYPERM]
|
||||
@@ -4097,7 +4097,7 @@ You will be able to:
|
||||
icon="alertmodal.tga"
|
||||
name="BuyCopy"
|
||||
type="alertmodal">
|
||||
Buy a copy from [OWNER] for L$[PRICE]?
|
||||
Buy a copy from [OWNER] for [CURRENCY][PRICE]?
|
||||
The object will be copied to your inventory.
|
||||
You will be able to:
|
||||
Modify: [MODIFYPERM]
|
||||
@@ -4113,7 +4113,7 @@ You will be able to:
|
||||
icon="alertmodal.tga"
|
||||
name="BuyCopyNoOwner"
|
||||
type="alertmodal">
|
||||
Buy a copy for L$[PRICE]?
|
||||
Buy a copy for [CURRENCY][PRICE]?
|
||||
The object will be copied to your inventory.
|
||||
You will be able to:
|
||||
Modify: [MODIFYPERM]
|
||||
@@ -4129,7 +4129,7 @@ You will be able to:
|
||||
icon="alertmodal.tga"
|
||||
name="BuyContents"
|
||||
type="alertmodal">
|
||||
Buy contents from [OWNER] for L$[PRICE]?
|
||||
Buy contents from [OWNER] for [CURRENCY][PRICE]?
|
||||
They will be copied to your inventory.
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
@@ -4141,7 +4141,7 @@ They will be copied to your inventory.
|
||||
icon="alertmodal.tga"
|
||||
name="BuyContentsNoOwner"
|
||||
type="alertmodal">
|
||||
Buy contents for L$[PRICE]?
|
||||
Buy contents for [CURRENCY][PRICE]?
|
||||
They will be copied to your inventory.
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
@@ -5057,7 +5057,7 @@ Items may not be purchased while they are part of an attachment.
|
||||
label="About Requests for the Debit Permission"
|
||||
name="DebitPermissionDetails"
|
||||
type="alertmodal">
|
||||
Granting this request gives a script ongoing permission to take Linden dollars (L$) from your account. To revoke this permission, the object owner must delete the object or reset the scripts in the object.
|
||||
Granting this request gives a script ongoing permission to take in-world money ([CURRENCY]) from your account. To revoke this permission, the object owner must delete the object or reset the scripts in the object.
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="OK"/>
|
||||
@@ -5236,12 +5236,12 @@ Uploading in-world and web site snapshots...
|
||||
(Takes about 5 minutes.)
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="UploadPayment"
|
||||
type="notify">
|
||||
You paid L$[AMOUNT] to upload.
|
||||
</notification>
|
||||
You paid [CURRENCY][AMOUNT] to upload.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
@@ -6285,8 +6285,8 @@ Grant this request?
|
||||
icon="notify.tga"
|
||||
name="FirstBalanceIncrease"
|
||||
type="notify">
|
||||
You just received L$[AMOUNT].
|
||||
Objects and other users may give you L$.
|
||||
You just received [CURRENCY][AMOUNT].
|
||||
Objects and other users may give you [CURRENCY].
|
||||
Your balance is shown in the upper-right corner of the screen.
|
||||
</notification>
|
||||
|
||||
@@ -6294,7 +6294,7 @@ Your balance is shown in the upper-right corner of the screen.
|
||||
icon="notify.tga"
|
||||
name="FirstBalanceDecrease"
|
||||
type="notify">
|
||||
You just paid L$[AMOUNT].
|
||||
You just paid [CURRENCY][AMOUNT].
|
||||
Your balance is shown in the upper-right corner of the screen.
|
||||
</notification>
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
height="20" label="Auto-renew each week" left="10" name="auto_renew_check"
|
||||
width="120" />
|
||||
<string name="ad_placed_paid">
|
||||
Ad placed: [DATE], Paid L$[AMT] for listing.
|
||||
Ad placed: [DATE], Paid [CURRENCY][AMT] for listing.
|
||||
</string>
|
||||
<string name="update_txt">
|
||||
Update
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<button bottom="400" follows="left|top" height="20" label="Update" left="30"
|
||||
name="classified_update_btn" width="70" />
|
||||
<string name="ad_placed_paid">
|
||||
Ad placed: [DATE], Paid L$[AMT] for listing.
|
||||
Ad placed: [DATE], Paid [CURRENCY][AMT] for listing.
|
||||
</string>
|
||||
<string name="update_txt">
|
||||
Update
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
tool_tip="Offer this friend a teleport to your current location" width="80" />
|
||||
<button bottom_delta="-25" follows="top|right" height="22" label="Pay..."
|
||||
left_delta="0" name="pay_btn"
|
||||
tool_tip="Give Linden dollars (L$) to this friend" width="80" />
|
||||
tool_tip="Give in-world money ([CURRENCY]) to this friend" width="80" />
|
||||
<button bottom_delta="-25" follows="top|right" height="22" label="Remove..."
|
||||
left_delta="0" name="remove_btn"
|
||||
tool_tip="Remove this person from your friends list" width="80" />
|
||||
|
||||
@@ -59,7 +59,7 @@ Hover your mouse over the options for more help.
|
||||
Group Charter
|
||||
</text_editor>
|
||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||
height="22" label="Join (L$0)" label_selected="Join (L$0)" left="7"
|
||||
height="22" label="Join ([CURRENCY]0)" label_selected="Join ([CURRENCY]0)" left="7"
|
||||
mouse_opaque="true" name="join_button" width="128" />
|
||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||
height="22" label="Detailed View" label_selected="Detailed View"
|
||||
@@ -97,7 +97,7 @@ Hover your mouse over the options for more help.
|
||||
tool_tip="Sets whether this group allows new members to join without being invited."
|
||||
width="95" />
|
||||
<check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Enrollment fee: L$" left_delta="16"
|
||||
initial_value="false" label="Enrollment fee: [CURRENCY]" left_delta="16"
|
||||
max_length="5" mouse_opaque="true" name="check_enrollment_fee"
|
||||
radio_style="false"
|
||||
tool_tip="Sets whether to require an enrollment fee to join the group."
|
||||
@@ -147,8 +147,8 @@ Hover your mouse over the options for more help.
|
||||
Retrieving member data
|
||||
</string>
|
||||
<string name="confirm_group_create_str">
|
||||
Creating this group will cost L$100.
|
||||
Are you really, really, REALLY sure you want to spend L$100 to create this group?
|
||||
Creating this group will cost [GROUPCREATEFEE].
|
||||
Are you really, really, REALLY sure you want to spend [GROUPCREATEFEE] to create this group?
|
||||
Be aware that if nobody else joins this group within 48 hours, it will be disbanded and the group's name will be unavailable for future use.
|
||||
</string>
|
||||
</panel>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel border="true" bottom="0" follows="all" height="470" label="Land & L$"
|
||||
<panel border="true" bottom="0" follows="all" height="470" label="Land & Money"
|
||||
left="1" mouse_opaque="true" name="land_money_tab" select="false"
|
||||
width="418">
|
||||
<string name="help_text">
|
||||
@@ -107,7 +107,7 @@
|
||||
bottom_delta="-25" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifBig" h_pad="0" halign="left" height="16" left="12"
|
||||
mouse_opaque="true" name="group_money_heading" v_pad="0" width="150">
|
||||
Group L$
|
||||
Group [CURRENCY]
|
||||
</text>
|
||||
<tab_container border="false" bottom_delta="-189" height="180" left="6" mouse_opaque="false"
|
||||
name="group_money_tab_container" tab_position="top" width="406">
|
||||
|
||||
@@ -35,10 +35,10 @@
|
||||
Traffic: [TRAFFIC]
|
||||
</string>
|
||||
<string name="area_text">
|
||||
Area: [AREA] m².
|
||||
Area: [AREA] m².
|
||||
</string>
|
||||
<string name="forsale_text">
|
||||
For Sale for L$[PRICE]
|
||||
For Sale for [CURRENCY][PRICE]
|
||||
</string>
|
||||
<string name="auction_text">
|
||||
Auction ID [ID].
|
||||
|
||||
@@ -40,10 +40,10 @@
|
||||
Traffic: [TRAFFIC]
|
||||
</string>
|
||||
<string name="area_text">
|
||||
Area: [AREA] m².
|
||||
Area: [AREA] m².
|
||||
</string>
|
||||
<string name="forsale_text">
|
||||
For Sale for L$[PRICE]
|
||||
For Sale for [CURRENCY][PRICE]
|
||||
</string>
|
||||
<string name="auction_text">
|
||||
Auction ID [ID].
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
show_text="true" width="250" />
|
||||
<spinner bottom_delta="-20" control_name="UISndMoneyChangeThreshold" decimal_digits="0"
|
||||
enabled="true" follows="left|top" height="16" increment="10"
|
||||
initial_val="10" label="L$ Change Threshold" label_width="128" left="148"
|
||||
max_val="10000" min_val="0" mouse_opaque="true" name="L$ Change Threshold"
|
||||
initial_val="10" label="[CURRENCY] change threshold:" label_width="128" left="148"
|
||||
max_val="10000" min_val="0" mouse_opaque="true" name="currency_change_threshold"
|
||||
width="192" />
|
||||
<spinner bottom_delta="-20" control_name="UISndHealthReductionThreshold"
|
||||
decimal_digits="0" enabled="true" follows="left|top" height="16"
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
min_val="30" mouse_opaque="true" name="afk_timeout_spinner" width="202" />
|
||||
<check_box bottom="-265" enabled="true"
|
||||
follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
|
||||
label="Notify when Linden dollars (L$) spent or received" left="151"
|
||||
label="Notify when in-world money ([CURRENCY]) spent or received" left="151"
|
||||
mouse_opaque="true" name="notify_money_change_checkbox" radio_style="false"
|
||||
width="256" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
v_pad="2" width="76">
|
||||
Loading...
|
||||
</text>
|
||||
<button bottom="-17" enabled="true" follows="right|bottom" font="SansSerif"
|
||||
halign="center" height="16"
|
||||
image_selected="status_buy_currency_pressed.tga"
|
||||
image_unselected="status_buy_currency.tga" label="" label_selected=""
|
||||
<button bottom="-18" enabled="true" follows="right|bottom" font="SansSerifSmall"
|
||||
halign="center" height="18"
|
||||
image_selected="button_enabled_selected_32x128.tga"
|
||||
image_unselected="button_enabled_32x128.tga" label="[CURRENCY]"
|
||||
left="-210" mouse_opaque="true" name="buycurrency" scale_image="true"
|
||||
tool_tip="Buy currency" width="16" />
|
||||
tool_tip="Buy currency" width="36" />
|
||||
<text type="string" length="12" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-20" disabled_color="TimeTextColor" drop_shadow_visible="true"
|
||||
enabled="true" follows="right|bottom" font="SansSerifSmall" h_pad="0"
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<string name="TooltipFlagTemporary">Temporary</string>
|
||||
<string name="TooltipFlagRightClickMenu">(Right-click for menu)</string>
|
||||
<string name="TooltipFreeToCopy">Free to copy</string>
|
||||
<string name="TooltipForSaleL$">For Sale: L$[AMOUNT]</string> <!-- L$ version -->
|
||||
<string name="TooltipForSaleL$">For Sale: [CURRENCY][AMOUNT]</string> <!-- L$ version -->
|
||||
<string name="TooltipForSaleMsg">For Sale: [MESSAGE]</string> <!-- Message (RetrievingData) -->
|
||||
<string name="TooltipFlagGroupBuild">Group Build</string>
|
||||
<string name="TooltipFlagNoBuild">No Build</string>
|
||||
@@ -611,7 +611,7 @@ Returns a string that is src with all lower-case characters
|
||||
</string>
|
||||
<string name="LSLTipText_llGiveMoney">
|
||||
llGiveMoney(key destination, integer amount)
|
||||
Transfers amount of L$ from script owner to destination
|
||||
Transfers amount of [CURRENCY] from script owner to destination
|
||||
</string>
|
||||
<string name="LSLTipText_llMakeExplosion">
|
||||
llMakeExplosion(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
|
||||
@@ -1431,7 +1431,7 @@ Returns a list containing results of the sent query
|
||||
</string>
|
||||
<string name="LSLTipText_llModPow">
|
||||
integer llModPow(integer a, integer b, integer c)
|
||||
Returns a raised to the b power, mod c. ( (a**b)%c )
|
||||
Returns a raised to the b power, mod c. ( (a**b)%c )
|
||||
b is capped at 0xFFFF (16 bits).
|
||||
</string>
|
||||
<string name="LSLTipText_llGetInventoryType">
|
||||
|
||||
Reference in New Issue
Block a user