annotate po/Makevars @ 218:de6a2e8e51cb

2003-7-9 Brian Masney <masneyb@gftp.org> * lib/config_file.c (gftp_write_config_file) - fix for writing out list items to the config file. * lib/config_file.c lib/gftp.h - added gftp_free_proxy_hosts() and gftp_copy_proxy_hosts() * lib/protocols.c (gftp_connect_server) - look up dont_use_proxy instead of ext * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - when calling g_build_path(), set the directory separator to / instead of G_DIR_SEPARATOR_S * src/gtk/gftp-gtk.c (toolbar_hostedit) - fixed crash * src/gtk/gftp-gtk.h - removed gotbytes from gftp_window_data structure * src/gtk/options_dialog.c - show proxy hosts in options dialog * docs/sample.gftp/gftprc - new default config file
author masneyb
date Wed, 09 Jul 2003 23:25:56 +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 =