mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-03-21 18:50:06 +03:00
Redacted policies descriptions
This commit is contained in:
parent
0d5467c101
commit
fb91c06537
@ -247,7 +247,7 @@
|
||||
</value>
|
||||
</item>
|
||||
</enum>
|
||||
<boolean id="kde-filesearch_blocker" key="Software\BaseALT\Policies\KDELocks" valueName="kwinrc.FileSearch">
|
||||
<boolean id="kde-filesearch_blocker" key="Software\BaseALT\Policies\KDELocks" valueName="baloofilerc.FileSearch">
|
||||
<trueValue>
|
||||
<decimal value="1" />
|
||||
</trueValue>
|
||||
@ -301,6 +301,45 @@
|
||||
</boolean>
|
||||
</elements>
|
||||
</policy>
|
||||
<policy name="kde-look-and-feel" class="User" displayName="$(string.kde-look-and-feel)"
|
||||
explainText="$(string.kde-look-and-feel_help)"
|
||||
presentation="$(presentation.kde-look-and-feel-user-pr)"
|
||||
key="Software\BaseALT\Policies\KDE">
|
||||
<parentCategory ref="system:ALT_Appearance_KDE" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP10" />
|
||||
<elements>
|
||||
<enum id="kde-look-and-feel-setter" valueName="kdeglobals.Look" required="true">
|
||||
<item displayName="$(string.kde-look-and-feel-breeze)">
|
||||
<value>
|
||||
<string>{"KDE":{"LookAndFeelPackage":"org.kde.breeze.desktop"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.kde-look-and-feel-breeze-dark)">
|
||||
<value>
|
||||
<string>{"KDE":{"LookAndFeelPackage":"org.kde.breezedark.desktop"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.kde-look-and-feel-oxygen)">
|
||||
<value>
|
||||
<string>{"KDE":{"LookAndFeelPackage":"org.kde.oxygen"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.kde-look-and-feel-breezetwilight)">
|
||||
<value>
|
||||
<string>{"KDE":{"LookAndFeelPackage":"org.kde.breezetwilight.desktop"}}</string>
|
||||
</value>
|
||||
</item>
|
||||
</enum>
|
||||
<boolean id="kde-look-and-feel_blocker" key="Software\BaseALT\Policies\KDELocks" valueName="kdeglobals.Look" >
|
||||
<trueValue>
|
||||
<decimal value="1" />
|
||||
</trueValue>
|
||||
<falseValue>
|
||||
<decimal value="0" />
|
||||
</falseValue>
|
||||
</boolean>
|
||||
</elements>
|
||||
</policy>
|
||||
<policy name="kde-wallpaper" class="User" displayName="$(string.kde-wallpaper)"
|
||||
explainText="$(string.kde-wallpaper_help)"
|
||||
presentation="$(presentation.kde-wallpaper-user-pr)"
|
||||
@ -333,6 +372,7 @@
|
||||
</policy>
|
||||
<policy name="kde-graphic-effects" class="User" displayName="$(string.kde-graphic-effects)"
|
||||
explainText="$(string.kde-graphic-effects_help)"
|
||||
presentation="$(presentation.kde-graphic-effects-user-pr)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kwinrc.GraphicEffects">
|
||||
<parentCategory ref="system:ALT_Settings_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
@ -342,9 +382,20 @@
|
||||
<disabledValue>
|
||||
<string>{"Compositing":{"Enabled":"false"}}</string>
|
||||
</disabledValue>
|
||||
<elements>
|
||||
<boolean id="kde-graphic-effects_blocker" key="Software\BaseALT\Policies\KDELocks" valueName="kwinrc.GraphicEffects" >
|
||||
<trueValue>
|
||||
<decimal value="1" />
|
||||
</trueValue>
|
||||
<falseValue>
|
||||
<decimal value="0" />
|
||||
</falseValue>
|
||||
</boolean>
|
||||
</elements>
|
||||
</policy>
|
||||
<policy name="kde-showdelete" class="User" displayName="$(string.kde-showdelete)"
|
||||
explainText="$(string.kde-showdelete_help)"
|
||||
presentation="$(presentation.kde-showdelete-user-pr)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kdeglobals.Dolphin">
|
||||
<parentCategory ref="system:ALT_Settings_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
@ -354,9 +405,20 @@
|
||||
<disabledValue>
|
||||
<string>{"KDE":{"ShowDeleteCommand":"false"}}</string>
|
||||
</disabledValue>
|
||||
<elements>
|
||||
<boolean id="kde-showdelete_blocker" key="Software\BaseALT\Policies\KDELocks" valueName="kdeglobals.Dolphin" >
|
||||
<trueValue>
|
||||
<decimal value="1" />
|
||||
</trueValue>
|
||||
<falseValue>
|
||||
<decimal value="0" />
|
||||
</falseValue>
|
||||
</boolean>
|
||||
</elements>
|
||||
</policy>
|
||||
<policy name="kde-singleclick" class="User" displayName="$(string.kde-singleclick)"
|
||||
explainText="$(string.kde-singleclick_help)"
|
||||
presentation="$(presentation.kde-singleclick-user-pr)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kdeglobals.singleclick">
|
||||
<parentCategory ref="system:ALT_Settings_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
@ -366,6 +428,16 @@
|
||||
<disabledValue>
|
||||
<string>{"KDE":{"SingleClick":"false"}}</string>
|
||||
</disabledValue>
|
||||
<elements>
|
||||
<boolean id="kde-singleclick_blocker" key="Software\BaseALT\Policies\KDELocks" valueName="kdeglobals.singleclick" >
|
||||
<trueValue>
|
||||
<decimal value="1" />
|
||||
</trueValue>
|
||||
<falseValue>
|
||||
<decimal value="0" />
|
||||
</falseValue>
|
||||
</boolean>
|
||||
</elements>
|
||||
</policy>
|
||||
</policies>
|
||||
</policyDefinitions>
|
@ -99,7 +99,7 @@ If the policy is enabled, clicking will open the file or folder.
|
||||
If the policy is disabled, clicking on the file or folder will highlight it.
|
||||
</string>
|
||||
|
||||
<string id="kde-colorscheme">Application color scheme</string>
|
||||
<string id="kde-colorscheme">Colors</string>
|
||||
<string id="kde-colorscheme_help">This policy allows you to manage color schemes by specifying the name of the scheme (for example: BreezeClassic).
|
||||
|
||||
Valid color scheme options:
|
||||
@ -133,8 +133,8 @@ If the policy is disabled, clicking on the file or folder will highlight it.
|
||||
- breeze_cursors
|
||||
</string>
|
||||
|
||||
<string id="kde-iconstheme">Тема значков</string>
|
||||
<string id="kde-iconstheme_help">Данная политика позволяет выбрать тему. Допустимые значения параметра:
|
||||
<string id="kde-iconstheme">Icons theme</string>
|
||||
<string id="kde-iconstheme_help">This policy allows you to select an icon theme. Valid parameter values:
|
||||
|
||||
- Adwaita
|
||||
- Oxygen
|
||||
@ -144,6 +144,16 @@ If the policy is disabled, clicking on the file or folder will highlight it.
|
||||
|
||||
</string>
|
||||
|
||||
<string id="kde-look-and-feel">Design of the working environment</string>
|
||||
<string id="kde-look-and-feel_help">This policy allows you to choose the appearance of the working environment. Valid parameter values:
|
||||
|
||||
- Oxygen
|
||||
- Breeze
|
||||
- Breeze_dark
|
||||
- BreezeTwinlight
|
||||
|
||||
</string>
|
||||
|
||||
<string id="kde-win-act-Click_to_focus">Click to focus</string>
|
||||
<string id="kde-win-act-Click_to_focus_Mp">Click to focus (mouse precedence)</string>
|
||||
<string id="kde-win-act-Focus_follows_mouse">Focus follows mouse</string>
|
||||
@ -183,6 +193,11 @@ If the policy is disabled, clicking on the file or folder will highlight it.
|
||||
<string id="kde-icons-oxygen">Oxygen</string>
|
||||
<string id="kde-icons-gnome">Gnome</string>
|
||||
|
||||
<string id="kde-look-and-feel-breeze">Breeze</string>
|
||||
<string id="kde-look-and-feel-breeze-dark">Breeze-dark</string>
|
||||
<string id="kde-look-and-feel-oxygen">Oxygen</string>
|
||||
<string id="kde-look-and-feel-breezetwilight">BreezeTwilight</string>
|
||||
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
<presentation id="kde-win-activate-user-pr">
|
||||
@ -219,22 +234,33 @@ If the policy is disabled, clicking on the file or folder will highlight it.
|
||||
<textBox refId="kde-wallpaper-setter">
|
||||
<label>File:</label>
|
||||
</textBox>
|
||||
<checkBox refId="kde-wallpaper_blocker">Block</checkBox>
|
||||
<text>Blocking changes to this setting by the user. After restarting the device, the user's changes to the settings are not saved.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-colorscheme-user-pr">
|
||||
<textBox refId="kde-colorscheme-setter">
|
||||
<label>Color scheme:</label>
|
||||
</textBox>
|
||||
<checkBox refId="kde-colorscheme_blocker">Block</checkBox>
|
||||
<text>Blocking changes to this setting by the user. After restarting the device, the user's changes to the settings are not saved.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-cursortheme-user-pr">
|
||||
<textBox refId="kde-cursortheme-setter">
|
||||
<label>Cursor theme:</label>
|
||||
</textBox>
|
||||
<checkBox refId="kde-cursortheme_blocker">Block</checkBox>
|
||||
<text>Blocking changes to this setting by the user. After restarting the device, the user's changes to the settings are not saved.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-iconstheme-user-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="kde-iconstheme-setter">Icons theme:</dropdownList>
|
||||
<checkBox refId="kde-iconstheme_blocker">Block</checkBox>
|
||||
<text>Blocking changes to this setting by the user. After restarting the device, the user's changes to the settings are not saved.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-look-and-feel-user-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="kde-look-and-feel-setter">Design of the working environment:</dropdownList>
|
||||
<checkBox refId="kde-look-and-feel_blocker">Block</checkBox>
|
||||
<text>Blocking changes to this setting by the user. After restarting the device, the user's changes to the settings are not saved.</text>
|
||||
</presentation>
|
||||
</presentationTable>
|
||||
</resources>
|
||||
</policyDefinitionResources>
|
@ -99,7 +99,7 @@
|
||||
Если политика отключена, щелчком файл или папка будут выделены.
|
||||
</string>
|
||||
|
||||
<string id="kde-colorscheme">Цветовая схема приложений</string>
|
||||
<string id="kde-colorscheme">Цвета</string>
|
||||
<string id="kde-colorscheme_help">Данная политика позволяет управлять цветовыми схемами, указав название схемы (например: BreezeClassic).
|
||||
|
||||
Допустимые варианты цветовых схем:
|
||||
@ -134,7 +134,7 @@
|
||||
</string>
|
||||
|
||||
<string id="kde-iconstheme">Тема значков</string>
|
||||
<string id="kde-iconstheme_help">Данная политика позволяет выбрать тему. Допустимые значения параметра:
|
||||
<string id="kde-iconstheme_help">Данная политика позволяет выбрать тему значков. Допустимые значения параметра:
|
||||
|
||||
- Adwaita
|
||||
- Oxygen
|
||||
@ -144,6 +144,16 @@
|
||||
|
||||
</string>
|
||||
|
||||
<string id="kde-look-and-feel">Оформление рабочей среды</string>
|
||||
<string id="kde-look-and-feel_help">Данная политика позволяет выбрать оформление рабочей среды. Допустимые значения параметра:
|
||||
|
||||
- Oxygen
|
||||
- Breeze
|
||||
- Breeze_dark
|
||||
- BreezeTwinlight
|
||||
|
||||
</string>
|
||||
|
||||
<string id="kde-win-act-Click_to_focus">Фокус по щелчку</string>
|
||||
<string id="kde-win-act-Click_to_focus_Mp">Фокус по щелчку (приоритет мыши)</string>
|
||||
<string id="kde-win-act-Focus_follows_mouse">Фокус следует за мышью</string>
|
||||
@ -183,6 +193,11 @@
|
||||
<string id="kde-icons-oxygen">Oxygen</string>
|
||||
<string id="kde-icons-gnome">Gnome</string>
|
||||
|
||||
<string id="kde-look-and-feel-breeze">Breeze</string>
|
||||
<string id="kde-look-and-feel-breeze-dark">Breeze-dark</string>
|
||||
<string id="kde-look-and-feel-oxygen">Oxygen</string>
|
||||
<string id="kde-look-and-feel-breezetwilight">BreezeTwilight</string>
|
||||
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
<presentation id="kde-win-activate-user-pr">
|
||||
@ -230,11 +245,28 @@
|
||||
<label>Тема курсора мыши:</label>
|
||||
</textBox>
|
||||
</presentation>
|
||||
<presentation id="kde-graphic-effects-user-pr">
|
||||
<checkBox refId="kde-graphic-effects_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. После перезагрузки устройства внесённые пользователем изменения настройки не сохраняются.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-singleclick-user-pr">
|
||||
<checkBox refId="kde-singleclick_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. После перезагрузки устройства внесённые пользователем изменения настройки не сохраняются.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-showdelete-user-pr">
|
||||
<checkBox refId="kde-showdelete_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. После перезагрузки устройства внесённые пользователем изменения настройки не сохраняются.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-iconstheme-user-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="kde-iconstheme-setter">Тема значков:</dropdownList>
|
||||
<checkBox refId="kde-iconstheme_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. После перезагрузки устройства внесённые пользователем изменения настройки не сохраняются.</text>
|
||||
</presentation>
|
||||
<presentation id="kde-look-and-feel-user-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="kde-look-and-feel-setter">Оформление рабочей среды:</dropdownList>
|
||||
<checkBox refId="kde-look-and-feel_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. После перезагрузки устройства внесённые пользователем изменения настройки не сохраняются.</text>
|
||||
</presentation>
|
||||
</presentationTable>
|
||||
</resources>
|
||||
</policyDefinitionResources>
|
||||
</policyDefinitionResources>
|
Loading…
x
Reference in New Issue
Block a user