Change some errdetail() to errdetail_internal()

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 1dd468c348095010e07eeb844e2e344ad63a52ef
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2022-09-28T15:14:53Z
Releases: 13.9
Change some errdetail() to errdetail_internal()

This prevents marking the argument string for translation for gettext,
and it also prevents the given string (which is already translated) from
being translated at runtime.

Also, mark the strings used as arguments to check_rolespec_name for
translation.

Backpatch all the way back as appropriate.  None of this is caught by
any tests (necessarily so), so I verified it manually.

Files