Blame po/Makevars

Packit 971217
# Makefile variables for PO directory in any package using GNU gettext.
Packit 971217
Packit 971217
# Usually the message domain is the same as the package name.
Packit 971217
DOMAIN = gst-plugins-base-1.0
Packit 971217
Packit 971217
# These two variables depend on the location of this directory.
Packit 971217
subdir = po
Packit 971217
top_builddir = ..
Packit 971217
Packit 971217
# These options get passed to xgettext.
Packit 971217
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
Packit 971217
Packit 971217
# This is the copyright holder that gets inserted into the header of the
Packit 971217
# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
Packit 971217
# package.  (Note that the msgstr strings, extracted from the package's
Packit 971217
# sources, belong to the copyright holder of the package.)  Translators are
Packit 971217
# expected to transfer the copyright for their translations to this person
Packit 971217
# or entity, or to disclaim their copyright.  The empty string stands for
Packit 971217
# the public domain; in this case the translators are expected to disclaim
Packit 971217
# their copyright.
Packit 971217
COPYRIGHT_HOLDER =
Packit 971217
Packit 971217
# This is the email address or URL to which the translators shall report
Packit 971217
# bugs in the untranslated strings:
Packit 971217
# - Strings which are not entire sentences, see the maintainer guidelines
Packit 971217
#   in the GNU gettext documentation, section 'Preparing Strings'.
Packit 971217
# - Strings which use unclear terms or require additional context to be
Packit 971217
#   understood.
Packit 971217
# - Strings which make invalid assumptions about notation of date, time or
Packit 971217
#   money.
Packit 971217
# - Pluralisation problems.
Packit 971217
# - Incorrect English spelling.
Packit 971217
# - Incorrect formatting.
Packit 971217
# It can be your email address, or a mailing list address where translators
Packit 971217
# can write to without being subscribed, or the URL of a web page through
Packit 971217
# which the translators can contact you.
Packit 971217
MSGID_BUGS_ADDRESS = http://bugzilla.gnome.org/
Packit 971217
Packit 971217
# This is the list of locale categories, beyond LC_MESSAGES, for which the
Packit 971217
# message catalogs shall be used.  It is usually empty.
Packit 971217
EXTRA_LOCALE_CATEGORIES =
Packit 971217
Packit 971217
# Avoid line numbers in *.po, but keep them in *.pot.
Packit 971217
MSGMERGE = msgmerge --no-location
Packit 971217
MSGMERGE_UPDATE = msgmerge --no-location --update --backup=off
Packit 971217
MSGFILTER = msgfilter --no-location
Packit 971217