aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server.WebAdmin/Properties
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-12 18:35:15 -0500
committerMichael <[email protected]>2017-02-12 18:35:15 -0500
commitf54f01494101f931b8987e64a65f7bc8f2314d09 (patch)
tree871676195aad4705dbe1679a4e05f8f0d502ae0e /ShiftOS.Server.WebAdmin/Properties
parentf5ef64e87d4ec61f630ab28235c4906bfb08a2e1 (diff)
downloadshiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.tar.gz
shiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.tar.bz2
shiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.zip
More admin panel work.
Diffstat (limited to 'ShiftOS.Server.WebAdmin/Properties')
-rw-r--r--ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs37
-rw-r--r--ShiftOS.Server.WebAdmin/Properties/Resources.resx6
2 files changed, 35 insertions, 8 deletions
diff --git a/ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs b/ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs
index a3e1d67..6df3fde 100644
--- a/ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs
+++ b/ShiftOS.Server.WebAdmin/Properties/Resources.Designer.cs
@@ -89,6 +89,19 @@ namespace ShiftOS.Server.WebAdmin.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to &lt;h3&gt;{listtitle}&lt;/h3&gt;
+ ///
+ ///&lt;p&gt;{listdesc}&lt;/p&gt;
+ ///
+ ///{list}.
+ /// </summary>
+ internal static string GenericTableList {
+ get {
+ return ResourceManager.GetString("GenericTableList", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to &lt;html&gt;
/// &lt;head&gt;
/// &lt;title&gt;Multi-user domain &amp;bull; ShiftOS&lt;/title&gt;
@@ -97,7 +110,7 @@ namespace ShiftOS.Server.WebAdmin.Properties {
/// &lt;link rel=&quot;stylesheet&quot; href=&quot;http://getshiftos.ml/css/theme.css&quot;/&gt;
///
/// &lt;!-- Latest compiled and minified JavaScript --&gt;
- /// &lt;script src=&quot;https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js&quot; integrity=&quot;sha384-Tc5I [rest of string was truncated]&quot;;.
+ /// &lt;script src=&quot;https://code.jquery.com/jquery-3.1.1.js&quot; integrity=&quot;sha256-16cdPddA6VdVInumRGo6IbivbERE8p7C [rest of string was truncated]&quot;;.
/// </summary>
internal static string HtmlTemplate {
get {
@@ -128,16 +141,24 @@ namespace ShiftOS.Server.WebAdmin.Properties {
}
/// <summary>
- /// Looks up a localized string similar to &lt;h1&gt;Initial setup&lt;/h1&gt;
+ /// Looks up a localized string similar to &lt;h3&gt;No users found.&lt;/h3&gt;
+ ///
+ ///&lt;p&gt;Your multi-user domain is newly-created. Before you can use the admin panel, you must create a ShiftOS user to act as the administrator of the MUD.&lt;/p&gt;
///
- ///&lt;p&gt;Welcome to your multi-user domain. If you are seeing this screen, it means that the web administration panel is successfully running and listening for requests. Before you can start using the admin panel you must create an Admin account. This account will let you log in and manage other authorized users, manage saves, Shiftnet pages and other information.&lt;/p&gt;
+ ///{user_create_form}.
+ /// </summary>
+ internal static string NoUsersFound {
+ get {
+ return ResourceManager.GetString("NoUsersFound", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &lt;h1&gt;Initial setup&lt;/h1&gt;
///
- ///&lt;p&gt;To continue, type a username and password.&lt;/p&gt;
+ ///&lt;p&gt;This multi-user domain contains some users, however none of them are administrators. Please choose your user to make it an admin.&lt;/p&gt;
///
- ///&lt;form method=&quot;post&quot; action=&quot;&quot;&gt;
- /// &lt;table class=&quot;table&quot;&gt;
- /// &lt;tr&gt;
- /// [rest of string was truncated]&quot;;.
+ ///{savelist}.
/// </summary>
internal static string SetupView {
get {
diff --git a/ShiftOS.Server.WebAdmin/Properties/Resources.resx b/ShiftOS.Server.WebAdmin/Properties/Resources.resx
index 7fa664a..b756946 100644
--- a/ShiftOS.Server.WebAdmin/Properties/Resources.resx
+++ b/ShiftOS.Server.WebAdmin/Properties/Resources.resx
@@ -124,12 +124,18 @@
<data name="ChatListView" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ChatListView.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
+ <data name="GenericTableList" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\GenericTableList.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+ </data>
<data name="HtmlTemplate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\HtmlTemplate.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="LoginView" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\LoginView.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
+ <data name="NoUsersFound" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\NoUsersFound.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+ </data>
<data name="SetupView" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\SetupView.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>