Added Mate settings, background, screensaver and user restrictions folders

This commit is contained in:
Aleksey Saprunov 2021-08-29 19:59:56 +04:00 committed by Aleksey Saprunov
parent f02bb48337
commit a0129f567d
3 changed files with 28 additions and 0 deletions

View File

@ -95,5 +95,17 @@
<parentCategory ref="ALT_System" />
</category>
<category name="LinuxComponents" displayName="$(string.LinuxComponents)" explainText="$(string.LinuxComponents_Help)" />
<category name="ALT_Settings_Mate" displayName="$(string.ALT_Settings_Mate)" explainText="$(string.ALT_Settings_Mate_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Background_Mate" displayName="$(string.ALT_Background_Mate)" explainText="$(string.ALT_Background_Mate_Help)">
<parentCategory ref="ALT_Settings_Mate" />
</category>
<category name="ALT_Screensaver_Mate" displayName="$(string.ALT_Screensaver_Mate)" explainText="$(string.ALT_Screensaver_Mate_Help)">
<parentCategory ref="ALT_Settings_Mate" />
</category>
<category name="ALT_User_Restrictions_Mate" displayName="$(string.ALT_User_Restrictions_Mate)" explainText="$(string.ALT_User_Restrictions_Mate_Help)">
<parentCategory ref="ALT_Settings_Mate" />
</category>
</categories>
</policyDefinitions>

View File

@ -42,6 +42,14 @@
<string id="LinuxComponents">Linux Components</string>
<string id="LinuxComponents_Help">Contains settings for Kernel components.</string>
<string id="ALT_Settings_Mate">Mate settings</string>
<string id="ALT_Settings_Mate_Help">Mate settings</string>
<string id="ALT_Background_Mate">Desktop background</string>
<string id="ALT_Background_Mate_Help">Desktop background settings</string>
<string id="ALT_Screensaver_Mate">Screensaver</string>
<string id="ALT_Screensaver_Mate_Help">Screensaver settings</string>
<string id="ALT_User_Restrictions_Mate">User restrictions</string>
<string id="ALT_User_Restrictions_Mate_Help">Resctrictions on user actions</string>
</stringTable>
</resources>
</policyDefinitionResources>

View File

@ -42,6 +42,14 @@
<string id="LinuxComponents">Компоненты Linux</string>
<string id="LinuxComponents_Help">Содержит настройки ядра операционной системы.</string>
<string id="ALT_Settings_Mate">Настройки Mate</string>
<string id="ALT_Settings_Mate_Help">Настройки Mate</string>
<string id="ALT_Background_Mate">Фон рабочего стола</string>
<string id="ALT_Background_Mate_Help">Настройки фона рабочего стола</string>
<string id="ALT_Screensaver_Mate">Хранитель экрана</string>
<string id="ALT_Screensaver_Mate_Help">Настройки хранителя экрана</string>
<string id="ALT_User_Restrictions_Mate">Ограничения пользователя</string>
<string id="ALT_User_Restrictions_Mate_Help">Ограничения действий пользователя</string>
</stringTable>
</resources>
</policyDefinitionResources>