~ubuntu-branches/ubuntu/wily/libgpg-error/wily

« back to all changes in this revision

Viewing changes to po/Makevars

  • Committer: Package Import Robot
  • Author(s): Daniel Kahn Gillmor
  • Date: 2015-06-04 09:23:14 UTC
  • mfrom: (12.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20150604092314-l1rttc4b5b706g99
Tags: 1.19-2
upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# their copyright.
21
21
COPYRIGHT_HOLDER = g10 Code GmbH
22
22
 
 
23
# This tells whether or not to prepend "GNU " prefix to the package
 
24
# name that gets inserted into the header of the $(DOMAIN).pot file.
 
25
# Possible values are "yes", "no", or empty.  If it is empty, try to
 
26
# detect it automatically by scanning the files in $(top_srcdir) for
 
27
# "GNU packagename" string.
 
28
PACKAGE_GNU = no
 
29
 
23
30
# This is the email address or URL to which the translators shall report
24
31
# bugs in the untranslated strings:
25
32
# - Strings which are not entire sentences, see the maintainer guidelines
40
47
# This is the list of locale categories, beyond LC_MESSAGES, for which the
41
48
# message catalogs shall be used.  It is usually empty.
42
49
EXTRA_LOCALE_CATEGORIES =
 
50
 
 
51
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
 
52
# context.  Possible values are "yes" and "no".  Set this to yes if the
 
53
# package uses functions taking also a message context, like pgettext(), or
 
54
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
 
55
USE_MSGCTXT = no
 
56
 
 
57
# These options get passed to msgmerge.
 
58
# Useful options are in particular:
 
59
#   --previous            to keep previous msgids of translated messages,
 
60
#   --quiet               to reduce the verbosity.
 
61
MSGMERGE_OPTIONS = --previous
 
62
 
 
63
# These options get passed to msginit.
 
64
# If you want to disable line wrapping when writing PO files, add
 
65
# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
 
66
# MSGINIT_OPTIONS.
 
67
MSGINIT_OPTIONS =
 
68
 
 
69
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
 
70
# has changed.  Possible values are "yes" and "no".  Set this to no if
 
71
# the POT file is checked in the repository and the version control
 
72
# program ignores timestamps.
 
73
PO_DEPENDS_ON_POT = yes
 
74
 
 
75
# This tells whether or not to forcibly update $(DOMAIN).pot and
 
76
# regenerate PO files on "make dist".  Possible values are "yes" and
 
77
# "no".  Set this to no if the POT file and PO files are maintained
 
78
# externally.
 
79
DIST_DEPENDS_ON_UPDATE_PO = yes