| 22 ppref = gaim_plugin_pref_new_with_label(_("Timestamp Format Options")); |
22 ppref = gaim_plugin_pref_new_with_label(_("Timestamp Format Options")); |
| 23 gaim_plugin_pref_frame_add(frame, ppref); |
23 gaim_plugin_pref_frame_add(frame, ppref); |
| 24 |
24 |
| 25 ppref = gaim_plugin_pref_new_with_name_and_label( |
25 ppref = gaim_plugin_pref_new_with_name_and_label( |
| 26 "/plugins/gtk/timestamp_format/force_24hr", |
26 "/plugins/gtk/timestamp_format/force_24hr", |
| 27 _("_Force (traditional Gaim) 24-hour time format")); |
27 _("_Force (traditional " PIDGIN_NAME ") 24-hour time format")); |
| 28 gaim_plugin_pref_frame_add(frame, ppref); |
28 gaim_plugin_pref_frame_add(frame, ppref); |
| 29 |
29 |
| 30 ppref = gaim_plugin_pref_new_with_label(_("Show dates in...")); |
30 ppref = gaim_plugin_pref_new_with_label(_("Show dates in...")); |
| 31 gaim_plugin_pref_frame_add(frame, ppref); |
31 gaim_plugin_pref_frame_add(frame, ppref); |
| 32 |
32 |