comparison libpurple/protocols/novell/nmuser.c @ 22770:cc8903c59d6b

Change the string "screen name" to "username" everywhere. I think most of us agree that "username" is a better term. Also changing the accelerator key for "Username" in the add account dialog from 'n' to 'u', which I think makes more sense.
author Mark Doliner <mark@kingant.net>
date Wed, 30 Apr 2008 08:46:51 +0000
parents 44b4e8bd759b
children f1437342cc0e
comparison
equal deleted inserted replaced
22769:2ff3eb79078d 22770:cc8903c59d6b
1917 case NMERR_MASTER_ARCHIVE_MISSING: 1917 case NMERR_MASTER_ARCHIVE_MISSING:
1918 return _("Master archive is misconfigured"); 1918 return _("Master archive is misconfigured");
1919 1919
1920 case NMERR_AUTHENTICATION_FAILED: 1920 case NMERR_AUTHENTICATION_FAILED:
1921 case NMERR_CREDENTIALS_MISSING: 1921 case NMERR_CREDENTIALS_MISSING:
1922 return _("Incorrect screen name or password"); 1922 return _("Incorrect username or password");
1923 1923
1924 case NMERR_HOST_NOT_FOUND: 1924 case NMERR_HOST_NOT_FOUND:
1925 return _("Could not recognize the host of the screen name you entered"); 1925 return _("Could not recognize the host of the username you entered");
1926 1926
1927 case NMERR_ACCESS_DENIED: 1927 case NMERR_ACCESS_DENIED:
1928 return _("Your account has been disabled because too many incorrect passwords were entered"); 1928 return _("Your account has been disabled because too many incorrect passwords were entered");
1929 1929
1930 case NMERR_DUPLICATE_PARTICIPANT: 1930 case NMERR_DUPLICATE_PARTICIPANT:
1933 case NMERR_TOO_MANY_CONTACTS: 1933 case NMERR_TOO_MANY_CONTACTS:
1934 case NMERR_TOO_MANY_FOLDERS: 1934 case NMERR_TOO_MANY_FOLDERS:
1935 return _("You have reached your limit for the number of contacts allowed"); 1935 return _("You have reached your limit for the number of contacts allowed");
1936 1936
1937 case NMERR_OBJECT_NOT_FOUND: 1937 case NMERR_OBJECT_NOT_FOUND:
1938 return _("You have entered an incorrect screen name"); 1938 return _("You have entered an incorrect username");
1939 1939
1940 case NMERR_DIRECTORY_UPDATE: 1940 case NMERR_DIRECTORY_UPDATE:
1941 return _("An error occurred while updating the directory"); 1941 return _("An error occurred while updating the directory");
1942 1942
1943 case NMERR_SERVER_PROTOCOL: 1943 case NMERR_SERVER_PROTOCOL: