comparison gtk/plugins/convcolors.c @ 15357:2db21e0292b8

[gaim-migrate @ 18149] clean out the translations tracker, including some gettext stuff from bjorn committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 17 Jan 2007 18:57:22 +0000
parents 8bc394797096
children
comparison
equal deleted inserted replaced
15356:00d0d4524377 15357:2db21e0292b8
18 * 02111-1307, USA. 18 * 02111-1307, USA.
19 */ 19 */
20 #include "internal.h" 20 #include "internal.h"
21 21
22 #define PLUGIN_ID "gtk-plugin_pack-convcolors" 22 #define PLUGIN_ID "gtk-plugin_pack-convcolors"
23 #define PLUGIN_NAME "Conversation Colors" 23 #define PLUGIN_NAME N_("Conversation Colors")
24 #define PLUGIN_STATIC_NAME "Conversation Colors" 24 #define PLUGIN_STATIC_NAME "Conversation Colors"
25 #define PLUGIN_SUMMARY "Customize colors in the conversation window" 25 #define PLUGIN_SUMMARY N_("Customize colors in the conversation window")
26 #define PLUGIN_DESCRIPTION "Customize colors in the conversation window" 26 #define PLUGIN_DESCRIPTION N_("Customize colors in the conversation window")
27 #define PLUGIN_AUTHOR "Sadrul H Chowdhury <sadrul@users.sourceforge.net>" 27 #define PLUGIN_AUTHOR "Sadrul H Chowdhury <sadrul@users.sourceforge.net>"
28 28
29 /* System headers */ 29 /* System headers */
30 #include <gdk/gdk.h> 30 #include <gdk/gdk.h>
31 #include <glib.h> 31 #include <glib.h>
322 0, /* flags */ 322 0, /* flags */
323 NULL, /* dependencies */ 323 NULL, /* dependencies */
324 GAIM_PRIORITY_DEFAULT, /* priority */ 324 GAIM_PRIORITY_DEFAULT, /* priority */
325 325
326 PLUGIN_ID, /* plugin id */ 326 PLUGIN_ID, /* plugin id */
327 N_(PLUGIN_NAME), /* name */ 327 PLUGIN_NAME, /* name */
328 VERSION, /* version */ 328 VERSION, /* version */
329 N_(PLUGIN_SUMMARY), /* summary */ 329 PLUGIN_SUMMARY, /* summary */
330 N_(PLUGIN_DESCRIPTION), /* description */ 330 PLUGIN_DESCRIPTION, /* description */
331 PLUGIN_AUTHOR, /* author */ 331 PLUGIN_AUTHOR, /* author */
332 GAIM_WEBSITE, /* website */ 332 GAIM_WEBSITE, /* website */
333 333
334 plugin_load, /* load */ 334 plugin_load, /* load */
335 plugin_unload, /* unload */ 335 plugin_unload, /* unload */