Difference between revisions of "Translations:Light-scheme/2/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="xml" line> <item addr="100:100" name="Colour scheme" type="light-scheme" system="yes" image="lamp"> <contains addr="140:8" state="1"/> <contains...")
 
(No difference)

Latest revision as of 12:58, 25 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 (Light-scheme)
<syntaxhighlight lang="xml" line>
<item addr="100:100" name="Colour scheme" type="light-scheme" system="yes" image="lamp">
   <contains addr="140:8" state="1"/>
   <contains addr="140:24" state="1:250:0" />
   <contains addr="140:32" state="1:250:250:250:0"/>
   <automation door-sensors="146:24" enabled="yes" illumination-level="50" time-interval="60" type="on-by-door"/>
</item>
</syntaxhighlight>
Translation<syntaxhighlight lang="xml" line>
<item addr="100:100" name="Colour scheme" type="light-scheme" system="yes" image="lamp">
   <contains addr="140:8" state="1"/>
   <contains addr="140:24" state="1:250:0" />
   <contains addr="140:32" state="1:250:250:250:0"/>
   <automation door-sensors="146:24" enabled="yes" illumination-level="50" time-interval="60" type="on-by-door"/>
</item>
</syntaxhighlight>
1<item addr="100:100" name="Colour scheme" type="light-scheme" system="yes" image="lamp">
2    <contains addr="140:8" state="1"/>
3    <contains addr="140:24" state="1:250:0" />
4    <contains addr="140:32" state="1:250:250:250:0"/>
5    <automation door-sensors="146:24" enabled="yes" illumination-level="50" time-interval="60" type="on-by-door"/>
6</item>