comparison src/protocols/silc/silc.c @ 8906:0d3a68e36132

[gaim-migrate @ 9676] these should be translated committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 08 May 2004 18:37:00 +0000
parents 4f7c365c5c5a
children 80b4c956d7ae
comparison
equal deleted inserted replaced
8905:438e8d857554 8906:0d3a68e36132
682 _("User Online Status Attributes"), 682 _("User Online Status Attributes"),
683 _("You can let other users see your online status information " 683 _("You can let other users see your online status information "
684 "and your personal information. Please fill the information " 684 "and your personal information. Please fill the information "
685 "you would like other users to see about yourself."), 685 "you would like other users to see about yourself."),
686 fields, 686 fields,
687 "OK", G_CALLBACK(silcgaim_attrs_cb), 687 _("OK"), G_CALLBACK(silcgaim_attrs_cb),
688 "Cancel", G_CALLBACK(silcgaim_attrs_cancel), gc); 688 _("Cancel"), G_CALLBACK(silcgaim_attrs_cancel), gc);
689 } 689 }
690 690
691 static void 691 static void
692 silcgaim_detach(GaimConnection *gc) 692 silcgaim_detach(GaimConnection *gc)
693 { 693 {