More message munging and localization for pg_dump, especially the
Peter Eisentraut <peter_e@gmx.net>
More message munging and localization for pg_dump, especially the --verbose messages, which had not been considered so far. Output to the terminal should okay now; comments written into the dump are still English only, which may or may not be the desirable thing.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/common.c | modified | +22 −39 |
| src/bin/pg_dump/de.po | modified | +586 −217 |
| src/bin/pg_dump/nls.mk | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +29 −26 |
| src/bin/pg_dump/pg_backup_archiver.h | modified | +3 −3 |
| src/bin/pg_dump/pg_backup_custom.c | modified | +3 −3 |
| src/bin/pg_dump/pg_backup_db.c | modified | +9 −10 |
| src/bin/pg_dump/pg_backup_files.c | modified | +3 −3 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +9 −9 |
| src/bin/pg_dump/pg_dump.c | modified | +179 −174 |
| src/bin/pg_dump/pg_dump.h | modified | +2 −1 |
| src/bin/pg_dump/pg_restore.c | modified | +2 −2 |
| src/include/c.h | modified | +3 −1 |