mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 12:56:59 +08:00
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 1d66650d203c89e3c69a18be3b4361f5a5393fcf
19 lines
920 B
Makefile
19 lines
920 B
Makefile
# src/bin/pg_dump/nls.mk
|
|
CATALOG_NAME = pg_dump
|
|
AVAIL_LANGUAGES = cs de es ja ru sv tr zh_CN
|
|
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
|
|
pg_backup_archiver.c pg_backup_db.c pg_backup_custom.c \
|
|
pg_backup_null.c pg_backup_tar.c \
|
|
pg_backup_directory.c dumputils.c compress_io.c \
|
|
pg_dump.c common.c pg_dump_sort.c \
|
|
pg_restore.c pg_dumpall.c \
|
|
parallel.c parallel.h pg_backup_utils.c pg_backup_utils.h \
|
|
../../common/exec.c ../../common/fe_memutils.c \
|
|
../../common/wait_error.c
|
|
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
|
|
fatal simple_prompt \
|
|
ExecuteSqlCommand:3 warn_or_exit_horribly:2
|
|
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
|
|
fatal:1:c-format \
|
|
warn_or_exit_horribly:2:c-format
|