meh
This commit is contained in:
18
Maintenance/LangKeys.cs
Normal file
18
Maintenance/LangKeys.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace Maintenance;
|
||||
|
||||
public static class LangKeys
|
||||
{
|
||||
public const string MaintenanceActivated = "maintenanceActivated";
|
||||
public const string MaintenanceDeactivated = "maintenanceDeactivated";
|
||||
public const string AlreadyEnabled = "alreadyEnabled";
|
||||
public const string AlreadyDisabled = "alreadyDisabled";
|
||||
public const string EndTimerBroadcast = "endtimerBroadcast";
|
||||
public const string EndTimerStarted = "endtimerStarted";
|
||||
public const string StartTimerBroadcast = "starttimerBroadcast";
|
||||
public const string StartTimerStarted = "starttimerStarted";
|
||||
public const string ScheduleTimerBroadcast = "scheduletimerBroadcast";
|
||||
public const string TimerAlreadyRunning = "timerAlreadyRunning";
|
||||
public const string TimerNotRunning = "timerNotRunning";
|
||||
public const string TimerCancelled = "timerCancelled";
|
||||
public const string TimerTooLong = "timerTooLong";
|
||||
}
|
Reference in New Issue
Block a user