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

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

From Manjaro
(Created page with "polkit.addRule(function(action, subject) { if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) { return polkit.Result.YES;...")
 
(No difference)

Latest revision as of 07:40, 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.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) {
         return polkit.Result.YES;
     }
 });
 
The second rule allows any user to control if the system should be shut down or restarted

polkit.addRule(function(action, subject) {

    if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) {
        return polkit.Result.YES;
    }
});

The second rule allows any user to control if the system should be shut down or restarted

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