1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE policyconfig PUBLIC
3"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
5<policyconfig>
6<vendor>Foo Control Module</vendor>
7<icon_name>preferences-desktop-display</icon_name>
8   <action id="org.kde.kcontrol.kcmplymouth.save" >
9      <description xml:lang="ca">Desa el tema del Foo</description>
10      <description>Save the Foo Theme</description>
11      <description xml:lang="en_GB">Save the Foo Theme</description>
12      <description xml:lang="zh_CN">保存 Foo 主题</description>
13      <message xml:lang="ca">Les polítiques del sistema impedeixen que apliqueu el tema del Foo.</message>
14      <message>System policies prevent you from applying the Foo theme.</message>
15      <message xml:lang="en_GB">System policies prevent you from applying the Foo theme.</message>
16      <message xml:lang="zh_CN">系统策略阻止您应用 Foo 主题。</message>
17      <defaults>
18         <allow_inactive>no</allow_inactive>
19         <allow_active>auth_admin</allow_active>
20      </defaults>
21   </action>
22</policyconfig>
23