/[weechat]/weechat/src/config.c
ViewVC logotype

Diff of /weechat/src/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by flashcode, Sat Oct 4 23:22:46 2003 UTC revision 1.12 by flashcode, Sun Oct 5 17:28:36 2003 UTC
# Line 353  t_config_option weechat_options_log[] = Line 353  t_config_option weechat_options_log[] =
353      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
354      "~", NULL, NULL, &cfg_log_timestamp, NULL },      "~", NULL, NULL, &cfg_log_timestamp, NULL },
355    { "log_start_string", N_("start string for log files"),    { "log_start_string", N_("start string for log files"),
356      N_("text writed when starting new log file "      N_("text written when starting new log file "
357      "(see man strftime for date/time specifiers)"),      "(see man strftime for date/time specifiers)"),
358      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
359      "--- Log started %a %b %d %Y %H:%M:%s", NULL, NULL, &cfg_log_start_string, NULL },      "--- Log started %a %b %d %Y %H:%M:%s", NULL, NULL, &cfg_log_start_string, NULL },
360    { "log_end_string", N_("end string for log files"),    { "log_end_string", N_("end string for log files"),
361      N_("text writed when ending log file "      N_("text written when ending log file "
362      "(see man strftime for date/time specifiers)"),      "(see man strftime for date/time specifiers)"),
363      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
364      "--- Log ended %a %b %d %Y %H:%M:%s", NULL, NULL, &cfg_log_end_string, NULL },      "--- Log ended %a %b %d %Y %H:%M:%s", NULL, NULL, &cfg_log_end_string, NULL },
# Line 406  t_config_option weechat_options_dcc[] = Line 406  t_config_option weechat_options_dcc[] =
406      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
407      NULL, NULL, &cfg_dcc_auto_rename, NULL, NULL },      NULL, NULL, &cfg_dcc_auto_rename, NULL, NULL },
408    { "dcc_auto_resume", N_("automatically resume aborted transfers"),    { "dcc_auto_resume", N_("automatically resume aborted transfers"),
409      N_("automatically resume dcc trsnafer if connection with remote host is loosed"),      N_("automatically resume dcc transfer if connection with remote host is loosed"),
410      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
411      NULL, NULL, &cfg_dcc_auto_resume, NULL, NULL },      NULL, NULL, &cfg_dcc_auto_resume, NULL, NULL },
412    { NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }    { NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }
# Line 804  config_read () Line 804  config_read ()
804                                              [option_number].max))                                              [option_number].max))
805                                      {                                      {
806                                          gui_printf (NULL,                                          gui_printf (NULL,
807                                                      _("%s %s, line %d: invalid value for"                                                      _("%s %s, line %d: invalid value for "
808                                                      "option '%s'\n"                                                      "option '%s'\n"
809                                                      "Expected: integer between %d "                                                      "Expected: integer between %d "
810                                                      "and %d\n"),                                                      "and %d\n"),
# Line 826  config_read () Line 826  config_read ()
826                                      if (int_value < 0)                                      if (int_value < 0)
827                                      {                                      {
828                                          gui_printf (NULL,                                          gui_printf (NULL,
829                                                      _("%s %s, line %d: invalid value for"                                                      _("%s %s, line %d: invalid value for "
830                                                      "option '%s'\n"                                                      "option '%s'\n"
831                                                      "Expected: one of these strings: "),                                                      "Expected: one of these strings: "),
832                                                      WEECHAT_WARNING, filename,                                                      WEECHAT_WARNING, filename,

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26