annotate po/Makevars @ 377:14da115b149b

2003-1-23 Brian Masney <masneyb@gftp.org> * src/text/gftp-text.c src/uicommon/gftpui.c - added file transfer functions to the command line. * src/uicommon/gftpui_transfer.c src/uicommon/gftpui.h src/text/textui.c src/gtk/gtkui_transfer.c - added gftpui_{start,update,finish}_current_file_in_transfer() functions that will be called throughout the lifetime of a file transfer. Also, gftpui_start_transfer() that will be called whenever a file transfer is created * src/uicommon/gftpui.h src/uicommon/gftpui.c src/gtk/gftp-gtk.c src/gtk/transfer.c - added other_uidata and other_request arguments to all of the command line functions * lib/protocols.c lib/gftp.h - set the filespec argument to gftp_get_next_file to be a constant * lib/gftp.h - added tot_file_trans variable to gftp_transfer struct
author masneyb
date Sat, 24 Jan 2004 11:45:11 +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 =