| 2277 * |
2277 * |
| 2278 * See discussion thread "Search comment for Jabber is not translatable" |
2278 * See discussion thread "Search comment for Jabber is not translatable" |
| 2279 * in purple-i18n@lists.sourceforge.net (March 2006) |
2279 * in purple-i18n@lists.sourceforge.net (March 2006) |
| 2280 */ |
2280 */ |
| 2281 static const char * jabber_user_dir_comments [] = { |
2281 static const char * jabber_user_dir_comments [] = { |
| 2282 /* current comment from Jabber User Directory users.jabber.org */ |
2282 /* current comment from Jabber User Directory users.jabber.org */ |
| 2283 N_("Find a contact by entering the search criteria in the given fields. " |
2283 N_("Find a contact by entering the search criteria in the given fields. " |
| 2284 "Note: Each field supports wild card searches (%)"), |
2284 "Note: Each field supports wild card searches (%)"), |
| 2285 NULL |
2285 NULL |
| 2286 }; |
2286 }; |
| 2287 #endif |
2287 #endif |
| 2288 |
2288 |
| 2289 static void user_search_fields_result_cb(JabberStream *js, xmlnode *packet, gpointer data) |
2289 static void user_search_fields_result_cb(JabberStream *js, xmlnode *packet, gpointer data) |
| 2290 { |
2290 { |