mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
make string 123 MiB of 456 MiB used translatable (#2723)
This commit is contained in:
@@ -6020,6 +6020,11 @@ void dc_event_unref(dc_event_t* event);
|
||||
/// Used as the default name for broadcast lists; a number may be added.
|
||||
#define DC_STR_BROADCAST_LIST 115
|
||||
|
||||
/// "%1$s of %2$s used"
|
||||
///
|
||||
/// Used for describing resource usage, resulting string will be eg. "1.2 GiB of 3 GiB used".
|
||||
#define DC_STR_PART_OF_TOTAL_USED 116
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user