file: Drop string concatenation to make gettext work properly
The commit 35647f24 fixed build on 32-bit architectures using the relevant
format string, but gettext isn't able to extract the text now due to string
concatenation. Let's use the format string outside of the ngettext
function
to fix the issue.
Related: !940 (merged)