Skip to content
Snippets Groups Projects
Commit c5fb763d authored by Tofu Linden's avatar Tofu Linden
Browse files

merge storm-190

parents 014eb72f 0d6f80d7
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
Jeder: Jeder:
</text> </text>
<check_box label="Kopieren" name="everyone_copy"/> <check_box label="Kopieren" name="everyone_copy"/>
<text name="NextOwnerLabel" top="160" left="10" width="200"> <text name="NextOwnerLabel">
Nächster Eigentümer: Nächster Eigentümer:
</text> </text>
<check_box label="Bearbeiten" name="next_owner_modify"/> <check_box label="Bearbeiten" name="next_owner_modify"/>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
name="floaterbulkperms" name="floaterbulkperms"
help_topic="floaterbulkperms" help_topic="floaterbulkperms"
title="EDIT CONTENT PERMISSIONS" title="EDIT CONTENT PERMISSIONS"
width="270"> width="300">
<floater.string <floater.string
name="nothing_to_modify_text"> name="nothing_to_modify_text">
Selection contains no editable contents. Selection contains no editable contents.
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
label="√ All" label="√ All"
left="180" left="180"
top="26" top="26"
width="70"> width="115">
<button.commit_callback <button.commit_callback
function="BulkPermission.CheckAll" /> function="BulkPermission.CheckAll" />
</button> </button>
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
layout="topleft" layout="topleft"
top_pad="8" top_pad="8"
name="check_none" name="check_none"
width="70" > width="115" >
<button.commit_callback <button.commit_callback
function="BulkPermission.UncheckAll"/> function="BulkPermission.UncheckAll"/>
</button> </button>
...@@ -199,10 +199,11 @@ ...@@ -199,10 +199,11 @@
length="1" length="1"
follows="left|top" follows="left|top"
layout="topleft" layout="topleft"
height="16" height="28"
left="10" left="10"
name="GroupLabel" name="GroupLabel"
width="88"> width="92"
word_wrap="true">
Group: Group:
</text> </text>
<check_box <check_box
...@@ -212,17 +213,18 @@ ...@@ -212,17 +213,18 @@
layout="topleft" layout="topleft"
top_pad="0" top_pad="0"
name="share_with_group" name="share_with_group"
width="88" /> width="92" />
<text <text
type="string" type="string"
length="1" length="1"
follows="left|top" follows="left|top"
height="16" height="28"
layout="topleft" layout="topleft"
name="AnyoneLabel" name="AnyoneLabel"
left="100" left="104"
top="110" top="110"
width="88"> width="92"
word_wrap="true">
Anyone: Anyone:
</text> </text>
<check_box <check_box
...@@ -232,17 +234,18 @@ ...@@ -232,17 +234,18 @@
layout="topleft" layout="topleft"
top_pad="0" top_pad="0"
name="everyone_copy" name="everyone_copy"
width="88" /> width="92" />
<text <text
type="string" type="string"
length="1" length="1"
follows="left|top" follows="left|top"
height="16" height="28"
layout="topleft" layout="topleft"
name="NextOwnerLabel" name="NextOwnerLabel"
top="110" top="110"
left="185" left="189"
width="88"> width="92"
word_wrap="true">
Next owner: Next owner:
</text> </text>
<check_box <check_box
...@@ -252,7 +255,7 @@ ...@@ -252,7 +255,7 @@
layout="topleft" layout="topleft"
name="next_owner_modify" name="next_owner_modify"
top_pad="0" top_pad="0"
width="83" /> width="92" />
<check_box <check_box
control_name="BulkChangeNextOwnerCopy" control_name="BulkChangeNextOwnerCopy"
height="16" height="16"
...@@ -260,7 +263,7 @@ ...@@ -260,7 +263,7 @@
layout="topleft" layout="topleft"
top_pad="0" top_pad="0"
name="next_owner_copy" name="next_owner_copy"
width="88"> width="92">
<check_box.commit_callback <check_box.commit_callback
function="BulkPermission.CommitCopy"/> function="BulkPermission.CommitCopy"/>
</check_box> </check_box>
...@@ -274,7 +277,7 @@ ...@@ -274,7 +277,7 @@
layout="topleft" layout="topleft"
name="next_owner_transfer" name="next_owner_transfer"
tool_tip="Next owner can give away or resell this object" tool_tip="Next owner can give away or resell this object"
width="106" /> width="92" />
<scroll_list <scroll_list
enabled="false" enabled="false"
follows="all" follows="all"
...@@ -289,7 +292,7 @@ ...@@ -289,7 +292,7 @@
height="23" height="23"
label="OK" label="OK"
layout="topleft" layout="topleft"
left="65" left="95"
name="apply" name="apply"
top_pad="10" top_pad="10"
width="90"> width="90">
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
<icon name="icon_sound" tool_tip="Dźwięki"/> <icon name="icon_sound" tool_tip="Dźwięki"/>
<check_box label="Tekstury" name="check_texture"/> <check_box label="Tekstury" name="check_texture"/>
<icon name="icon_texture" tool_tip="Tekstury"/> <icon name="icon_texture" tool_tip="Tekstury"/>
<button font="SansSerifSmall" label="√ Wszystkie" label_selected="Wszystkie" name="check_all" width="115"/> <button font="SansSerifSmall" label="√ Wszystkie" label_selected="Wszystkie" name="check_all"/>
<button font="SansSerifSmall" label="Żadne" label_selected="Żadne" name="check_none" width="115"/> <button font="SansSerifSmall" label="Żadne" label_selected="Żadne" name="check_none"/>
<text name="newperms"> <text name="newperms">
Nowe prawa zawartości Nowe prawa zawartości
</text> </text>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment