working on grouplistcontrol & charlistcontrol
This commit is contained in:
@@ -60,6 +60,24 @@ namespace OwnChar.App.Desktop.LangRes {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Fandom ähnelt.
|
||||
/// </summary>
|
||||
internal static string Column_Fandom {
|
||||
get {
|
||||
return ResourceManager.GetString("Column_Fandom", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt.
|
||||
/// </summary>
|
||||
internal static string Column_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Column_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Do you really want to delete {0}? ähnelt.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user