[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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>The UPower Project</vendor> 7 <vendor_url>http://upower.freedesktop.org/</vendor_url> 8 <icon_name>system-suspend</icon_name> 9 10 <action id="org.freedesktop.upower.suspend"> 11 <description>Suspend the system</description> 12 <description xml:lang="it">Sospende il sistema</description> 13 <description xml:lang="pl">Wstrzymanie systemu</description> 14 <description xml:lang="sv">Försätt systemet i vänteläge</description> 15 <message>Authentication is required to suspend the system</message> 16 <message xml:lang="it">È richiesto autenticarsi per sospendere il sistema</message> 17 <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby wstrzymać system</message> 18 <message xml:lang="sv">Autentisering krävs för att försätta systemet i vänteläge</message> 19 <defaults> 20 <allow_inactive>no</allow_inactive> 21 <allow_active>yes</allow_active> 22 </defaults> 23 </action> 24 25 <action id="org.freedesktop.upower.hibernate"> 26 <description>Hibernate the system</description> 27 <description xml:lang="it">Iberna il sistema</description> 28 <description xml:lang="pl">Hibernacja systemu</description> 29 <description xml:lang="sv">Försätt systemet i viloläge</description> 30 <message>Authentication is required to hibernate the system</message> 31 <message xml:lang="it">È richiesto autenticarsi per ibernare il sistema</message> 32 <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby zahibernować system</message> 33 <message xml:lang="sv">Autentisering krävs för att försätta systemet i viloläge</message> 34 <defaults> 35 <allow_inactive>no</allow_inactive> 36 <allow_active>yes</allow_active> 37 </defaults> 38 </action> 39 40 </policyconfig>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |