Skip to content
Snippets Groups Projects
Commit ed481c41 authored by Eli Linden's avatar Eli Linden
Browse files

xui resizing fix; FR fix

parent 8c378378
No related branches found
No related tags found
No related merge requests found
...@@ -40,12 +40,12 @@ ...@@ -40,12 +40,12 @@
<text name="no modify instructions"> <text name="no modify instructions">
Sie sind nicht berechtigt, diese Kleidung zu bearbeiten. Sie sind nicht berechtigt, diese Kleidung zu bearbeiten.
</text> </text>
<text name="Item Action Label" right="100"> <text name="Item Action Label">
Form: Form:
</text> </text>
<button label="Neue Form/Gestalt" label_selected="Neue Form/Gestalt" name="Create New"/> <button label="Neue Form/Gestalt" label_selected="Neue Form/Gestalt" name="Create New"/>
<button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" name="Save"/>
<button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." name="Save As"/>
</panel> </panel>
<panel label="Haut" name="Skin"> <panel label="Haut" name="Skin">
<button label="Hautfarbe" label_selected="Hautfarbe" left="2" name="Skin Color" width="92"/> <button label="Hautfarbe" label_selected="Hautfarbe" left="2" name="Skin Color" width="92"/>
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
height="23" height="23"
layout="topleft" layout="topleft"
name="Item Action Label" name="Item Action Label"
right="132" right="90"
width="100"> width="100">
Shape: Shape:
</text> </text>
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
label_selected="Save" label_selected="Save"
layout="topleft" layout="topleft"
name="Save" name="Save"
right="218" right="190"
top="477" top="477"
width="82" /> width="82" />
<button <button
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
name="Save As" name="Save As"
top="477" top="477"
right="304" right="304"
width="82" /> width="110" />
</panel> </panel>
<panel <panel
border="false" border="false"
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
<text name="text_box2"> <text name="text_box2">
kbps kbps
</text> </text>
<check_box label="Port de connexion personnalisé" name="connection_port_enabled"/> <check_box label="Port de connexion" name="connection_port_enabled"/>
<spinner label="Numéro de port :" name="connection_port"/> <spinner label="Numéro :" name="connection_port"/>
<text name="cache_size_label_l"> <text name="cache_size_label_l">
Taille de la mémoire Taille de la mémoire
</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