cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

3 Commits   0 Branches   1 Tag
05d292b2 (kx 2023-03-24 03:51:10 +0300  1) # Makefile variables for PO directory in any package using GNU gettext.
05d292b2 (kx 2023-03-24 03:51:10 +0300  2) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  3) # Usually the message domain is the same as the package name.
05d292b2 (kx 2023-03-24 03:51:10 +0300  4) DOMAIN = $(PACKAGE)
05d292b2 (kx 2023-03-24 03:51:10 +0300  5) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  6) # These two variables depend on the location of this directory.
05d292b2 (kx 2023-03-24 03:51:10 +0300  7) subdir = po
05d292b2 (kx 2023-03-24 03:51:10 +0300  8) top_builddir = ..
05d292b2 (kx 2023-03-24 03:51:10 +0300  9) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 10) # These options get passed to xgettext.
05d292b2 (kx 2023-03-24 03:51:10 +0300 11) XGETTEXT_OPTIONS = --keyword=N_ --keyword=_ --keyword=Q_:1,2 \
05d292b2 (kx 2023-03-24 03:51:10 +0300 12)                    --language=C --add-comments --sort-output --no-wrap
05d292b2 (kx 2023-03-24 03:51:10 +0300 13) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 14) # This is the copyright holder that gets inserted into the header of the
05d292b2 (kx 2023-03-24 03:51:10 +0300 15) # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
05d292b2 (kx 2023-03-24 03:51:10 +0300 16) # package.  (Note that the msgstr strings, extracted from the package's
05d292b2 (kx 2023-03-24 03:51:10 +0300 17) # sources, belong to the copyright holder of the package.)  Translators are
05d292b2 (kx 2023-03-24 03:51:10 +0300 18) # expected to transfer the copyright for their translations to this person
05d292b2 (kx 2023-03-24 03:51:10 +0300 19) # or entity, or to disclaim their copyright.  The empty string stands for
05d292b2 (kx 2023-03-24 03:51:10 +0300 20) # the public domain; in this case the translators are expected to disclaim
05d292b2 (kx 2023-03-24 03:51:10 +0300 21) # their copyright.
05d292b2 (kx 2023-03-24 03:51:10 +0300 22) COPYRIGHT_HOLDER = Andrey V.Kosteltsev.
05d292b2 (kx 2023-03-24 03:51:10 +0300 23) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 24) # This tells whether or not to prepend "GNU " prefix to the package
05d292b2 (kx 2023-03-24 03:51:10 +0300 25) # name that gets inserted into the header of the $(DOMAIN).pot file.
05d292b2 (kx 2023-03-24 03:51:10 +0300 26) # Possible values are "yes", "no", or empty.  If it is empty, try to
05d292b2 (kx 2023-03-24 03:51:10 +0300 27) # detect it automatically by scanning the files in $(top_srcdir) for
05d292b2 (kx 2023-03-24 03:51:10 +0300 28) # "GNU packagename" string.
05d292b2 (kx 2023-03-24 03:51:10 +0300 29) PACKAGE_GNU = no
05d292b2 (kx 2023-03-24 03:51:10 +0300 30) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 31) # This is the email address or URL to which the translators shall report
05d292b2 (kx 2023-03-24 03:51:10 +0300 32) # bugs in the untranslated strings:
05d292b2 (kx 2023-03-24 03:51:10 +0300 33) # - Strings which are not entire sentences, see the maintainer guidelines
05d292b2 (kx 2023-03-24 03:51:10 +0300 34) #   in the GNU gettext documentation, section 'Preparing Strings'.
05d292b2 (kx 2023-03-24 03:51:10 +0300 35) # - Strings which use unclear terms or require additional context to be
05d292b2 (kx 2023-03-24 03:51:10 +0300 36) #   understood.
05d292b2 (kx 2023-03-24 03:51:10 +0300 37) # - Strings which make invalid assumptions about notation of date, time or
05d292b2 (kx 2023-03-24 03:51:10 +0300 38) #   money.
05d292b2 (kx 2023-03-24 03:51:10 +0300 39) # - Pluralisation problems.
05d292b2 (kx 2023-03-24 03:51:10 +0300 40) # - Incorrect English spelling.
05d292b2 (kx 2023-03-24 03:51:10 +0300 41) # - Incorrect formatting.
05d292b2 (kx 2023-03-24 03:51:10 +0300 42) # It can be your email address, or a mailing list address where translators
05d292b2 (kx 2023-03-24 03:51:10 +0300 43) # can write to without being subscribed, or the URL of a web page through
05d292b2 (kx 2023-03-24 03:51:10 +0300 44) # which the translators can contact you.
05d292b2 (kx 2023-03-24 03:51:10 +0300 45) MSGID_BUGS_ADDRESS = <support@radix.pro>
05d292b2 (kx 2023-03-24 03:51:10 +0300 46) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 47) # This is the list of locale categories, beyond LC_MESSAGES, for which the
05d292b2 (kx 2023-03-24 03:51:10 +0300 48) # message catalogs shall be used.  It is usually empty.
05d292b2 (kx 2023-03-24 03:51:10 +0300 49) EXTRA_LOCALE_CATEGORIES =
05d292b2 (kx 2023-03-24 03:51:10 +0300 50) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 51) # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
05d292b2 (kx 2023-03-24 03:51:10 +0300 52) # context.  Possible values are "yes" and "no".  Set this to yes if the
05d292b2 (kx 2023-03-24 03:51:10 +0300 53) # package uses functions taking also a message context, like pgettext(), or
05d292b2 (kx 2023-03-24 03:51:10 +0300 54) # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
05d292b2 (kx 2023-03-24 03:51:10 +0300 55) USE_MSGCTXT = no
05d292b2 (kx 2023-03-24 03:51:10 +0300 56) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 57) # These options get passed to msgmerge.
05d292b2 (kx 2023-03-24 03:51:10 +0300 58) # Useful options are in particular:
05d292b2 (kx 2023-03-24 03:51:10 +0300 59) #   --previous            to keep previous msgids of translated messages,
05d292b2 (kx 2023-03-24 03:51:10 +0300 60) #   --quiet               to reduce the verbosity.
05d292b2 (kx 2023-03-24 03:51:10 +0300 61) MSGMERGE_OPTIONS = --update --no-wrap --sort-output --backup=simple
05d292b2 (kx 2023-03-24 03:51:10 +0300 62) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 63) # These options get passed to msginit.
05d292b2 (kx 2023-03-24 03:51:10 +0300 64) # If you want to disable line wrapping when writing PO files, add
05d292b2 (kx 2023-03-24 03:51:10 +0300 65) # --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
05d292b2 (kx 2023-03-24 03:51:10 +0300 66) # MSGINIT_OPTIONS.
05d292b2 (kx 2023-03-24 03:51:10 +0300 67) MSGINIT_OPTIONS = --no-wrap
05d292b2 (kx 2023-03-24 03:51:10 +0300 68) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 69) # This tells whether or not to regenerate a PO file when $(DOMAIN).pot
05d292b2 (kx 2023-03-24 03:51:10 +0300 70) # has changed.  Possible values are "yes" and "no".  Set this to no if
05d292b2 (kx 2023-03-24 03:51:10 +0300 71) # the POT file is checked in the repository and the version control
05d292b2 (kx 2023-03-24 03:51:10 +0300 72) # program ignores timestamps.
05d292b2 (kx 2023-03-24 03:51:10 +0300 73) PO_DEPENDS_ON_POT = yes
05d292b2 (kx 2023-03-24 03:51:10 +0300 74) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 75) # This tells whether or not to forcibly update $(DOMAIN).pot and
05d292b2 (kx 2023-03-24 03:51:10 +0300 76) # regenerate PO files on "make dist".  Possible values are "yes" and
05d292b2 (kx 2023-03-24 03:51:10 +0300 77) # "no".  Set this to no if the POT file and PO files are maintained
05d292b2 (kx 2023-03-24 03:51:10 +0300 78) # externally.
05d292b2 (kx 2023-03-24 03:51:10 +0300 79) DIST_DEPENDS_ON_UPDATE_PO = yes