The format function has been extended to permit you to change the
order of parameter insertion. For example, the conversion format
%1$s inserts parameter one as a string, while %2$s inserts
parameter two. This is useful when creating translations which require you
to change the word order.