Blame po/Makevars

Packit Service a9274b
# Makefile variables for PO directory in any package using GNU gettext.
Packit Service a9274b
Packit Service a9274b
# Usually the message domain is the same as the package name.
Packit Service a9274b
DOMAIN = $(PACKAGE)
Packit Service a9274b
Packit Service a9274b
# These two variables depend on the location of this directory.
Packit Service a9274b
subdir = po
Packit Service a9274b
top_builddir = ..
Packit Service a9274b
Packit Service a9274b
# These options get passed to xgettext.
Packit Service a9274b
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
Packit Service a9274b
Packit Service a9274b
# This tells whether or not to prepend "GNU " prefix to the package
Packit Service a9274b
# name that gets inserted into the header of the $(DOMAIN).pot file.
Packit Service a9274b
# Possible values are "yes", "no", or empty.  If it is empty, try to
Packit Service a9274b
# detect it automatically by scanning the files in $(top_srcdir) for
Packit Service a9274b
# "GNU packagename" string.
Packit Service a9274b
PACKAGE_GNU =
Packit Service a9274b
Packit Service a9274b
# This is the copyright holder that gets inserted into the header of the
Packit Service a9274b
# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
Packit Service a9274b
# package.  (Note that the msgstr strings, extracted from the package's
Packit Service a9274b
# sources, belong to the copyright holder of the package.)  Translators are
Packit Service a9274b
# expected to transfer the copyright for their translations to this person
Packit Service a9274b
# or entity, or to disclaim their copyright.  The empty string stands for
Packit Service a9274b
# the public domain; in this case the translators are expected to disclaim
Packit Service a9274b
# their copyright.
Packit Service a9274b
COPYRIGHT_HOLDER = The ALSA Team
Packit Service a9274b
Packit Service a9274b
# This is the email address or URL to which the translators shall report
Packit Service a9274b
# bugs in the untranslated strings:
Packit Service a9274b
# - Strings which are not entire sentences, see the maintainer guidelines
Packit Service a9274b
#   in the GNU gettext documentation, section 'Preparing Strings'.
Packit Service a9274b
# - Strings which use unclear terms or require additional context to be
Packit Service a9274b
#   understood.
Packit Service a9274b
# - Strings which make invalid assumptions about notation of date, time or
Packit Service a9274b
#   money.
Packit Service a9274b
# - Pluralisation problems.
Packit Service a9274b
# - Incorrect English spelling.
Packit Service a9274b
# - Incorrect formatting.
Packit Service a9274b
# It can be your email address, or a mailing list address where translators
Packit Service a9274b
# can write to without being subscribed, or the URL of a web page through
Packit Service a9274b
# which the translators can contact you.
Packit Service a9274b
MSGID_BUGS_ADDRESS =
Packit Service a9274b
Packit Service a9274b
# This is the list of locale categories, beyond LC_MESSAGES, for which the
Packit Service a9274b
# message catalogs shall be used.  It is usually empty.
Packit Service a9274b
EXTRA_LOCALE_CATEGORIES =
Packit Service a9274b
Packit Service a9274b
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
Packit Service a9274b
# context.  Possible values are "yes" and "no".  Set this to yes if the
Packit Service a9274b
# package uses functions taking also a message context, like pgettext(), or
Packit Service a9274b
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
Packit Service a9274b
USE_MSGCTXT = no
Packit Service a9274b
Packit Service a9274b
# These options get passed to msgmerge.
Packit Service a9274b
# Useful options are in particular:
Packit Service a9274b
#   --previous            to keep previous msgids of translated messages,
Packit Service a9274b
#   --quiet               to reduce the verbosity.
Packit Service a9274b
MSGMERGE_OPTIONS =
Packit Service a9274b
Packit Service a9274b
# These options get passed to msginit.
Packit Service a9274b
# If you want to disable line wrapping when writing PO files, add
Packit Service a9274b
# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
Packit Service a9274b
# MSGINIT_OPTIONS.
Packit Service a9274b
MSGINIT_OPTIONS =
Packit Service a9274b
Packit Service a9274b
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
Packit Service a9274b
# has changed.  Possible values are "yes" and "no".  Set this to no if
Packit Service a9274b
# the POT file is checked in the repository and the version control
Packit Service a9274b
# program ignores timestamps.
Packit Service a9274b
PO_DEPENDS_ON_POT = yes
Packit Service a9274b
Packit Service a9274b
# This tells whether or not to forcibly update $(DOMAIN).pot and
Packit Service a9274b
# regenerate PO files on "make dist".  Possible values are "yes" and
Packit Service a9274b
# "no".  Set this to no if the POT file and PO files are maintained
Packit Service a9274b
# externally.
Packit Service a9274b
DIST_DEPENDS_ON_UPDATE_PO = yes