Advertisement
Guest User

Untitled

a guest
Jul 7th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. <action id="org.freedesktop.login1.suspend">
  2. <description>Suspend the system</description>
  3. <description xml:lang="pl">Uśpienie systemu</description>
  4. <message>Authentication is required for suspending the system.</message>
  5. <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby uśpić system.</message>
  6. <defaults>
  7. <allow_any>auth_admin_keep</allow_any>
  8. <allow_inactive>auth_admin_keep</allow_inactive>
  9. <allow_active>yes</allow_active>
  10. </defaults>
  11. </action>
  12.  
  13. <action id="org.freedesktop.login1.suspend-multiple-sessions">
  14. <description>Suspend the system while other users are logged in</description>
  15. <description xml:lang="pl">Uśpienie systemu, kiedy są zalogowani inni użytkownicy</description>
  16. <message>Authentication is required for suspending the system while other users are logged in.</message>
  17. <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby uśpić system, kiedy są zalogowani inni użytkownicy.</message>
  18. <defaults>
  19. <allow_any>auth_admin_keep</allow_any>
  20. <allow_inactive>auth_admin_keep</allow_inactive>
  21. <allow_active>yes</allow_active>
  22. </defaults>
  23. <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.suspend</annotate>
  24. </action>
  25.  
  26. <action id="org.freedesktop.login1.suspend-ignore-inhibit">
  27. <description>Suspend the system while an application asked to inhibit it</description>
  28. <description xml:lang="pl">Uśpienie systemu, kiedy program poprosił o jego wstrzymanie</description>
  29. <message>Authentication is required for suspending the system while an application asked to inhibit it.</message>
  30. <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby uśpić system, kiedy program zażądał jego wstrzymania.</message>
  31. <defaults>
  32. <allow_any>auth_admin_keep</allow_any>
  33. <allow_inactive>auth_admin_keep</allow_inactive>
  34. <allow_active>auth_admin_keep</allow_active>
  35. </defaults>
  36. <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.suspend</annotate>
  37. </action>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement