Sync resource designer entries for new localization keys
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
18
Properties/Resources.Designer.cs
generated
18
Properties/Resources.Designer.cs
generated
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user