From 2d193a7171775bbc80991e3f56bdadfb6b2fb3e8 Mon Sep 17 00:00:00 2001 From: libexus Date: Wed, 12 May 2021 19:53:54 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (35 of 35 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/de/ --- Riot/Assets/de.lproj/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Riot/Assets/de.lproj/Localizable.strings b/Riot/Assets/de.lproj/Localizable.strings index 155ecd848..0f6263a75 100644 --- a/Riot/Assets/de.lproj/Localizable.strings +++ b/Riot/Assets/de.lproj/Localizable.strings @@ -62,3 +62,9 @@ /* New message indicator on a room */ "MESSAGE_IN_X" = "Nachricht in %@"; "MESSAGE_PROTECTED" = "Neue Nachricht"; + +/* Group call from user, CallKit caller name */ +"GROUP_CALL_FROM_USER" = "%@ (Gruppenanruf)"; + +/* A user added a Jitsi call to a room */ +"GROUP_CALL_STARTED" = "Gruppenanruf gestartet";