Mercurial > pidgin
changeset 6887:5d48764e711c
[gaim-migrate @ 7433]
Added all known MSN errors.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 18 Sep 2003 07:24:10 +0000 |
parents | b5fb1d5282e5 |
children | 066d5d4df2b2 |
files | src/protocols/msn/error.c |
diffstat | 1 files changed, 47 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/error.c Thu Sep 18 07:11:55 2003 +0000 +++ b/src/protocols/msn/error.c Thu Sep 18 07:24:10 2003 +0000 @@ -70,6 +70,21 @@ case 219: g_snprintf(msg, sizeof(msg), _("Already in opposite list")); break; + case 223: + g_snprintf(msg, sizeof(msg), _("Too many groups")); + break; + case 224: + g_snprintf(msg, sizeof(msg), _("Invalid group")); + break; + case 225: + g_snprintf(msg, sizeof(msg), _("User not in group")); + break; + case 229: + g_snprintf(msg, sizeof(msg), _("Group name too long")); + break; + case 230: + g_snprintf(msg, sizeof(msg), _("Cannot remove group zero")); + break; case 231: g_snprintf(msg, sizeof(msg), _("Tried to add a contact to a group " @@ -85,6 +100,9 @@ case 300: g_snprintf(msg, sizeof(msg), _("Required fields missing")); break; + case 301: + g_snprintf(msg, sizeof(msg), _("Too many hits to a FND")); + break; case 302: g_snprintf(msg, sizeof(msg), _("Not logged in")); break; @@ -121,6 +139,9 @@ g_snprintf(msg, sizeof(msg), _("Server is going down (abandon ship)")); break; + case 605: + g_snprintf(msg, sizeof(msg), _("Server unavailable")); + break; case 707: g_snprintf(msg, sizeof(msg), _("Error creating connection")); @@ -147,16 +168,42 @@ case 717: g_snprintf(msg, sizeof(msg), _("Bad friend file")); break; + case 731: + g_snprintf(msg, sizeof(msg), _("Not expected")); + break; + case 800: + g_snprintf(msg, sizeof(msg), + _("Friendly name changes too rapidly")); + break; + + case 910: + case 912: + case 918: + case 919: + case 921: + case 922: + g_snprintf(msg, sizeof(msg), _("Server too busy")); + break; case 911: + case 917: g_snprintf(msg, sizeof(msg), _("Authentication failed")); break; case 913: g_snprintf(msg, sizeof(msg), _("Not allowed when offline")); break; + case 914: + case 915: + case 916: + g_snprintf(msg, sizeof(msg), _("Server unavailable")); + break; case 920: g_snprintf(msg, sizeof(msg), _("Not accepting new users")); break; + case 923: + g_snprintf(msg, sizeof(msg), + _("Kids Passport without parental consent")); + break; case 924: g_snprintf(msg, sizeof(msg), _("Passport account not yet verified"));