make string 123 MiB of 456 MiB used translatable (#2723)

This commit is contained in:
bjoern
2021-10-01 21:07:38 +02:00
committed by GitHub
parent b0902102a2
commit b6f88a9fca
3 changed files with 35 additions and 7 deletions

View File

@@ -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
/**
* @}
*/