Geteilt von zusammengefasst

This commit is contained in:
2026-01-29 15:00:22 +01:00
parent 3b160e9703
commit 0f9635b31f
3 changed files with 22 additions and 24 deletions

View File

@@ -10,11 +10,9 @@ namespace BS.Shared.Text
{
public static string OwnBibNodeTitle => "Eigene Bibliothek";
public static string OwnBibNodeDescription => "Hier können Sie Ihre eigenen Prompts verwalten";
public static string SharedBibNodeTitle => "Geteilt mit mir";
public static string SharedBibNodeDescription => "Hier sehen Sie Prompts, welche von Ihren Kollegin";
public static string PublicBibNodeTitle => "Öffentlich";
public static string PublicBibNodeTitle => "Geteilt";
public static string PublicBibNodeDescription => "Hier sehen Sie öffentliche Prompts";
public static string PublicSharedBibNodeTitle => "Geteilt von '{0}'";
public static string PublicSharedBibNodeTitle => "von '{0}'";
public static string PublicSharedBibNodeDescription => "Hier sehen Sie Prompts, welche '{0}' mit Ihnen geteilt hat";
public static string OwnsoftBibNodeTitle => "Ownsoft";
public static string OwnsoftBibNodeDescription => "Hier können Sie vordefinierte Prompts sehen";