Makevars revision 33396dc46ea52c18f47db1b5d590880806521005
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# Makefile variables for PO directory in any package using GNU gettext.
d34409ad02ea0d28e08a6c4b089a412fdb3b4c9cvboxsync
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# Usually the message domain is the same as the package name.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncDOMAIN = $(PACKAGE)
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync
16afd2d976f255ed0b7b443770e4fa93fb4847d1vboxsync# These two variables depend on the location of this directory.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncsubdir = po
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsynctop_builddir = ..
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# These options get passed to xgettext.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncXGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=ERROR --keyword=PRINT
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# This is the copyright holder that gets inserted into the header of the
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# package. (Note that the msgstr strings, extracted from the package's
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# sources, belong to the copyright holder of the package.) Translators are
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# expected to transfer the copyright for their translations to this person
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# or entity, or to disclaim their copyright. The empty string stands for
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# the public domain; in this case the translators are expected to disclaim
4a7a0d68cae413e6f422d597644c16681f475bdavboxsync# their copyright.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncCOPYRIGHT_HOLDER = Red Hat, Inc.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync
c433b5a715aa9b48ce89fdca499ca0651925e480vboxsync# This is the email address or URL to which the translators shall report
4a7a0d68cae413e6f422d597644c16681f475bdavboxsync# bugs in the untranslated strings:
07c9447127e00d7a69783e0c3d82db002844b68bvboxsync# - Strings which are not entire sentences, see the maintainer guidelines
c433b5a715aa9b48ce89fdca499ca0651925e480vboxsync# in the GNU gettext documentation, section 'Preparing Strings'.
66b864cd99b4cc734ac5bc3dd8c3dcfe4e7c550evboxsync# - Strings which use unclear terms or require additional context to be
4a7a0d68cae413e6f422d597644c16681f475bdavboxsync# understood.
8d1ef2acf41d1d8a0f69bfe0ac1f41638160399cvboxsync# - Strings which make invalid assumptions about notation of date, time or
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# money.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# - Pluralisation problems.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# - Incorrect English spelling.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# - Incorrect formatting.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# It can be your email address, or a mailing list address where translators
4a7a0d68cae413e6f422d597644c16681f475bdavboxsync# can write to without being subscribed, or the URL of a web page through
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# which the translators can contact you.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncMSGID_BUGS_ADDRESS = sssd-devel@lists.fedorahosted.org
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync# This is the list of locale categories, beyond LC_MESSAGES, for which the
4a7a0d68cae413e6f422d597644c16681f475bdavboxsync# message catalogs shall be used. It is usually empty.
4a7a0d68cae413e6f422d597644c16681f475bdavboxsyncEXTRA_LOCALE_CATEGORIES =
4a7a0d68cae413e6f422d597644c16681f475bdavboxsync