|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2005, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.110 2005/01/14 00:25:17 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.111 2005/01/15 05:43:06 tgl Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres_fe.h"
|
9 | 9 |
|
@@ -670,9 +670,9 @@ checkWin32Codepage(void)
|
670 | 670 | concp=GetConsoleCP();
|
671 | 671 | if (wincp!=concp)
|
672 | 672 | {
|
673 |
| -printf("Warning: Consolecodepage(%u) differs fromwindows codepage (%u)\n" |
674 |
| -" 8-bit characterswill not work correctly. SeePostgreSQL\n" |
675 |
| -"documentation \"Installation on Windows\" for details.\n\n", |
| 673 | +printf(gettext("Warning: Consolecode page(%u) differs fromWindows code page (%u)\n" |
| 674 | +" 8-bit charactersmay not work correctly. Seepsql reference\n" |
| 675 | +"page \"Notes for Windows users\" for details.\n\n"), |
676 | 676 | concp,wincp);
|
677 | 677 | }
|
678 | 678 | }
|
|