Manjaro All translations

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.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
 h French (fr)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
 h Russian (ru)polkit.addRule(function(action, subject) {
     if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) {
         return polkit.Result.YES;
     }
 });
 
Второе правило позволяет любому пользователю контролировать, должна ли система быть выключена или перезапущена
Cookies help us deliver our services. By using our services, you agree to our use of cookies.
Translations