# HG changeset patch # User Christian Hammond # Date 1063869850 0 # Node ID 5d48764e711cab77a3b057d5cc9ba398e8e491f2 # Parent b5fb1d5282e5d36dd82b7609a6d626c7ec7f4342 [gaim-migrate @ 7433] Added all known MSN errors. committer: Tailor Script diff -r b5fb1d5282e5 -r 5d48764e711c src/protocols/msn/error.c --- 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"));