xfs_scrub: fix i18n of the decode_special_owner return value
The function decode_special_owner turns a special fsmap owner into a
printable string value. However, it does not query the gettext catalog
for a local language translation, which leads to annoying multilanguage
failure messages. Fix that by adding the appropriate wrappers.
Cc: <linux-xfs@vger.kernel.org> # v4.15.0 Fixes: b364a9c008fc04 ("xfs_scrub: scrub file data blocks") Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>