libpurple/protocols/yahoo/libymsg.c

branch
cpw.darkrain42.2.6.1
changeset 27870
921c423a83e5
parent 27869
c8b91ec16cef
child 27914
637cef64684d
equal deleted inserted replaced
27869:c8b91ec16cef 27870:921c423a83e5
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"

mercurial