- Loc updates

- Add access URL to webinterface panel
This commit is contained in:
Infi
2024-08-28 14:31:25 +02:00
parent 2ababa82b0
commit 8d6f59f9fa
5 changed files with 59 additions and 26 deletions
+10 -1
View File
@@ -3606,7 +3606,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Controls:.
/// Looks up a localized string similar to Control Panel:.
/// </summary>
internal static string Webinterface_Controls {
get {
@@ -3623,6 +3623,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to URL:.
/// </summary>
internal static string Webinterface_Controls_Url {
get {
return ResourceManager.GetString("Webinterface_Controls_Url", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Authcode:.
/// </summary>