comparison plugins/psychic.c @ 13700:85267a333422

[gaim-migrate @ 16103] Added some translation comments, as discussed on gaim-i18. I wasn't really sure how to write these, but it's hopefully a step in the right direction... committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Apr 2006 06:46:29 +0000
parents 59a86d70825b
children
comparison
equal deleted inserted replaced
13699:c8043f9a4ce2 13700:85267a333422
52 gconv = gaim_conversation_new(GAIM_CONV_TYPE_IM, acct, name); 52 gconv = gaim_conversation_new(GAIM_CONV_TYPE_IM, acct, name);
53 gaim_conversation_present(gconv); 53 gaim_conversation_present(gconv);
54 54
55 if(gaim_prefs_get_bool(PREF_NOTICE)) { 55 if(gaim_prefs_get_bool(PREF_NOTICE)) {
56 gaim_conversation_write(gconv, NULL, 56 gaim_conversation_write(gconv, NULL,
57 /* This is a quote from Star Wars. You should
58 probably not translate it literally. If
59 you can't find a fitting cultural reference
60 in your language, consider translating
61 something like this instead:
62 "You feel a new message coming." */
57 _("You feel a disturbance in the force..."), 63 _("You feel a disturbance in the force..."),
58 GAIM_MESSAGE_SYSTEM | GAIM_MESSAGE_NO_LOG | GAIM_MESSAGE_ACTIVE_ONLY, 64 GAIM_MESSAGE_SYSTEM | GAIM_MESSAGE_NO_LOG | GAIM_MESSAGE_ACTIVE_ONLY,
59 time(NULL)); 65 time(NULL));
60 } 66 }
61 67