Guest User

/usr/share/polkit-1/actions/org.freedesktop.upower.policy

a guest
Feb 29th, 2012
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.34 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!DOCTYPE policyconfig PUBLIC '-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN' 'http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd'>
  3. <policyconfig>
  4.   <vendor>The UPower Project</vendor>
  5.   <vendor_url>http://upower.freedesktop.org/</vendor_url>
  6.   <icon_name>system-suspend</icon_name>
  7.   <action id="org.freedesktop.upower.suspend">
  8.     <description>Suspend the system</description>
  9.     <description xml:lang="fr">Mettre le système en veille</description>
  10.     <description xml:lang="it">Sospende il sistema</description>
  11.     <description xml:lang="pl">Wstrzymanie systemu</description>
  12.     <description xml:lang="sv">Försätt systemet i vänteläge</description>
  13.     <message>Authentication is required to suspendo the system</message>
  14.     <message xml:lang="fr">Vous devez vous identifier pour mettre le système en veille</message>
  15.     <message xml:lang="it">È richiesto autenticarsi per sospendere il sistema</message>
  16.     <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby wstrzymać system</message>
  17.     <message xml:lang="sv">Autentisering krävs för att försätta systemet i vänteläge</message>
  18.     <defaults>
  19.       <allow_inactive>yes</allow_inactive>
  20.       <allow_active>yes</allow_active>
  21.       <allow_any>yes</allow_any>
  22.     </defaults>
  23.   </action>
  24.   <action id="org.freedesktop.upower.hibernate">
  25.     <description>Hibernate the system</description>
  26.     <description xml:lang="fr">Mettre le système en hibernation</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 hibernateo the system</message>
  31.     <message xml:lang="fr">Vous devez vous identifier pour mettre le système en hibernation</message>
  32.     <message xml:lang="it">È richiesto autenticarsi per ibernare il sistema</message>
  33.     <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby zahibernować system</message>
  34.     <message xml:lang="sv">Autentisering krävs för att försätta systemet i viloläge</message>
  35.     <defaults>
  36.       <allow_inactive>yes</allow_inactive>
  37.       <allow_active>yes</allow_active>
  38.       <allow_any>yes</allow_any>
  39.     </defaults>
  40.   </action>
  41. </policyconfig>
Add Comment
Please, Sign In to add comment