| 102 ppref = purple_plugin_pref_new_with_label(_("Conversation Placement")); |
102 ppref = purple_plugin_pref_new_with_label(_("Conversation Placement")); |
| 103 purple_plugin_pref_frame_add(frame, ppref); |
103 purple_plugin_pref_frame_add(frame, ppref); |
| 104 |
104 |
| 105 /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */ |
105 /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */ |
| 106 ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\".")); |
106 ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\".")); |
| 107 purple_plugin_pref_set_type(ppref, PURPLE_PLUGIN_PREF_INFO); |
107 purple_plugin_pref_set_pref_type(ppref, PURPLE_PLUGIN_PREF_INFO); |
| 108 purple_plugin_pref_frame_add(frame, ppref); |
108 purple_plugin_pref_frame_add(frame, ppref); |
| 109 |
109 |
| 110 ppref = purple_plugin_pref_new_with_name_and_label( |
110 ppref = purple_plugin_pref_new_with_name_and_label( |
| 111 "/plugins/gtk/extplacement/placement_number", |
111 "/plugins/gtk/extplacement/placement_number", |
| 112 _("Number of conversations per window")); |
112 _("Number of conversations per window")); |