mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Modular integrations UI: Better seperate "Modular postMessage API" code from UIWebview cooking. Manage error sending
This commit is contained in:
@@ -510,3 +510,16 @@
|
||||
"widget_no_power_to_manage" = "You need permission to manage widgets in this room";
|
||||
"widget_creation_failure" = "Widget creation has failed";
|
||||
|
||||
// Widget Integration Manager
|
||||
"widget_integration_need_login" = "You need to be logged in.";
|
||||
"widget_integration_need_to_be_able_to_invite" = "You need to be able to invite users to do that.";
|
||||
"widget_integration_unable_to_create" = "Unable to create widget.";
|
||||
"widget_integration_failed_to_send_request" = "Failed to send request.";
|
||||
"widget_integration_room_not_recognised" = "This room is not recognised.";
|
||||
"widget_integration_positive_power_level" = "Power level must be positive integer.";
|
||||
"widget_integration_must_be_in_room" = "You are not in this room.";
|
||||
"widget_integration_no_permission_in_room" = "You do not have permission to do that in this room.";
|
||||
"widget_integration_missing_room_id" = "Missing room_id in request.";
|
||||
"widget_integration_missing_user_id" = "Missing user_id in request.";
|
||||
"widget_integration_room_not_visible" = "Room %@ is not visible.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user