Add pre-testing version of the webinterface
This commit is contained in:
Generated
+63
@@ -3407,6 +3407,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Webinterface.
|
||||
/// </summary>
|
||||
internal static string Options_Webinterface_Tab {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Webinterface_Tab", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enables the webinterface that can be accessed with a browser..
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceEnable_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceEnable_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enable.
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceEnable_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceEnable_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Window opacity.
|
||||
/// </summary>
|
||||
@@ -3541,5 +3568,41 @@ namespace ChatTwo.Resources {
|
||||
return ResourceManager.GetString("UnreadMode_Unseen_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your current password to access the webinterface:.
|
||||
/// </summary>
|
||||
internal static string Webinterface_CurrentPassword {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_CurrentPassword", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reset your password and invalidate all session tokens..
|
||||
/// </summary>
|
||||
internal static string Webinterface_PasswordReset_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_PasswordReset_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Webinterface Status:.
|
||||
/// </summary>
|
||||
internal static string Webinterface_Status {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Status", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Active:.
|
||||
/// </summary>
|
||||
internal static string Webinterface_Status_Active {
|
||||
get {
|
||||
return ResourceManager.GetString("Webinterface_Status_Active", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -463,6 +463,9 @@
|
||||
<data name="Options_Miscellaneous_Tab">
|
||||
<value>Miscellaneous</value>
|
||||
</data>
|
||||
<data name="Options_Webinterface_Tab">
|
||||
<value>Webinterface</value>
|
||||
</data>
|
||||
<data name="LanguageOverride_None">
|
||||
<value>Use Dalamud's default language</value>
|
||||
</data>
|
||||
@@ -547,6 +550,12 @@
|
||||
<data name="Options_SortAutoTranslate_Description">
|
||||
<value>If this is enabled, the Auto Translate list will be sorted alphabetically.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Name">
|
||||
<value>Enable</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceEnable_Description">
|
||||
<value>Enables the webinterface that can be accessed with a browser.</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_Name">
|
||||
<value>Override Style</value>
|
||||
</data>
|
||||
@@ -559,6 +568,18 @@
|
||||
<data name="Options_ChatTabBackwardKeybind_Name">
|
||||
<value>Cycle chat tab backwards keybind</value>
|
||||
</data>
|
||||
<data name="Webinterface_CurrentPassword">
|
||||
<value>Your current password to access the webinterface:</value>
|
||||
</data>
|
||||
<data name="Webinterface_PasswordReset_Tooltip">
|
||||
<value>Reset your password and invalidate all session tokens.</value>
|
||||
</data>
|
||||
<data name="Webinterface_Status">
|
||||
<value>Webinterface Status:</value>
|
||||
</data>
|
||||
<data name="Webinterface_Status_Active">
|
||||
<value>Active:</value>
|
||||
</data>
|
||||
<data name="Keybind_None">
|
||||
<value>none set</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user