File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7712,6 +7712,11 @@ void dc_event_unref(dc_event_t* event);
77127712/// Used in summaries.
77137713#define DC_STR_REACTED_BY 177
77147714
7715+ /// "Member %1$s removed."
7716+ ///
7717+ /// `%1$s` will be replaced by name of the removed contact.
7718+ #define DC_STR_REMOVE_MEMBER 178
7719+
77157720/// "Establishing connection, please wait…"
77167721///
77177722/// Used as info message.
@@ -7768,6 +7773,11 @@ void dc_event_unref(dc_event_t* event);
77687773/// `%1$s` and `%2$s` will both be replaced by the name of the inviter.
77697774#define DC_STR_SECURE_JOIN_CHANNEL_STARTED 203
77707775
7776+ /// "The attachment contains anonymous usage statistics, which help us improve Delta Chat. Thank you!"
7777+ ///
7778+ /// Used as the message body for statistics sent out.
7779+ #define DC_STR_STATS_MSG_BODY 210
7780+
77717781/// "Proxy Enabled"
77727782///
77737783/// Title for proxy section in connectivity view.
You can’t perform that action at this time.
0 commit comments