comparison lib/options.h @ 988:63555c9744c2

remote charset should be specified by each bookmark entry.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 14 Aug 2009 07:54:55 +0900
parents 9f10d3c835cb
children
comparison
equal deleted inserted replaced
987:2f6924c67846 988:63555c9744c2
47 N_("The default program used to edit files."), GFTP_PORT_GTK, NULL}, 47 N_("The default program used to edit files."), GFTP_PORT_GTK, NULL},
48 {"max_log_window_size", N_("Max Log Window Size:"), 48 {"max_log_window_size", N_("Max Log Window Size:"),
49 gftp_option_type_int, 0, NULL, 0, 49 gftp_option_type_int, 0, NULL, 0,
50 N_("The maximum size of the log window in bytes for the GTK+ port"), 50 N_("The maximum size of the log window in bytes for the GTK+ port"),
51 GFTP_PORT_GTK, NULL}, 51 GFTP_PORT_GTK, NULL},
52 {"remote_charsets", N_("Remote Character Sets:"), 52
53 /* charsets */
54 {"default_charset", N_("Default Character Set:"),
55 gftp_option_type_text, "", NULL, 0,
56 N_("This is the default charset to try to convert the remote messages to the current locale"),
57 GFTP_PORT_ALL, NULL},
58
59 #if 0
60 {"remote_charset", N_("Remote Character Set:"),
53 gftp_option_type_text, "", NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK, 61 gftp_option_type_text, "", NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
54 N_("This is a comma separated list of charsets to try to convert the remote messages to the current locale"), 62 N_("This is the site specific charset to try to convert the remote messages to the current locale"),
55 GFTP_PORT_ALL, NULL}, 63 GFTP_PORT_ALL, NULL},
64 #endif
65
56 {"remote_lc_time", N_("Remote LC_TIME:"), 66 {"remote_lc_time", N_("Remote LC_TIME:"),
57 gftp_option_type_text, "", NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK, 67 gftp_option_type_text, "", NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
58 N_("This is the value of LC_TIME for the remote site. This is so that dates can be parsed properly in the directory listings."), 68 N_("This is the value of LC_TIME for the remote site. This is so that dates can be parsed properly in the directory listings."),
59 GFTP_PORT_ALL, NULL}, 69 GFTP_PORT_ALL, NULL},
60 {"cache_ttl", N_("Cache TTL:"), 70 {"cache_ttl", N_("Cache TTL:"),