summaryrefslogtreecommitdiff
path: root/src/org.freedesktop.timedate1.policy
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-07-11 17:01:28 +0100
committerLennart Poettering <lennart@poettering.net>2011-07-11 21:10:33 +0200
commit1c7dde3e475978c569a982d65fd86d4b4e3caad8 (patch)
tree7f7fe24a323c73d2575d1ae9f853977f6d70ad5b /src/org.freedesktop.timedate1.policy
parent2376ce132bdba049f015b22b2db3a77c570aa154 (diff)
build-sys: Add i18n support through intltool
And put the PolicyKit policy files up for translation.
Diffstat (limited to 'src/org.freedesktop.timedate1.policy')
-rw-r--r--src/org.freedesktop.timedate1.policy50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/org.freedesktop.timedate1.policy b/src/org.freedesktop.timedate1.policy
deleted file mode 100644
index 5010efd6c5..0000000000
--- a/src/org.freedesktop.timedate1.policy
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
-<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
-
-<!--
- This file is part of systemd.
-
- systemd is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
--->
-
-<policyconfig>
-
- <vendor>The systemd Project</vendor>
- <vendor_url>http://www.freedesktop.org/wiki/Software/systemd</vendor_url>
-
- <action id="org.freedesktop.timedate1.set-time">
- <description>Set system time</description>
- <message>Authentication is required to set the system time.</message>
- <defaults>
- <allow_any>auth_admin_keep</allow_any>
- <allow_inactive>auth_admin_keep</allow_inactive>
- <allow_active>auth_admin_keep</allow_active>
- </defaults>
- </action>
-
- <action id="org.freedesktop.timedate1.set-timezone">
- <description>Set system timezone</description>
- <message>Authentication is required to set the system timezone.</message>
- <defaults>
- <allow_any>auth_admin_keep</allow_any>
- <allow_inactive>auth_admin_keep</allow_inactive>
- <allow_active>auth_admin_keep</allow_active>
- </defaults>
- </action>
-
- <action id="org.freedesktop.timedate1.set-local-rtc">
- <description>Set RTC to local timezone or UTC</description>
- <message>Authentication is required to control whether
- the RTC stores the local or UTC time.</message>
- <defaults>
- <allow_any>auth_admin_keep</allow_any>
- <allow_inactive>auth_admin_keep</allow_inactive>
- <allow_active>auth_admin_keep</allow_active>
- </defaults>
- </action>
-
-</policyconfig>