diff --git a/ElementX/Resources/Localizations/de.lproj/Localizable.strings b/ElementX/Resources/Localizations/de.lproj/Localizable.strings index cf454c8c1..c59434962 100644 --- a/ElementX/Resources/Localizations/de.lproj/Localizable.strings +++ b/ElementX/Resources/Localizations/de.lproj/Localizable.strings @@ -182,6 +182,7 @@ "screen_create_room_action_create_room" = "New room"; "screen_create_room_action_invite_people" = "Invite people"; "screen_create_room_add_people_title" = "Add people"; +"screen_create_room_error_creating_room" = "An error occurred when creating the room"; "screen_create_room_private_option_description" = "Messages in this room are encrypted. Encryption can’t be disabled afterwards."; "screen_create_room_private_option_title" = "Private room (invite only)"; "screen_create_room_public_option_description" = "Messages are not encrypted and anyone can read them. You can enable encryption at a later date."; diff --git a/ElementX/Resources/Localizations/en.lproj/Localizable.strings b/ElementX/Resources/Localizations/en.lproj/Localizable.strings index 5b46014b4..5a00e4990 100644 --- a/ElementX/Resources/Localizations/en.lproj/Localizable.strings +++ b/ElementX/Resources/Localizations/en.lproj/Localizable.strings @@ -182,6 +182,7 @@ "screen_create_room_action_create_room" = "New room"; "screen_create_room_action_invite_people" = "Invite people"; "screen_create_room_add_people_title" = "Add people"; +"screen_create_room_error_creating_room" = "An error occurred when creating the room"; "screen_create_room_private_option_description" = "Messages in this room are encrypted. Encryption can’t be disabled afterwards."; "screen_create_room_private_option_title" = "Private room (invite only)"; "screen_create_room_public_option_description" = "Messages are not encrypted and anyone can read them. You can enable encryption at a later date."; diff --git a/ElementX/Resources/Localizations/es.lproj/Localizable.strings b/ElementX/Resources/Localizations/es.lproj/Localizable.strings index 5b2f16b6b..f6ca9de40 100644 --- a/ElementX/Resources/Localizations/es.lproj/Localizable.strings +++ b/ElementX/Resources/Localizations/es.lproj/Localizable.strings @@ -182,6 +182,7 @@ "screen_create_room_action_create_room" = "Nueva sala"; "screen_create_room_action_invite_people" = "Invitar gente"; "screen_create_room_add_people_title" = "Añadir personas"; +"screen_create_room_error_creating_room" = "An error occurred when creating the room"; "screen_create_room_private_option_description" = "Messages in this room are encrypted. Encryption can’t be disabled afterwards."; "screen_create_room_private_option_title" = "Private room (invite only)"; "screen_create_room_public_option_description" = "Messages are not encrypted and anyone can read them. You can enable encryption at a later date."; diff --git a/ElementX/Resources/Localizations/fr.lproj/Localizable.strings b/ElementX/Resources/Localizations/fr.lproj/Localizable.strings index b3cd8e648..b70a9981e 100644 --- a/ElementX/Resources/Localizations/fr.lproj/Localizable.strings +++ b/ElementX/Resources/Localizations/fr.lproj/Localizable.strings @@ -182,6 +182,7 @@ "screen_create_room_action_create_room" = "New room"; "screen_create_room_action_invite_people" = "Invite people"; "screen_create_room_add_people_title" = "Add people"; +"screen_create_room_error_creating_room" = "An error occurred when creating the room"; "screen_create_room_private_option_description" = "Messages in this room are encrypted. Encryption can’t be disabled afterwards."; "screen_create_room_private_option_title" = "Private room (invite only)"; "screen_create_room_public_option_description" = "Messages are not encrypted and anyone can read them. You can enable encryption at a later date."; diff --git a/ElementX/Resources/Localizations/it.lproj/Localizable.strings b/ElementX/Resources/Localizations/it.lproj/Localizable.strings index f12df70e9..35d771de2 100644 --- a/ElementX/Resources/Localizations/it.lproj/Localizable.strings +++ b/ElementX/Resources/Localizations/it.lproj/Localizable.strings @@ -182,6 +182,7 @@ "screen_create_room_action_create_room" = "Nuova stanza"; "screen_create_room_action_invite_people" = "Invita persone"; "screen_create_room_add_people_title" = "Aggiungi persone"; +"screen_create_room_error_creating_room" = "An error occurred when creating the room"; "screen_create_room_private_option_description" = "Messages in this room are encrypted. Encryption can’t be disabled afterwards."; "screen_create_room_private_option_title" = "Private room (invite only)"; "screen_create_room_public_option_description" = "Messages are not encrypted and anyone can read them. You can enable encryption at a later date."; diff --git a/ElementX/Resources/Localizations/ro.lproj/Localizable.strings b/ElementX/Resources/Localizations/ro.lproj/Localizable.strings index 48f81fa01..58b33fe69 100644 --- a/ElementX/Resources/Localizations/ro.lproj/Localizable.strings +++ b/ElementX/Resources/Localizations/ro.lproj/Localizable.strings @@ -182,6 +182,7 @@ "screen_create_room_action_create_room" = "Cameră nouă"; "screen_create_room_action_invite_people" = "Invitați persoane"; "screen_create_room_add_people_title" = "Adaugați persoane"; +"screen_create_room_error_creating_room" = "An error occurred when creating the room"; "screen_create_room_private_option_description" = "Messages in this room are encrypted. Encryption can’t be disabled afterwards."; "screen_create_room_private_option_title" = "Private room (invite only)"; "screen_create_room_public_option_description" = "Messages are not encrypted and anyone can read them. You can enable encryption at a later date."; diff --git a/ElementX/Sources/Generated/Strings.swift b/ElementX/Sources/Generated/Strings.swift index bac006d22..564807204 100644 --- a/ElementX/Sources/Generated/Strings.swift +++ b/ElementX/Sources/Generated/Strings.swift @@ -436,6 +436,8 @@ public enum L10n { public static var screenCreateRoomActionInvitePeople: String { return L10n.tr("Localizable", "screen_create_room_action_invite_people") } /// Add people public static var screenCreateRoomAddPeopleTitle: String { return L10n.tr("Localizable", "screen_create_room_add_people_title") } + /// An error occurred when creating the room + public static var screenCreateRoomErrorCreatingRoom: String { return L10n.tr("Localizable", "screen_create_room_error_creating_room") } /// Messages in this room are encrypted. Encryption can’t be disabled afterwards. public static var screenCreateRoomPrivateOptionDescription: String { return L10n.tr("Localizable", "screen_create_room_private_option_description") } /// Private room (invite only)