Difference between revisions of "Translations:Elements access privilege/5/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="xml" line> <users> <USER1 groups="GROUP_NAME" name="USER1" password="1111"/> <USER2 groups="GROUP_NAME" name="USER2" password="2222" per...")
 
(No difference)

Latest revision as of 13:48, 26 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 (Elements access privilege)
<syntaxhighlight lang="xml" line>
<users>
       <USER1 groups="GROUP_NAME" name="USER1" password="1111"/>
       <USER2 groups="GROUP_NAME" name="USER2" password="2222" permissions="7"/>
       <USER2 password="2222" single-action="true"/>
</users>
</syntaxhighlight>
Translation<syntaxhighlight lang="xml" line>
<users>
       <USER1 groups="GROUP_NAME" name="USER1" password="1111"/>
       <USER2 groups="GROUP_NAME" name="USER2" password="2222" permissions="7"/>
       <USER2 password="2222" single-action="true"/>
</users>
</syntaxhighlight>
1<users>
2        <USER1 groups="GROUP_NAME" name="USER1" password="1111"/>
3        <USER2 groups="GROUP_NAME" name="USER2" password="2222" permissions="7"/>
4        <USER2 password="2222" single-action="true"/>
5</users>