Merge branch 'main' into dean/extrachat-input-channels
This commit is contained in:
Generated
+173
-2
@@ -1103,6 +1103,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy content.
|
||||
/// </summary>
|
||||
internal static string Context_CopyContent {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_CopyContent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copied message content to clipboard.
|
||||
/// </summary>
|
||||
internal static string Context_CopyContentSuccess {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_CopyContentSuccess", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy Item Name.
|
||||
/// </summary>
|
||||
@@ -1112,6 +1130,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy link to clipboard.
|
||||
/// </summary>
|
||||
internal static string Context_CopyLink {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_CopyLink", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copied link to clipboard.
|
||||
/// </summary>
|
||||
internal static string Context_CopyLinkNotification {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_CopyLinkNotification", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copied message to clipboard.
|
||||
/// </summary>
|
||||
internal static string Context_CopySuccess {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_CopySuccess", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide chat.
|
||||
/// </summary>
|
||||
@@ -1193,6 +1238,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open link in browser.
|
||||
/// </summary>
|
||||
internal static string Context_OpenInBrowser {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_OpenInBrowser", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Failed to open the link in the browser, please report this issue.
|
||||
/// </summary>
|
||||
internal static string Context_OpenInBrowserError {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_OpenInBrowserError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Promote.
|
||||
/// </summary>
|
||||
@@ -1274,6 +1337,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to URL at {0}.
|
||||
/// </summary>
|
||||
internal static string Context_URLDomain {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_URLDomain", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Only open URLs from websites you trust.
|
||||
/// </summary>
|
||||
internal static string Context_URLWarning {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_URLWarning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Chinese (full).
|
||||
/// </summary>
|
||||
@@ -1418,6 +1499,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Authors: .
|
||||
/// </summary>
|
||||
internal static string Options_About_Authors {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_About_Authors", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Click the button to the left to see what's being worked on and what's next..
|
||||
/// </summary>
|
||||
@@ -1428,7 +1518,7 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Click the button to the left to help translate {0}..
|
||||
/// Looks up a localized string similar to Help to translate: .
|
||||
/// </summary>
|
||||
internal static string Options_About_CrowdIn {
|
||||
get {
|
||||
@@ -1436,6 +1526,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Discord: .
|
||||
/// </summary>
|
||||
internal static string Options_About_Discord {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_About_Discord", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Get help in the discord thread: .
|
||||
/// </summary>
|
||||
internal static string Options_About_Discord_Thread {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_About_Discord_Thread", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Get help through github issues: .
|
||||
/// </summary>
|
||||
internal static string Options_About_Github_Issues {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_About_Github_Issues", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0} is a project to completely recreate the in-game chat and make it even better..
|
||||
/// </summary>
|
||||
@@ -1463,6 +1580,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Version: .
|
||||
/// </summary>
|
||||
internal static string Options_About_Version {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_About_Version", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Allow moving chat.
|
||||
/// </summary>
|
||||
@@ -1716,7 +1842,7 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide chat during cutscenes.
|
||||
/// Looks up a localized string similar to Hide during cutscenes.
|
||||
/// </summary>
|
||||
internal static string Options_HideDuringCutscenes_Name {
|
||||
get {
|
||||
@@ -1724,6 +1850,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide {0} during loading screens..
|
||||
/// </summary>
|
||||
internal static string Options_HideInLoadingScreens_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_HideInLoadingScreens_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide during loading screens.
|
||||
/// </summary>
|
||||
internal static string Options_HideInLoadingScreens_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_HideInLoadingScreens_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide timestamps when previous messages have the same timestamp..
|
||||
/// </summary>
|
||||
@@ -1904,6 +2048,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Override Style.
|
||||
/// </summary>
|
||||
internal static string Options_OverrideStyle_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_OverrideStyle_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Override your selected dalamud style with a different one.
|
||||
/// </summary>
|
||||
internal static string Options_OverrideStyle_Name_Desc {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_OverrideStyle_Name_Desc", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Styles.
|
||||
/// </summary>
|
||||
internal static string Options_OverrideStyleDropdown_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_OverrideStyleDropdown_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Display messages in a more modern style..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user