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.upower.hibernate" ||
         action.id == "org.freedesktop.upower.suspend") {
         return polkit.Result.YES;
     }
 });
 
The fourth rule allows a member of the '''network''' group to use the bluetooth devices without authentication
 h French (fr)polkit.addRule(function(action, subject) {
     if (action.id == "org.freedesktop.upower.hibernate" ||
         action.id == "org.freedesktop.upower.suspend") {
         return polkit.Result.YES;
     }
 });
 
The fourth rule allows a member of the '''network''' group to use the bluetooth devices without authentication
 h Russian (ru)polkit.addRule(function(action, subject) {
     if (action.id == "org.freedesktop.upower.hibernate" ||
         action.id == "org.freedesktop.upower.suspend") {
         return polkit.Result.YES;
     }
 });
 
Четвертое правило позволяет члену группы '''network''' использовать устройства bluetooth без аутентификации