[MORE] Use positional elements to build the MORE prompt, whose state is controlled...
[reactos.git] / base / applications / cmdutils / more / lang / zh-CN.rc
1 /* Translated by Song Fuchang (0xfc) <sfc_0@yahoo.com.cn> */
2
3 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
4
5 STRINGTABLE
6 BEGIN
7 IDS_USAGE "在屏幕上一页一页地显示内容。\n\
8 \n\
9 MORE [/E [options]] < [drive:][path]filename\n\
10 command | MORE [/E [options]]\n\
11 \n\
12 [drive:][path]filename A file whose contents are to be displayed.\n\
13 command A command whose output is to be displayed.\n\
14 \n\
15 When Extended Features are enabled, the following form is supported:\n\
16 MORE [/E] [options] [files]\n\
17 \n\
18 Options:\n\
19 /E Enable Extended Features.\n\
20 The default state of the Extended Features is controlled by the default\n\
21 registry settings for CMD.EXE. For more details on how to change these\n\
22 settings, see the section ""Command Extensions"" in CMD.EXE help.\n\
23 \n\
24 When Extended Features are enabled, the following options are available:\n\
25 /C Clear the screen before displaying a page.\n\
26 /P Expand Form-Feed characters.\n\
27 /S Shrink successive blank lines to a single line.\n\
28 /Tn Expand tabs to n spaces (default: 8).\n\
29 \n\
30 These options can be specified in the MORE environment variable.\n\
31 \n\
32 +n Start displaying the first file at line n.\n\
33 files List of files to display, separated by blanks.\n\
34 \n\
35 When Extended Features are enabled, the following commands are available\n\
36 at the ""-- Continue --"" prompt:\n\
37 \n\
38 P n Display the next n lines.\n\
39 S n Skip the next n lines.\n\
40 F Display the next file.\n\
41 Q Quit.\n\
42 = Show the line number.\n\
43 ? Show the help line.\n\
44 <Space> Display the next page.\n\
45 <Enter> Display the next line.\n"
46
47 IDS_BAD_FLAG "Invalid argument - '%s'\n"
48 IDS_FILE_ACCESS "无法访问文件 %s。\n"
49 IDS_CONTINUE_PROMPT "-- 继续%1%2%3 --%4"
50 IDS_CONTINUE_PERCENT " (%d%%)"
51 IDS_CONTINUE_LINE_AT " [Line: %d]"
52 IDS_CONTINUE_OPTIONS " [Options: psfq=<Space><Enter>]"
53 IDS_CONTINUE_LINES " Lines: "
54 END