From f5ef64e87d4ec61f630ab28235c4906bfb08a2e1 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 12 Feb 2017 14:03:46 -0500 Subject: Admin panel for chat frontend. --- .../Properties/Resources.Designer.cs | 28 ++++++++++++++++++++++ ShiftOS.Server.WebAdmin/Properties/Resources.resx | 6 +++++ 2 files changed, 34 insertions(+) (limited to 'ShiftOS.Server.WebAdmin/Properties') diff --git a/ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs b/ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs index cf60006..a3e1d67 100644 --- a/ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs +++ b/ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs @@ -60,6 +60,34 @@ namespace ShiftOS.Server.WebAdmin.Properties { } } + /// + /// Looks up a localized string similar to <h3>Create/edit chat</h3> + /// + ///<p>Please fill out the details below for your channel list to be modified.</p> + /// + ///{form}. + /// + internal static string ChatEditTemplate { + get { + return ResourceManager.GetString("ChatEditTemplate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to <h3>Chats</h3> + /// + ///<p>On this page you can find a list of all chats in the system. Chats are a part of the multi-user domain that allows online players to talk to eachother in the 'MUD Chat' application.</p> + /// + ///<p>If you have a Discord server for your multi-user domain, you can also designate a ShiftOS chat to listen on a specific channel on your server. You will need to create a Discord Bot Token and specify the ID of the channel you want tolisten to.</p> + /// + ///<p>Once the chat is set up, you should see a bot [rest of string was truncated]";. + /// + internal static string ChatListView { + get { + return ResourceManager.GetString("ChatListView", resourceCulture); + } + } + /// /// Looks up a localized string similar to <html> /// <head> diff --git a/ShiftOS.Server.WebAdmin/Properties/Resources.resx b/ShiftOS.Server.WebAdmin/Properties/Resources.resx index a6e7f9b..7fa664a 100644 --- a/ShiftOS.Server.WebAdmin/Properties/Resources.resx +++ b/ShiftOS.Server.WebAdmin/Properties/Resources.resx @@ -118,6 +118,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\ChatEditTemplate.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\ChatListView.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + ..\Resources\HtmlTemplate.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 -- cgit v1.2.3