working on characterlist
This commit is contained in:
@@ -97,29 +97,29 @@ namespace OwnChar.App.Desktop.LangRes {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Do you really want to delete the character {0}? ähnelt.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die the character {0} ähnelt.
|
||||
/// </summary>
|
||||
internal static string MsgBox_ConfirmDeletion_Text {
|
||||
internal static string MsgBox_ConfirmDelete_TextChar {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgBox_ConfirmDeletion_Text", resourceCulture);
|
||||
return ResourceManager.GetString("MsgBox_ConfirmDelete_TextChar", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Delete Character ähnelt.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Character ähnelt.
|
||||
/// </summary>
|
||||
internal static string MsgBox_ConfirmDeletion_Title {
|
||||
internal static string MsgBox_ConfirmDelete_TitleChar {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgBox_ConfirmDeletion_Title", resourceCulture);
|
||||
return ResourceManager.GetString("MsgBox_ConfirmDelete_TitleChar", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Unnamed Character ähnelt.
|
||||
/// </summary>
|
||||
internal static string Tab_UnnamedChar {
|
||||
internal static string UnnamedChar {
|
||||
get {
|
||||
return ResourceManager.GetString("Tab_UnnamedChar", resourceCulture);
|
||||
return ResourceManager.GetString("UnnamedChar", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user