VirtualBox

Changeset 103617 in vbox for trunk/doc/manual/ru_RU


Ignore:
Timestamp:
Feb 29, 2024 6:52:29 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161975
Message:

doc/manual: Russian NLS update for man_VBoxManage-modifynvram.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/ru_RU/man_VBoxManage-modifynvram.xml

    r98103 r103617  
    4949    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-inituefivarstore">
    5050      <command>VBoxManage modifynvram</command>
    51       <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
     51      <group choice="req">
     52        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     53        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     54      </group>
    5255      <arg choice="plain">inituefivarstore</arg>
    5356    </cmdsynopsis>
    5457    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollmssignatures">
    5558      <command>VBoxManage modifynvram</command>
    56       <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
     59      <group choice="req">
     60        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     61        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     62      </group>
    5763      <arg choice="plain">enrollmssignatures</arg>
    5864    </cmdsynopsis>
    5965    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollorclpk">
    6066      <command>VBoxManage modifynvram</command>
    61       <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
     67      <group choice="req">
     68        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     69        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     70      </group>
    6271      <arg choice="plain">enrollorclpk</arg>
    6372    </cmdsynopsis>
    6473    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollpk">
    6574      <command>VBoxManage modifynvram</command>
    66       <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
     75      <group choice="req">
     76        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     77        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     78      </group>
    6779      <arg choice="plain">enrollpk</arg>
    6880      <arg>--platform-key=<replaceable>имя-файла</replaceable></arg>
    6981      <arg>--owner-uuid=<replaceable>uuid</replaceable></arg>
    7082    </cmdsynopsis>
     83    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollmok">
     84      <command>VBoxManage modifynvram</command>
     85      <group choice="req">
     86        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     87        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     88      </group>
     89      <arg choice="plain">enrollmok</arg>
     90      <arg>--mok=<replaceable>имя-файла</replaceable></arg>
     91      <arg>--owner-uuid=<replaceable>uuid</replaceable></arg>
     92    </cmdsynopsis>
     93    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-secureboot">
     94      <command>VBoxManage modifynvram</command>
     95      <group choice="req">
     96        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     97        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     98      </group>
     99      <arg choice="plain">secureboot</arg>
     100      <group choice="req">
     101        <arg choice="plain">--enable</arg>
     102        <arg choice="plain">--disable</arg>
     103      </group>
     104    </cmdsynopsis>
    71105    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-listvars">
    72106      <command>VBoxManage modifynvram</command>
    73       <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
     107      <group choice="req">
     108        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     109        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     110      </group>
    74111      <arg choice="plain">listvars</arg>
    75112    </cmdsynopsis>
    76113    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-queryvar">
    77114      <command>VBoxManage modifynvram</command>
    78       <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
     115      <group choice="req">
     116        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     117        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     118      </group>
    79119      <arg choice="plain">queryvar</arg>
    80120      <arg>--name=<replaceable>имя</replaceable></arg>
     
    83123    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-deletevar">
    84124      <command>VBoxManage modifynvram</command>
    85       <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
     125      <group choice="req">
     126        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     127        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     128      </group>
    86129      <arg choice="plain">deletevar</arg>
    87130      <arg>--name=<replaceable>имя</replaceable></arg>
     
    90133    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-changevar">
    91134      <command>VBoxManage modifynvram</command>
    92       <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
     135      <group choice="req">
     136        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     137        <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
     138      </group>
    93139      <arg choice="plain">changevar</arg>
    94140      <arg>--name=<replaceable>имя</replaceable></arg>
     
    161207          <term><option>--owner-uuid=<replaceable>uuid</replaceable></option></term>
    162208          <listitem><para>UUID идентифицирующий владельца ключа платформы.</para>
     209          </listitem>
     210        </varlistentry>
     211      </variablelist>
     212    </refsect2>
     213
     214    <refsect2 id="vboxmanage-modifynvram-secureboot">
     215      <title>modifynvram secureboot</title>
     216      <remark role="help-copy-synopsis"/>
     217      <para>
     218        Включает или отключает безопасную загрузку UEFI.
     219      </para>
     220      <variablelist>
     221        <varlistentry>
     222          <term><option>--enable></option></term>
     223          <listitem><para>Включает безопасную загрузку UEFI, если позволяет
     224            состояние регистрации ключа.</para>
     225          </listitem>
     226        </varlistentry>
     227        <varlistentry>
     228          <term><option>--disable></option></term>
     229          <listitem><para>Отключает безопасную загрузку UEFI.</para>
    163230          </listitem>
    164231        </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette