You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
945 B

var data = [{
icon: "system-lock-screen",
operation: "lockScreen",
tooltip_mainText: i18n("Lock"),
tooltip_subText: i18n("Lock the screen"),
requires: "LockScreen"
}, {
icon: "system-switch-user",
operation: "switchUser",
tooltip_mainText: i18n("Switch user"),
tooltip_subText: i18n("Start a parallel session as a different user")
}, {
icon: "system-shutdown",
operation: "requestShutDown",
tooltip_mainText: i18n("Leave..."),
tooltip_subText: i18n("Logout, turn off or restart the computer")
}, {
icon: "system-suspend",
operation: "suspendToRam",
tooltip_mainText: i18nc("Suspend to RAM", "Sleep"),
tooltip_subText: i18n("Sleep (suspend to RAM)"),
requires: "Suspend"
}, {
icon: "system-suspend-hibernate",
operation: "suspendToDisk",
tooltip_mainText: i18n("Hibernate"),
tooltip_subText: i18n("Hibernate (suspend to disk)"),
requires: "Hibernate"
}]