Difference between revisions of "Translations:Valve/2/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "===Пример описания в XML=== <syntaxhighlight lang="xml" line> <item type="valve" addr="314:7" name="Valve" leak-sensors="314:3;304:10;302:10"> <linked addr=...")
 
(No difference)

Latest revision as of 13:47, 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 (Valve)
===Example of description in XML===
<syntaxhighlight lang="xml" line>
<item type="valve" addr="314:7" name="Valve" leak-sensors="314:3;304:10;302:10">
   <linked addr="314:1"/>  // valve control button (optionally)
</item>
</syntaxhighlight>
Translation===Пример описания в XML===
<syntaxhighlight lang="xml" line>
<item type="valve" addr="314:7" name="Valve" leak-sensors="314:3;304:10;302:10">
   <linked addr="314:1"/>  // кнопка управления клапаном (опционально)
</item>
</syntaxhighlight>

Пример описания в XML

1<item type="valve" addr="314:7" name="Valve" leak-sensors="314:3;304:10;302:10">
2    <linked addr="314:1"/>  // кнопка управления клапаном (опционально)
3</item>