[NET][MC] Replace the last string resource by a message from netmsg.dll.

- Move translations to netmsg.dll.
- Keep italian translation as a comment because netmsg.dll does not have an italian translation yet.
- Remove obsolete resource files.
This commit is contained in:
Eric Kohl 2020-05-01 09:40:37 +02:00
parent 77b8505393
commit 16d136a63e
14 changed files with 10 additions and 113 deletions

View file

@ -232,7 +232,7 @@ cmdUse(
Status = WNetUseConnection(NULL, &lpNet, NULL, NULL, CONNECT_REDIRECT | (Persist ? CONNECT_UPDATE_PROFILE : 0), Access, &Size, &OutFlags);
if (argv[2][0] == L'*' && Status == NO_ERROR && OutFlags == CONNECT_LOCALDRIVE)
ConResPrintf(StdOut, IDS_USE_NOW_CONNECTED, argv[3], Access);
PrintMessageStringV(3919, argv[3], Access);
else if (Status != NO_ERROR)
PrintError(Status);