annotate po/Makevars @ 521:739afd9df73c

2004-7-27 Brian Masney <masneyb@gftp.org> * lib/rfc959.c src/gtk/misc-gtk.c src/gtk/view_dialog.c - fixed more comparsions between signed and unsigned integers * lib/sshv2.c (sshv2_buffer_get_int32) - allow an expected response value of 0. If it does not match, call sshv2_wrong_response(). SSH_FX_OK is set to 0, so this value was not being checked * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.h - renamed the clear_cache argument of gftpui_refresh() to clear_cache_entry. There is already a function named clear_cache()
author masneyb
date Wed, 28 Jul 2004 02:47:25 +0000
parents 37c3d1eb9a8d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1 # Makefile variables for PO directory in any package using GNU gettext.
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
2
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
3 # Usually the message domain is the same as the package name.
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
4 DOMAIN = $(PACKAGE)
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
5
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
6 # These two variables depend on the location of this directory.
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
7 subdir = po
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
8 top_builddir = ..
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
9
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
10 # These options get passed to xgettext.
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
12
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
13 # This is the copyright holder that gets inserted into the header of the
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
15 # package. (Note that the msgstr strings, extracted from the package's
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
16 # sources, belong to the copyright holder of the package.) Translators are
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
17 # expected to transfer the copyright for their translations to this person
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
18 # or entity, or to disclaim their copyright. The empty string stands for
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
19 # the public domain; in this case the translators are expected to disclaim
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
20 # their copyright.
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
21 COPYRIGHT_HOLDER = Brian Masney
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
22
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
23 # This is the list of locale categories, beyond LC_MESSAGES, for which the
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
24 # message catalogs shall be used. It is usually empty.
37c3d1eb9a8d 2002-09-25 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
25 EXTRA_LOCALE_CATEGORIES =