You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticletUpdateNotificationMessage=String(localized:"Notification.AppUpdateAvailable", defaultValue:"App Updates Available. Please update your apps to the latest version.", comment:"Notification message when an update is available")
75
81
staticletUpdateNotificationButtonText=String(localized:"Notification.UpdateNow", defaultValue:"Update Now 🚀", comment:"Notification button text when an update is available")
76
82
}
83
+
84
+
enumElevation{
85
+
staticletElevationStartedMessage=String(localized:"Notification.ElevationStarted", defaultValue:"Privliged session started. You will be demoted in", comment:"Notification message when an elevation is started")
86
+
staticletElevationHalfwayMessage=String(localized:"Notification.ElevationHalfway", defaultValue:"Your elevated privileges will be demoted in", comment:"Notification message when half the time has passed")
87
+
staticletElevationDemotedMessage=String(localized:"Notification.ElevationDemoted", defaultValue:"Your elevated privileges have been demoted.", comment:"Notification message when the elevation is demoted")
88
+
}
77
89
}
78
90
79
91
enumErrors{
@@ -110,6 +122,7 @@ enum Constants {
110
122
staticletuserInfo=String(localized:"Card.UserInfoTitle", defaultValue:"User Information", comment:"Title for user info card")
111
123
staticletpendingUpdates=String(localized:"Card.PendingUpdatesTitle", defaultValue:"Pending Updates", comment:"Title for pending updates card")
112
124
staticletinstalledApps=String(localized:"Card.InstalledAppsTitle", defaultValue:"Installed Applications", comment:"Title for installed apps card")
125
+
staticletprivileges=String(localized:"Card.PrivilegesTitle", defaultValue:"Privileges", comment:"Title for privileges card")
0 commit comments