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 da41fdaa78..9b16cafc0b 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 @@ -6265,6 +6265,8 @@ "Chat.ChatTheme.ApplyTheme" = "Apply Theme"; "Chat.ChatTheme.Cancel" = "Cancel"; "Chat.ChatTheme.NoTheme" = "No\nTheme"; +"Chat.ChatTheme.SelectBackground" = "Choose Background"; +"Chat.ChatTheme.ResetToDefault" = "Reset Background"; "PeerInfo.ChatColors" = "Change Colors"; @@ -6760,6 +6762,7 @@ "ChatTheme.Theme" = "Chat Theme"; "ChatTheme.Colorful" = "Colorful"; +"ChatTheme.Theme.Info" = "Theme will be also applied for %@"; "Channel.AddBot.AdminRights" = "Admin Rights"; "Channel.AddBot.CustomTitle" = "Admin"; @@ -7805,9 +7808,10 @@ "ChatService.ChangedWallpaper" = "%1$@ set a new background for this chat"; "ChatService.YouChangedWallpaper" = "You set a new background for this chat"; -"ChatService.Wallpaper.View" = "View Background"; "ChatService.ChangedToSameWallpaper" = "%1$@ set the same background for this chat"; "ChatService.YouChangedToSameWallpaper" = "You set the same background for this chat"; +"ChatService.ViewBackground" = "View Background"; +"ChatService.UpdateBackground" = "Update Background";