Changeset 27281


Ignore:
Timestamp:
03/09/14 19:59:51 (10 years ago)
Author:
tobayer
Message:

[callmonitor skin] try to fix, because of new language texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/skins/callmonitor1/skin.xml

    r23633 r27281  
    11<screen name="callmon_main" title="CallMonitor Settings" titlealign=center fontcol=fontcol valign=bottom fontsize=30 posx=center posy=center width=50% height=70% bordercol=bordercol bordersize=2 bgcol=bgcol>
    2 <node bordercol=bordercol scrollbar=auto type=listbox posy=center posx=center name=listbox width=85% height=70%>
    3 <node name=fritzversion type=choicebox parent=listbox valign=middle posx=0 text="Fritzbox Firmware... >= 05.50" bordercol=bordercol bordersize=2 width=100% height=25>
    4 <node name=ipaddress type=inputboxnum parent=listbox valign=middle posx=0 text="IP-FritzBox" bordercol=bordercol bordersize=2 width=100% height=25>
    5 <node name=userid type=inputbox parent=listbox valign=middle posx=0 text="Nutzername-Fritzbox (optional)" bordercol=bordercol bordersize=2 width=100% height=25>       
    6 <node name=passwort type=inputbox parent=listbox valign=middle posx=0 text="Passwort-FritzBox" bordercol=bordercol bordersize=2 width=100% height=25>
    7 <node name=phonebook type=choicebox parent=listbox valign=middle posx=0 text="FritzBook" bordercol=bordercol bordersize=2 width=100% height=25>
    8 <node name=allnum type=choicebox parent=listbox valign=middle posx=0 text="alle Nummern" bordercol=bordercol bordersize=2 width=100% height=25>
    9 <node name=rufnummer1 type=inputboxnum parent=listbox valign=middle posx=0 text="1.Rufnummer" bordercol=bordercol bordersize=2 width=100% height=25>
    10 <node name=rufnummer2 type=inputboxnum parent=listbox valign=middle posx=0 text="2.Rufnummer" bordercol=bordercol bordersize=2 width=100% height=25>
    11 <node name=eingehend type=choicebox parent=listbox valign=middle posx=0 text="eingehende Anrufe" bordercol=bordercol bordersize=2 width=100% height=25>
    12 <node name=ausgehend type=choicebox parent=listbox valign=middle posx=0 text="ausgehende Anrufe" bordercol=bordercol bordersize=2 width=100% height=25>
    13 <node name=stumm type=choicebox parent=listbox valign=middle posx=0 text="bei Anruf stumm" bordercol=bordercol bordersize=2 width=100% height=25>
    14 <node name=wennaus type=choicebox parent=listbox valign=middle posx=0 text="Aktion wenn standby" bordercol=bordercol bordersize=2 width=100% height=25>
    15 <node name=atimeout type=choicebox parent=listbox valign=middle posx=0 text="Anzeige in Sekunden" bordercol=bordercol bordersize=2 width=100% height=25>
    16 #<node name=broadcast type=inputboxnum parent=listbox valign=middle posx=0 text="broadcast" bordercol=bordercol bordersize=2 width=100% height=25>
    17 <node name=b1 text=SAVE halign=center valign=middle bordercol=green bordersize=2 bordertype=2 posx=0 posy=0 width=150 height=30/>
    18 <node name=b2 text=EXIT halign=center valign=middle bordercol=exitcol bordersize=2 bordertype=2 posx=160 posy=0 width=150 height=30/>
    19 <node name=b3 text=LOAD-FritzBook halign=center valign=middle bordercol=blue bordersize=2 bordertype=2 posx=400 posy=0 width=200 height=30/>
     2<node bordercol=bordercol scrollbar=auto type=listbox posy=center posx=center name="listbox" width=85% height=70%>
     3<node name="fritzversion" type=choicebox parent=listbox valign=middle posx=0 text="Fritzbox Firmware... >= 05.50" bordercol=bordercol bordersize=2 width=100% height=25>
     4<node name="ipaddress" type=inputboxnum parent=listbox valign=middle posx=0 text="IP-FritzBox" bordercol=bordercol bordersize=2 width=100% height=25>
     5<node name="userid" type=inputbox parent=listbox valign=middle posx=0 text="Nutzername-Fritzbox (optional)" bordercol=bordercol bordersize=2 width=100% height=25>     
     6<node name="passwort" type=inputbox parent=listbox valign=middle posx=0 text="Passwort-FritzBox" bordercol=bordercol bordersize=2 width=100% height=25>
     7<node name="phonebook" type=choicebox parent=listbox valign=middle posx=0 text="FritzBook" bordercol=bordercol bordersize=2 width=100% height=25>
     8<node name="allnum" type=choicebox parent=listbox valign=middle posx=0 text="alle Nummern" bordercol=bordercol bordersize=2 width=100% height=25>
     9<node name="rufnummer1" type=inputboxnum parent=listbox valign=middle posx=0 text="1.Rufnummer" bordercol=bordercol bordersize=2 width=100% height=25>
     10<node name="rufnummer2" type=inputboxnum parent=listbox valign=middle posx=0 text="2.Rufnummer" bordercol=bordercol bordersize=2 width=100% height=25>
     11<node name="eingehend" type=choicebox parent=listbox valign=middle posx=0 text="eingehende Anrufe" bordercol=bordercol bordersize=2 width=100% height=25>
     12<node name="ausgehend" type=choicebox parent=listbox valign=middle posx=0 text="ausgehende Anrufe" bordercol=bordercol bordersize=2 width=100% height=25>
     13<node name="stumm" type=choicebox parent=listbox valign=middle posx=0 text="bei Anruf stumm" bordercol=bordercol bordersize=2 width=100% height=25>
     14<node name="wennaus" type=choicebox parent=listbox valign=middle posx=0 text="Aktion wenn standby" bordercol=bordercol bordersize=2 width=100% height=25>
     15<node name="atimeout" type=choicebox parent=listbox valign=middle posx=0 text="Anzeige in Sekunden" bordercol=bordercol bordersize=2 width=100% height=25>
     16#<node name="broadcast" type=inputboxnum parent=listbox valign=middle posx=0 text="broadcast" bordercol=bordercol bordersize=2 width=100% height=25>
     17<node name="b1" text="SAVE" halign=center valign=middle bordercol=green bordersize=2 bordertype=2 posx=0 posy=0 width=150 height=30/>
     18<node name="b2" text="EXIT" halign=center valign=middle bordercol=exitcol bordersize=2 bordertype=2 posx=160 posy=0 width=150 height=30/>
     19<node name="b3" text="LOAD-FritzBook" halign=center valign=middle bordercol=blue bordersize=2 bordertype=2 posx=400 posy=0 width=200 height=30/>
    2020</screen>
Note: See TracChangeset for help on using the changeset viewer.