Consistently use "superuser" instead of "super user"
[pgsql.git] / src / bin / psql / nls.mk
blob5da216f8f6d56f521cda18ed6a676cc69985c9e5
1 # src/bin/psql/nls.mk
2 CATALOG_NAME = psql
3 AVAIL_LANGUAGES = cs de el es fr he it ja ko pl pt_BR ru sv tr uk zh_CN zh_TW
4 GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
5 command.c common.c copy.c crosstabview.c help.c input.c large_obj.c \
6 mainloop.c psqlscanslash.c startup.c \
7 describe.c sql_help.h sql_help.c \
8 tab-complete.c variables.c \
9 ../../fe_utils/cancel.c ../../fe_utils/print.c ../../fe_utils/psqlscan.c \
10 ../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \
11 ../../common/wait_error.c
12 GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
13 N_ simple_prompt
14 GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)