Blame po/Makevars

Packit aea12f
# Makefile variables for PO directory in any package using GNU gettext.
Packit aea12f
Packit aea12f
# Usually the message domain is the same as the package name.
Packit aea12f
DOMAIN = $(PACKAGE)
Packit aea12f
Packit aea12f
# These two variables depend on the location of this directory.
Packit aea12f
subdir = po
Packit aea12f
top_builddir = ..
Packit aea12f
Packit aea12f
# These options get passed to xgettext.
Packit aea12f
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \
Packit aea12f
          \
Packit aea12f
 --flag=_:1:pass-c-format\
Packit aea12f
 --flag=N_:1:pass-c-format\
Packit aea12f
 --flag=error:3:c-format --flag=error_at_line:5:c-format\
Packit aea12f
 $${end_of_xgettext_options+}
Packit aea12f
Packit aea12f
# This is the copyright holder that gets inserted into the header of the
Packit aea12f
# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
Packit aea12f
# package.  (Note that the msgstr strings, extracted from the package's
Packit aea12f
# sources, belong to the copyright holder of the package.)  Translators are
Packit aea12f
# expected to transfer the copyright for their translations to this person
Packit aea12f
# or entity, or to disclaim their copyright.  The empty string stands for
Packit aea12f
# the public domain; in this case the translators are expected to disclaim
Packit aea12f
# their copyright.
Packit aea12f
COPYRIGHT_HOLDER = Free Software Foundation, Inc.
Packit aea12f
Packit aea12f
# This is the email address or URL to which the translators shall report
Packit aea12f
# bugs in the untranslated strings:
Packit aea12f
# - Strings which are not entire sentences, see the maintainer guidelines
Packit aea12f
#   in the GNU gettext documentation, section 'Preparing Strings'.
Packit aea12f
# - Strings which use unclear terms or require additional context to be
Packit aea12f
#   understood.
Packit aea12f
# - Strings which make invalid assumptions about notation of date, time or
Packit aea12f
#   money.
Packit aea12f
# - Pluralisation problems.
Packit aea12f
# - Incorrect English spelling.
Packit aea12f
# - Incorrect formatting.
Packit aea12f
# It can be your email address, or a mailing list address where translators
Packit aea12f
# can write to without being subscribed, or the URL of a web page through
Packit aea12f
# which the translators can contact you.
Packit aea12f
MSGID_BUGS_ADDRESS = bug-gnutls@gnu.org
Packit aea12f
Packit aea12f
# This is the list of locale categories, beyond LC_MESSAGES, for which the
Packit aea12f
# message catalogs shall be used.  It is usually empty.
Packit aea12f
EXTRA_LOCALE_CATEGORIES = 
Packit aea12f
Packit aea12f
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
Packit aea12f
# context.  Possible values are "yes" and "no".  Set this to yes if the
Packit aea12f
# package uses functions taking also a message context, like pgettext(), or
Packit aea12f
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
Packit aea12f
USE_MSGCTXT = no
Packit aea12f
Packit aea12f
# These options get passed to msgmerge.
Packit aea12f
# Useful options are in particular:
Packit aea12f
#   --previous            to keep previous msgids of translated messages,
Packit aea12f
#   --quiet               to reduce the verbosity.
Packit aea12f
MSGMERGE_OPTIONS =