[ 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="fr">Mettre le système en veille</description> 13 <description xml:lang="it">Sospende il sistema</description> 14 <description xml:lang="pl">Wstrzymanie systemu</description> 15 <description xml:lang="sv">Försätt systemet i vänteläge</description> 16 <message>Authentication is required to suspend the system</message> 17 <message xml:lang="fr">Vous devez vous identifier pour mettre le système en veille</message> 18 <message xml:lang="it">È richiesto autenticarsi per sospendere il sistema</message> 19 <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby wstrzymać system</message> 20 <message xml:lang="sv">Autentisering krävs för att försätta systemet i vänteläge</message> 21 <defaults> 22 <allow_inactive>no</allow_inactive> 23 <allow_active>yes</allow_active> 24 </defaults> 25 </action> 26 27 <action id="org.freedesktop.upower.hibernate"> 28 <description>Hibernate the system</description> 29 <description xml:lang="fr">Mettre le système en hibernation</description> 30 <description xml:lang="it">Iberna il sistema</description> 31 <description xml:lang="pl">Hibernacja systemu</description> 32 <description xml:lang="sv">Försätt systemet i viloläge</description> 33 <message>Authentication is required to hibernate the system</message> 34 <message xml:lang="fr">Vous devez vous identifier pour mettre le système en hibernation</message> 35 <message xml:lang="it">È richiesto autenticarsi per ibernare il sistema</message> 36 <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby zahibernować system</message> 37 <message xml:lang="sv">Autentisering krävs för att försätta systemet i viloläge</message> 38 <defaults> 39 <allow_inactive>no</allow_inactive> 40 <allow_active>yes</allow_active> 41 </defaults> 42 </action> 43 44 </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 |