-#, fuzzy
-#| msgid ""
-#| "APT uses since version 0.7.26 a resizable memory mapped cache file to "
-#| "store the 'available' information. <literal>Cache-Start</literal> acts as "
-#| "a hint to which size the Cache will grow and is therefore the amount of "
-#| "memory APT will request at startup. The default value is 20971520 bytes "
-#| "(~20 MB). Note that this amount of space needs to be available for APT "
-#| "otherwise it will likely fail ungracefully, so for memory restricted "
-#| "devices this value should be lowered while on systems with a lot of "
-#| "configured sources it should be increased. <literal>Cache-Grow</literal> "
-#| "defines in bytes with the default of 1048576 (~1 MB) how much the Cache "
-#| "size will be increased in the event the space defined by <literal>Cache-"
-#| "Start</literal> is not enough. These value will be applied again and "
-#| "again until either the cache is big enough to store all information or "
-#| "the size of the cache reaches the <literal>Cache-Limit</literal>. The "
-#| "default of <literal>Cache-Limit</literal> is 0 which stands for no "
-#| "limit. If <literal>Cache-Grow</literal> is set to 0 the automatic grow "
-#| "of the cache is disabled."