From 51d6855e0dc15ffc325eaa2e3bffcc1e689fa350 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Fri, 21 Nov 2025 14:29:38 +0100 Subject: [PATCH] fix: add missing stock strings --- deltachat-ffi/deltachat.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 117cb6ef8..539ae76fe 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -7712,6 +7712,11 @@ void dc_event_unref(dc_event_t* event); /// Used in summaries. #define DC_STR_REACTED_BY 177 +/// "Member %1$s removed." +/// +/// `%1$s` will be replaced by name of the removed contact. +#define DC_STR_REMOVE_MEMBER 178 + /// "Establishing connection, please wait…" /// /// Used as info message. @@ -7768,6 +7773,11 @@ void dc_event_unref(dc_event_t* event); /// `%1$s` and `%2$s` will both be replaced by the name of the inviter. #define DC_STR_SECURE_JOIN_CHANNEL_STARTED 203 +/// "The attachment contains anonymous usage statistics, which help us improve Delta Chat. Thank you!" +/// +/// Used as the message body for statistics sent out. +#define DC_STR_STATS_MSG_BODY 210 + /// "Proxy Enabled" /// /// Title for proxy section in connectivity view.