fixed EXT-5887 [NAMELESS STRING] - Menu Einstellungen, Tab Chat: Font size and Font Colors need translation ) (panel_preferences_chat.xml)
--HG-- branch : product-enginemaster
parent
a46be2b78c
commit
e0abec0012
|
|
@ -1,10 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel label="Text-Chat" name="chat">
|
||||
<text name="font_size">
|
||||
Schriftgröße:
|
||||
</text>
|
||||
<radio_group name="chat_font_size">
|
||||
<radio_item label="Klein" name="radio" value="0"/>
|
||||
<radio_item label="Mittel" name="radio2" value="1"/>
|
||||
<radio_item label="Groß" name="radio3" value="2"/>
|
||||
</radio_group>
|
||||
<text name="font_colors">
|
||||
Schriftfarbe:
|
||||
</text>
|
||||
<color_swatch label="Sie" name="user"/>
|
||||
<text name="text_box1">
|
||||
Ich
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
layout="topleft"
|
||||
left="30"
|
||||
height="12"
|
||||
name="font_size"
|
||||
width="120"
|
||||
top="10">
|
||||
Font size:
|
||||
|
|
@ -60,6 +61,7 @@
|
|||
layout="topleft"
|
||||
left="30"
|
||||
height="12"
|
||||
name="font_colors"
|
||||
top_pad="10"
|
||||
width="120"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel label="Chat de texto" name="chat">
|
||||
<text name="font_size">
|
||||
Font size:
|
||||
</text>
|
||||
<radio_group name="chat_font_size">
|
||||
<radio_item label="Disminuir" name="radio" value="0"/>
|
||||
<radio_item label="Media" name="radio2" value="1"/>
|
||||
<radio_item label="Aumentar" name="radio3" value="2"/>
|
||||
</radio_group>
|
||||
<text name="font_colors">
|
||||
Font colors:
|
||||
</text>
|
||||
<color_swatch label="Usted" name="user"/>
|
||||
<text name="text_box1">
|
||||
Yo
|
||||
|
|
|
|||
|
|
@ -1,10 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel label="Chat écrit" name="chat">
|
||||
<text name="font_size">
|
||||
Font size:
|
||||
</text>
|
||||
<radio_group name="chat_font_size">
|
||||
<radio_item label="Moins" name="radio" value="0"/>
|
||||
<radio_item label="Moyenne" name="radio2" value="1"/>
|
||||
<radio_item label="Plus" name="radio3" value="2"/>
|
||||
</radio_group>
|
||||
<text name="font_colors">
|
||||
Font colors:
|
||||
</text>
|
||||
<color_swatch label="Vous" name="user"/>
|
||||
<text name="text_box1">
|
||||
Moi
|
||||
|
|
|
|||
|
|
@ -1,10 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel label="チャット" name="chat">
|
||||
<text name="font_size">
|
||||
Font size:
|
||||
</text>
|
||||
<radio_group name="chat_font_size">
|
||||
<radio_item label="小" name="radio" value="0"/>
|
||||
<radio_item label="中" name="radio2" value="1"/>
|
||||
<radio_item label="大" name="radio3" value="2"/>
|
||||
</radio_group>
|
||||
<text name="font_colors">
|
||||
Font colors:
|
||||
</text>
|
||||
<color_swatch label="自分" name="user"/>
|
||||
<text name="text_box1">
|
||||
自分
|
||||
|
|
|
|||
Loading…
Reference in New Issue