diff --git a/data/client/macos-beta/Telegram.app/Contents/Resources/en.lproj/Localizable.strings b/data/client/macos-beta/Telegram.app/Contents/Resources/en.lproj/Localizable.strings index 5be73aa5d2..28a3c33357 100644 --- a/data/client/macos-beta/Telegram.app/Contents/Resources/en.lproj/Localizable.strings +++ b/data/client/macos-beta/Telegram.app/Contents/Resources/en.lproj/Localizable.strings @@ -6897,6 +6897,16 @@ "PeerInfo.Forum" = "Topics"; "PeerInfo.Forum.Info" = "The group chat will be devided into topics created by admins or users."; +"PeerInfo.TopicsLimitedParticipantCountText_countable" = "%d"; +"PeerInfo.TopicsLimitedParticipantCountText_zero" = "Only groups with more than %d members can have topics enabled."; +"PeerInfo.TopicsLimitedParticipantCountText_one" = "Only groups with more than %d member can have topics enabled."; +"PeerInfo.TopicsLimitedParticipantCountText_two" = "Only groups with more than %d members can have topics enabled."; +"PeerInfo.TopicsLimitedParticipantCountText_few" = "Only groups with more than %d members can have topics enabled."; +"PeerInfo.TopicsLimitedParticipantCountText_many" = "Only groups with more than %d members can have topics enabled."; +"PeerInfo.TopicsLimitedParticipantCountText_other" = "Only groups with more than %d members can have topics enabled."; + +"PeerInfo.TopicsLimitedDiscussionGroups" = "Topics are currently unavailable in groups connected to channels."; + "Chat.Context.EditTopic" = "Edit Topic";