psql: Add missing translation markers
This commit is contained in:
parent
2176839a48
commit
f230457bff
@ -2260,7 +2260,7 @@ describeOneTableDetails(const char *schemaname,
|
||||
}
|
||||
|
||||
/* Print server name */
|
||||
printfPQExpBuffer(&buf, "Server: %s",
|
||||
printfPQExpBuffer(&buf, _("Server: %s"),
|
||||
PQgetvalue(result, 0, 0));
|
||||
printTableAddFooter(&cont, buf.data);
|
||||
|
||||
@ -2268,7 +2268,7 @@ describeOneTableDetails(const char *schemaname,
|
||||
ftoptions = PQgetvalue(result, 0, 1);
|
||||
if (ftoptions && ftoptions[0] != '\0')
|
||||
{
|
||||
printfPQExpBuffer(&buf, "FDW Options: (%s)", ftoptions);
|
||||
printfPQExpBuffer(&buf, _("FDW Options: (%s)"), ftoptions);
|
||||
printTableAddFooter(&cont, buf.data);
|
||||
}
|
||||
PQclear(result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user