| 85 ppref = purple_plugin_pref_new_with_label(_("Conversation Placement")); |
85 ppref = purple_plugin_pref_new_with_label(_("Conversation Placement")); |
| 86 purple_plugin_pref_frame_add(frame, ppref); |
86 purple_plugin_pref_frame_add(frame, ppref); |
| 87 |
87 |
| 88 /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */ |
88 /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */ |
| 89 ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\".")); |
89 ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\".")); |
| 90 purple_plugin_pref_set_type(ppref, PURPLE_PLUGIN_PREF_INFO); |
90 purple_plugin_pref_set_pref_type(ppref, PURPLE_PLUGIN_PREF_INFO); |
| 91 purple_plugin_pref_frame_add(frame, ppref); |
91 purple_plugin_pref_frame_add(frame, ppref); |
| 92 |
92 |
| 93 ppref = purple_plugin_pref_new_with_name_and_label( |
93 ppref = purple_plugin_pref_new_with_name_and_label( |
| 94 "/plugins/gtk/extplacement/placement_number", |
94 "/plugins/gtk/extplacement/placement_number", |
| 95 _("Number of conversations per window")); |
95 _("Number of conversations per window")); |