- Loc Update

This commit is contained in:
Infi
2026-05-01 12:02:45 +02:00
parent 3bc8a223c2
commit 89e1da1211
17 changed files with 132 additions and 24 deletions
+18
View File
@@ -77,6 +77,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Select all.
/// </summary>
internal static string ChannelSelector_Select {
get {
return ResourceManager.GetString("ChannelSelector_Select", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unselect all.
/// </summary>
internal static string ChannelSelector_Unselect {
get {
return ResourceManager.GetString("ChannelSelector_Unselect", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An error occured while sending this tell message.
/// </summary>