Add stock strings for ephemeral timer changes

This commit is contained in:
Alexander Krotov
2020-07-01 07:17:22 +03:00
committed by link2xt
parent 059caee527
commit db6623d0cf
4 changed files with 131 additions and 23 deletions

View File

@@ -4480,8 +4480,15 @@ void dc_event_unref(dc_event_t* event);
#define DC_STR_UNKNOWN_SENDER_FOR_CHAT 72
#define DC_STR_SUBJECT_FOR_NEW_CONTACT 73
#define DC_STR_FAILED_SENDING_TO 74
#define DC_STR_EPHEMERAL_DISABLED 75
#define DC_STR_EPHEMERAL_SECONDS 76
#define DC_STR_EPHEMERAL_MINUTE 77
#define DC_STR_EPHEMERAL_HOUR 78
#define DC_STR_EPHEMERAL_DAY 79
#define DC_STR_EPHEMERAL_WEEK 80
#define DC_STR_EPHEMERAL_FOUR_WEEKS 81
#define DC_STR_COUNT 74
#define DC_STR_COUNT 81
/*
* @}