feat: better string when using disappearing messages of one year (365..367 days, so it can be tweaked later)

This commit is contained in:
B. Petersen
2025-08-06 18:23:51 +02:00
committed by link2xt
parent 27b5ffb34f
commit 8df1a01ace
3 changed files with 30 additions and 0 deletions

View File

@@ -7598,6 +7598,18 @@ void dc_event_unref(dc_event_t* event);
/// `%2$s` will be replaced by name and address of the contact.
#define DC_STR_EPHEMERAL_TIMER_WEEKS_BY_OTHER 157
/// "You set message deletion timer to 1 year."
///
/// Used in status messages.
#define DC_STR_EPHEMERAL_TIMER_1_YEAR_BY_YOU 158
/// "Message deletion timer is set to 1 year by %1$s."
///
/// `%1$s` will be replaced by name and address of the contact.
///
/// Used in status messages.
#define DC_STR_EPHEMERAL_TIMER_1_YEAR_BY_OTHER 159
/// "Scan to set up second device for %1$s"
///
/// `%1$s` will be replaced by name and address of the account.