Loc the string

This commit is contained in:
Infi
2024-08-29 19:06:49 +02:00
parent cdf4f92ffa
commit db3d513f9e
3 changed files with 13 additions and 1 deletions
+9
View File
@@ -3784,5 +3784,14 @@ namespace ChatTwo.Resources {
return ResourceManager.GetString("Webinterface_Stop_Success", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Usage Notice.
/// </summary>
internal static string Webinterface_UsageNotice {
get {
return ResourceManager.GetString("Webinterface_UsageNotice", resourceCulture);
}
}
}
}