mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
feat: add new strings to ffi
This commit is contained in:
@@ -7585,7 +7585,7 @@ void dc_event_unref(dc_event_t* event);
|
|||||||
/// Used in status messages.
|
/// Used in status messages.
|
||||||
#define DC_STR_REMOVE_MEMBER_BY_OTHER 131
|
#define DC_STR_REMOVE_MEMBER_BY_OTHER 131
|
||||||
|
|
||||||
/// "You left."
|
/// "You left the group."
|
||||||
///
|
///
|
||||||
/// Used in status messages.
|
/// Used in status messages.
|
||||||
#define DC_STR_GROUP_LEFT_BY_YOU 132
|
#define DC_STR_GROUP_LEFT_BY_YOU 132
|
||||||
@@ -7865,8 +7865,17 @@ void dc_event_unref(dc_event_t* event);
|
|||||||
/// "Missed Call"
|
/// "Missed Call"
|
||||||
#define DC_STR_MISSED_CALL 198
|
#define DC_STR_MISSED_CALL 198
|
||||||
|
|
||||||
/// "Contact". Deprecated, currently unused.
|
/// "You left the channel."
|
||||||
#define DC_STR_CONTACT 200
|
///
|
||||||
|
/// Used in status messages.
|
||||||
|
#define DC_STR_CHANNEL_LEFT_BY_YOU 200
|
||||||
|
|
||||||
|
/// "Scan to join channel %1$s"
|
||||||
|
///
|
||||||
|
/// Subtitle for channel join qrcode svg image generated by the core.
|
||||||
|
///
|
||||||
|
/// `%1$s` will be replaced with the channel name.
|
||||||
|
#define DC_STR_SECURE_JOIN_CHANNEL_QR_DESC 201
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
Reference in New Issue
Block a user