reactos/subsystems/mvdm/ntvdm/lang/zh-CN.rc
David Quintana 01e5cb0c04
Resource file strings cleanup (#581)
[CMDUTILS/AT] Fix missing translation strings in certain files.
[NOTEPAD] Fix SUBLANG code to brazillian.
[RAPPS] Fix missing translation strings in certain files.
[FDEBUG] Fix translation string ID.
[CPL/INPUT] Fix missing translation strings in certain files.
[ACPPAGE] Fix incorrect resource IDs.
[NETSHELL] Fix incorrect resource IDs.
[DEVMGR] Fix missing translation strings in certain files.
[LSASRV] Fix missing translation strings in certain files.
[RASDLG] Fix missing translation strings in certain files.
[SHELL32] Fix missing translation strings and incorrect resource IDs.
[TAPIUI] Fix missing translation strings in certain files.
[WINFILE] Fix incorrect resource IDs.
[NTVDM] Fix missing translation strings in certain files.
[USERSRV] Fix missing translation strings in certain files.
[BROWSEUI] One more missing string.
[FLTMC] Fix missing translation strings in certain files.

Detected using the TransDiffer tool (early alpha).
This doesn't include everything anymore, but I wanted to get the PR out of the way.
2019-01-05 15:44:16 +01:00

25 lines
687 B
Plaintext

/* Simplified Chinese translation by Henry Tang Ih 2015 (henrytang2@hotmail.com) */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
BEGIN
IDS_CAPTURE_MOUSE, "捕获鼠标指针(&C)"
IDS_RELEASE_MOUSE, "释放鼠标指针(&R)"
IDS_VDM_MENU , "ReactOS DOS 虚拟机 (&V)"
END
STRINGTABLE
BEGIN
IDS_VDM_DUMPMEM_TXT, "内存转储 (文本) (&T)"
IDS_VDM_DUMPMEM_BIN, "内存转储 (二进制) (&B)"
IDS_VDM_MOUNT_FLOPPY, "Insert a floppy in drive %d <%s>..."
IDS_VDM_EJECT_FLOPPY, "Eject floppy from drive %d"
IDS_VDM_QUIT , "退出 ReactOS DOS 虚拟机 (&Q)"
END
STRINGTABLE
BEGIN
IDS_NO_MEDIA, "No media"
END