comparison gtk/plugins/cap/cap.c @ 15356: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 5e5b34ac509a
children
comparison
equal deleted inserted replaced
15355:00d0d4524377 15356:2db21e0292b8
926 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */ 926 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */
927 0, /**< flags */ 927 0, /**< flags */
928 NULL, /**< dependencies */ 928 NULL, /**< dependencies */
929 GAIM_PRIORITY_DEFAULT, /**< priority */ 929 GAIM_PRIORITY_DEFAULT, /**< priority */
930 CAP_PLUGIN_ID, /**< id */ 930 CAP_PLUGIN_ID, /**< id */
931 "Contact Availability Prediction", /**< name */ 931 N_("Contact Availability Prediction"), /**< name */
932 VERSION, /**< version */ 932 VERSION, /**< version */
933 N_("Contact Availability Prediction plugin."), /** summary */ 933 N_("Contact Availability Prediction plugin."), /** summary */
934 N_("The contact availability plugin (cap) is used to display statistical information about buddies in a users contact list."), 934 N_("The contact availability plugin (cap) is used to display statistical information about buddies in a users contact list."),
935 /** description */ 935 /** description */
936 "Geoffrey Foster <geoffrey.foster@gmail.com>", /**< author */ 936 "Geoffrey Foster <geoffrey.foster@gmail.com>", /**< author */