#. Translators: we're building a list of items here. * For example, the result is "a, b". * In this case, the first string is "a", the second * string is ", " and the third string is "b". * We can then use this information here to also * recursively build longer lists, like "a, b, c, d"
#. Translators: we're building a list of items here. * The end result is something like "a, b, c" * In this case, the first string is "a, b", the second * string is ", " and the third string is "c"
#. Translators: we're building a list of items here. * For example,
#. the result is "a, b". * In this case, the first
#. string is "a", the second * string is ", " and the third string
#. is "b". * We can then use this information here to also