| 314 case MSN_ERROR_SERV_DOWN: |
314 case MSN_ERROR_SERV_DOWN: |
| 315 msg = g_strdup(_("The MSN servers are going down " |
315 msg = g_strdup(_("The MSN servers are going down " |
| 316 "temporarily.")); |
316 "temporarily.")); |
| 317 break; |
317 break; |
| 318 case MSN_ERROR_AUTH: |
318 case MSN_ERROR_AUTH: |
| |
319 gc->wants_to_die = TRUE; |
| 319 msg = g_strdup_printf(_("Unable to authenticate: %s"), |
320 msg = g_strdup_printf(_("Unable to authenticate: %s"), |
| 320 (info == NULL ) ? |
321 (info == NULL ) ? |
| 321 _("Unknown error") : info); |
322 _("Unknown error") : info); |
| 322 break; |
323 break; |
| 323 case MSN_ERROR_BAD_BLIST: |
324 case MSN_ERROR_BAD_BLIST: |