work on characterlist

This commit is contained in:
Zoe Fenris
2024-06-22 13:36:27 +02:00
parent f46eab015d
commit 82ec7e48c6
3 changed files with 37 additions and 3 deletions

View File

@@ -96,6 +96,24 @@ namespace OwnChar.App.Desktop.LangRes {
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Do you really want to delete the character {0}? ähnelt.
/// </summary>
internal static string MsgBox_ConfirmDeletion_Text {
get {
return ResourceManager.GetString("MsgBox_ConfirmDeletion_Text", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Delete Character ähnelt.
/// </summary>
internal static string MsgBox_ConfirmDeletion_Title {
get {
return ResourceManager.GetString("MsgBox_ConfirmDeletion_Title", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Unnamed Character ähnelt.
/// </summary>