diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 169e6244a..77a69d7f9 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -780,6 +780,10 @@ // Widget Picker "widget_picker_title" = "Integrations"; +"widget_room_permission_title" = "Load Widget"; +"widget_room_permission_creator_info_title" = "This widget was added by:"; +"widget_room_permission_information" = "Using it may set cookies and share data with %@:\n\n• Your display name\n• Your avatar URL\n• Your user ID\n• Your theme\n• Room ID\n• Widget ID"; + // Share extension "share_extension_auth_prompt" = "Login in the main app to share content"; "share_extension_failed_to_encrypt" = "Failed to send. Check in the main app the encryption settings for this room"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 707202db3..5d25042ec 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -3334,6 +3334,18 @@ internal enum VectorL10n { internal static var widgetPickerTitle: String { return VectorL10n.tr("Vector", "widget_picker_title") } + /// This widget was added by: + internal static var widgetRoomPermissionCreatorInfoTitle: String { + return VectorL10n.tr("Vector", "widget_room_permission_creator_info_title") + } + /// Using it may set cookies and share data with %@:\n\n• Your display name\n• Your avatar URL\n• Your user ID\n• Your theme\n• Room ID\n• Widget ID + internal static func widgetRoomPermissionInformation(_ p1: String) -> String { + return VectorL10n.tr("Vector", "widget_room_permission_information", p1) + } + /// Load Widget + internal static var widgetRoomPermissionTitle: String { + return VectorL10n.tr("Vector", "widget_room_permission_title") + } /// You don't currently have any stickerpacks enabled. internal static var widgetStickerPickerNoStickerpacksAlert: String { return VectorL10n.tr("Vector", "widget_sticker_picker_no_stickerpacks_alert")