Sync resource designer entries for new localization keys

This commit is contained in:
Meik
2026-03-05 14:10:31 +01:00
parent 9020cdb3b1
commit 70ee5882e4
2 changed files with 19 additions and 0 deletions

View File

@@ -44,3 +44,4 @@
- Ankündigungsüberschrift auf Mehrzahl vereinheitlicht. - Ankündigungsüberschrift auf Mehrzahl vereinheitlicht.
- Refresh-Tooltip lokalisiert (DE: "Aktualisieren", EN: "Refresh"). - Refresh-Tooltip lokalisiert (DE: "Aktualisieren", EN: "Refresh").
- Einzel-Tooltip für den Read-Status vereinheitlicht (DE: "Als gelesen markieren", EN: "Mark as read"). - 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.

View File

@@ -231,6 +231,15 @@ namespace C4IT_CustomerPanel.Properties {
} }
} }
/// <summary>
/// Looks up a localized string similar to The values shown here are loaded from the current web configuration..
/// </summary>
public static string configInfoHint {
get {
return ResourceManager.GetString("configInfoHint", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Connection failed: {0:MM/dd/yy h:mm:ss tt}. /// Looks up a localized string similar to Connection failed: {0:MM/dd/yy h:mm:ss tt}.
/// </summary> /// </summary>
@@ -747,6 +756,15 @@ namespace C4IT_CustomerPanel.Properties {
} }
} }
/// <summary>
/// Looks up a localized string similar to Refresh.
/// </summary>
public static string refresh {
get {
return ResourceManager.GetString("refresh", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Remove markup. /// Looks up a localized string similar to Remove markup.
/// </summary> /// </summary>