| 2073 msg = g_strdup(_("Invalid username or password")); |
2073 msg = g_strdup(_("Invalid username or password")); |
| 2074 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED; |
2074 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED; |
| 2075 break; |
2075 break; |
| 2076 case 14: |
2076 case 14: |
| 2077 msg = g_strdup(_("Your account has been locked due to too many failed login attempts." |
2077 msg = g_strdup(_("Your account has been locked due to too many failed login attempts." |
| 2078 "Please try logging into the Yahoo! website.")); |
2078 " Please try logging into the Yahoo! website.")); |
| 2079 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED; |
2079 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED; |
| 2080 break; |
2080 break; |
| 2081 case 1013: |
2081 case 1013: |
| 2082 msg = g_strdup(_("Error 1013: The username you have entered is invalid." |
2082 msg = g_strdup(_("Error 1013: The username you have entered is invalid." |
| 2083 " The most common cause of this error is entering your e-mail" |
2083 " The most common cause of this error is entering your e-mail" |