Manjaro Difference between revisions of "Translations:Manjaro Polkit Rules/11/fr"

Difference between revisions of "Translations:Manjaro Polkit Rules/11/fr"

From Manjaro
(Created page with "polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.upower.hibernate" || action.id == "org.freedesktop.upower.suspend") { retur...")
 
(No difference)

Latest revision as of 07:41, 23 May 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manjaro Polkit Rules)
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

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies.