From 70ee5882e4f4f95f213d083c71096aeed7ac87f6 Mon Sep 17 00:00:00 2001 From: Meik Date: Thu, 5 Mar 2026 14:10:31 +0100 Subject: [PATCH] Sync resource designer entries for new localization keys --- Changelog.md | 1 + Properties/Resources.Designer.cs | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/Changelog.md b/Changelog.md index f64e2fd..d55be87 100644 --- a/Changelog.md +++ b/Changelog.md @@ -44,3 +44,4 @@ - Ankündigungsüberschrift auf Mehrzahl vereinheitlicht. - Refresh-Tooltip lokalisiert (DE: "Aktualisieren", EN: "Refresh"). - Einzel-Tooltip für den Read-Status vereinheitlicht (DE: "Als gelesen markieren", EN: "Mark as read"). +- Resource-Designer mit neuen Keys (`configInfoHint`, `refresh`) synchronisiert, um Build-Probleme zu vermeiden. diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index eedf2e4..b9bb721 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -231,6 +231,15 @@ namespace C4IT_CustomerPanel.Properties { } } + /// + /// Looks up a localized string similar to The values shown here are loaded from the current web configuration.. + /// + public static string configInfoHint { + get { + return ResourceManager.GetString("configInfoHint", resourceCulture); + } + } + /// /// Looks up a localized string similar to Connection failed: {0:MM/dd/yy h:mm:ss tt}. /// @@ -747,6 +756,15 @@ namespace C4IT_CustomerPanel.Properties { } } + /// + /// Looks up a localized string similar to Refresh. + /// + public static string refresh { + get { + return ResourceManager.GetString("refresh", resourceCulture); + } + } + /// /// Looks up a localized string similar to Remove markup. ///