- Add MuteList and TermsFilter to block functions
This commit is contained in:
Generated
+27
@@ -1094,6 +1094,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Register to Mute List.
|
||||
/// </summary>
|
||||
internal static string Context_AddToMuteList {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_AddToMuteList", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Add to Term Filters.
|
||||
/// </summary>
|
||||
internal static string Context_AddToTermsFilter {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_AddToTermsFilter", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to View Adventurer Plate.
|
||||
/// </summary>
|
||||
@@ -1112,6 +1130,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Block Functions.
|
||||
/// </summary>
|
||||
internal static string Context_BlockFunctions {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_BlockFunctions", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user