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>
+17 -2
View File
@@ -377,7 +377,7 @@
<value>Click the button to the left to see what's being worked on and what's next.</value>
</data>
<data name="Options_About_CrowdIn">
<value>Click the button to the left to help translate {0}.</value>
<value>Help to translate: </value>
</data>
<data name="Options_About_Translators">
<value>Translators</value>
@@ -871,7 +871,7 @@
<data name="Options_TooltipOffset_Desc">
<value>Use this option if you experience cut-off tooltips.</value>
</data>
<data name="Context_CopyContent">
<value>Copy content</value>
</data>
@@ -899,4 +899,19 @@
<data name="Context_URLWarning" xml:space="preserve">
<value>Only open URLs from websites you trust</value>
</data>
<data name="Options_About_Authors" xml:space="preserve">
<value>Authors: </value>
</data>
<data name="Options_About_Discord" xml:space="preserve">
<value>Discord: </value>
</data>
<data name="Options_About_Version" xml:space="preserve">
<value>Version: </value>
</data>
<data name="Options_About_Github_Issues" xml:space="preserve">
<value>Get help through github issues: </value>
</data>
<data name="Options_About_Discord_Thread" xml:space="preserve">
<value>Get help in the discord thread: </value>
</data>
</root>