comparison libpurple/protocols/oscar/util.c @ 30657:e5575248ca82

*** Plucked rev 16e7d9f71db071e6d043c456869b8f860bcc8d45 (ivan.komarov@soc.pidgin.im): Since these messages are shown to the user, they should at least look like complete sentences. They are still confusing and should probably be rephrased further, but I'm not sure how now.
author Paul Aurich <paul@darkrain42.org>
date Wed, 30 Jun 2010 23:49:29 +0000
parents f18b6eb0ed02
children 831634f28e76
comparison
equal deleted inserted replaced
30656:a47346a46cb7 30657:e5575248ca82
36 #endif 36 #endif
37 37
38 static const char * const msgerrreason[] = { 38 static const char * const msgerrreason[] = {
39 N_("Invalid error"), 39 N_("Invalid error"),
40 N_("Invalid SNAC"), 40 N_("Invalid SNAC"),
41 N_("Rate to host"), 41 N_("Server rate limit exceeded"),
42 N_("Rate to client"), 42 N_("Client rate limet exceeded"),
43 N_("Not logged in"), 43 N_("Not logged in"),
44 N_("Service unavailable"), 44 N_("Service unavailable"),
45 N_("Service not defined"), 45 N_("Service not defined"),
46 N_("Obsolete SNAC"), 46 N_("Obsolete SNAC"),
47 N_("Not supported by host"), 47 N_("Not supported by host"),