Difference between revisions of "Translations:Blinds/1/en"
From Larnitech wiki page
Jump to navigation
Jump to search
Latest revision as of 16:03, 24 January 2022
Information about message (contribute ) This message has no documentation.
If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Blinds )
===Example of description in XML=== <syntaxhighlight lang="xml" line> <item addr="100:10" name="blinds" type="blinds" system="yes"> <linked addr="101:1"/> // is bound to the button with the address 101:1 <automation ……/> // set the automation for this element </item> </syntaxhighlight> <syntaxhighlight lang="xml" line> <item addr="100:10" name="Blinds" type="blinds" vanes="307:5"> <linked addr="101:1"/> // is bound to the button with the address 101:1 <automation ……/> // set the automation for this element </item> </syntaxhighlight> vanes="blinds ID:SUBID" – for adding and control vanes
===Example of description in XML===
<syntaxhighlight lang="xml" line>
<item addr="100:10" name="blinds" type="blinds" system="yes">
<linked addr="101:1"/> // is bound to the button with the address 101:1
<automation ……/> // set the automation for this element
</item>
</syntaxhighlight>
<syntaxhighlight lang="xml" line>
<item addr="100:10" name="Blinds" type="blinds" vanes="307:5">
<linked addr="101:1"/> // is bound to the button with the address 101:1
<automation ……/> // set the automation for this element
</item>
</syntaxhighlight>
vanes="blinds ID:SUBID" – for adding and control vanes
Translation ===Example of description in XML=== <syntaxhighlight lang="xml" line> <item addr="100:10" name="blinds" type="blinds" system="yes"> <linked addr="101:1"/> // is bound to the button with the address 101:1 <automation ……/> // set the automation for this element </item> </syntaxhighlight> <syntaxhighlight lang="xml" line> <item addr="100:10" name="Blinds" type="blinds" vanes="307:5"> <linked addr="101:1"/> // is bound to the button with the address 101:1 <automation ……/> // set the automation for this element </item> </syntaxhighlight> vanes="blinds ID:SUBID" – for adding and control vanes Example of description in XML
1 <item addr= "100:10" name= "blinds" type= "blinds" system= "yes" >
2 <linked addr= "101:1" /> // is bound to the button with the address 101:1
3 <automation …… /> // set the automation for this element
4 </item>
1 <item addr= "100:10" name= "Blinds" type= "blinds" vanes= "307:5" >
2 <linked addr= "101:1" /> // is bound to the button with the address 101:1
3 <automation …… /> // set the automation for this element
4 </item>
vanes="blinds ID:SUBID" – for adding and control vanes