Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite656f5d

Browse files
committed
Mark response messages for translation in pg_isready.
Back-patch to 9.3 where pg_isready was added.Mats Erik Andersson
1 parentc168ba3 commite656f5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/bin/scripts/pg_isready.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,19 +196,19 @@ main(int argc, char **argv)
196196
switch (rv)
197197
{
198198
casePQPING_OK:
199-
printf("accepting connections\n");
199+
printf(_("accepting connections\n"));
200200
break;
201201
casePQPING_REJECT:
202-
printf("rejecting connections\n");
202+
printf(_("rejecting connections\n"));
203203
break;
204204
casePQPING_NO_RESPONSE:
205-
printf("no response\n");
205+
printf(_("no response\n"));
206206
break;
207207
casePQPING_NO_ATTEMPT:
208-
printf("no attempt\n");
208+
printf(_("no attempt\n"));
209209
break;
210210
default:
211-
printf("unknown\n");
211+
printf(_("unknown\n"));
212212
}
213213
}
214214

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp