Add more info to the about page

This commit is contained in:
Infi
2024-04-09 21:58:32 +02:00
parent 8446cb3c1f
commit 9feb70d262
6 changed files with 110 additions and 28 deletions
+55 -9
View File
@@ -1059,14 +1059,6 @@ namespace ChatTwo.Resources {
}
/// <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);
}
}
/// Looks up a localized string similar to Copy link to clipboard.
/// </summary>
internal static string Context_CopyLink {
@@ -1084,6 +1076,15 @@ namespace ChatTwo.Resources {
}
}
/// <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>
@@ -1426,6 +1427,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&apos;s being worked on and what&apos;s next..
/// </summary>
@@ -1436,7 +1446,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 {
@@ -1444,6 +1454,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>
@@ -1471,6 +1508,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>