All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)polkit.addRule(function(action, subject) {
     if (action.id == "org.freedesktop.login1.power-off" ||
         action.id == "org.freedesktop.login1.reboot" ||
         action.id == "org.freedesktop.login1.hibernate" ||
         action.id == "org.freedesktop.login1.suspend") {
         return polkit.Result.YES;
     }
 });
 
The third rule allows the upower daemon to hibernate or suspend the system
 h French (fr)polkit.addRule(function(action, subject) {
     if (action.id == "org.freedesktop.login1.power-off" ||
         action.id == "org.freedesktop.login1.reboot" ||
         action.id == "org.freedesktop.login1.hibernate" ||
         action.id == "org.freedesktop.login1.suspend") {
         return polkit.Result.YES;
     }
 });
 
The third rule allows the upower daemon to hibernate or suspend the system
 h Russian (ru)polkit.addRule(function(action, subject) {
     if (action.id == "org.freedesktop.login1.power-off" ||
         action.id == "org.freedesktop.login1.reboot" ||
         action.id == "org.freedesktop.login1.hibernate" ||
         action.id == "org.freedesktop.login1.suspend") {
         return polkit.Result.YES;
     }
 });
 
Третье правило позволяет демону upower переводить систему в спящий режим или приостанавливать ее работу