comparison lib/rfc959.c @ 149:dfc22cead576

2003-04-27 Christian Rose <menthos@menthos.com> * lib/rfc959.c: Fix bug #111090 by adding /* xgettext:no-c-format */ comment. This trivial bug prevented any full localization of gftp.
author menthos
date Sun, 27 Apr 2003 14:34:16 +0000
parents 782f84694489
children 2f15b3000dbc
comparison
equal deleted inserted replaced
148:c8c4567a872e 149:dfc22cead576
58 gftp_option_type_text, "", NULL, 0, 58 gftp_option_type_text, "", NULL, 0,
59 N_("Your firewall account (optional)"), GFTP_PORT_ALL, NULL}, 59 N_("Your firewall account (optional)"), GFTP_PORT_ALL, NULL},
60 60
61 {"proxy_config", N_("Proxy server type:"), 61 {"proxy_config", N_("Proxy server type:"),
62 gftp_option_type_textcomboedt, "", gftp_proxy_type, 0, 62 gftp_option_type_textcomboedt, "", gftp_proxy_type, 0,
63 /* xgettext:no-c-format */
63 N_("This specifies how your proxy server expects us to log in. You can specify a 2 character replacement string prefixed by a % that will be replaced with the proper data. The first character can be either p for proxy or h for the host of the FTP server. The second character can be u (user), p (pass), h (host), o (port) or a (account). For example, to specify the proxy user, you can you type in %pu"), 64 N_("This specifies how your proxy server expects us to log in. You can specify a 2 character replacement string prefixed by a % that will be replaced with the proper data. The first character can be either p for proxy or h for the host of the FTP server. The second character can be u (user), p (pass), h (host), o (port) or a (account). For example, to specify the proxy user, you can you type in %pu"),
64 GFTP_PORT_ALL, NULL}, 65 GFTP_PORT_ALL, NULL},
65 66
66 {"passive_transfer", N_("Passive file transfers"), 67 {"passive_transfer", N_("Passive file transfers"),
67 gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL, 0, 68 gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL, 0,