[MORE][CONUTILS] Implement missing features of the MORE command (#3658)
[reactos.git] / base / applications / cmdutils / more / lang / tr-TR.rc
1 /* TRANSLATOR: 2015 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) */
2
3 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
4
5 STRINGTABLE
6 BEGIN
7 IDS_USAGE "Görüntülükte veriyi sayfa sayfa görüntüler.\n\n\
8 MORE [options] < [Drive:][Path]Filename\n\
9 Command | MORE [options]\n\
10 MORE [options] [Drive:][Path]Filename\n\n\
11 Options:\n\
12 /E Enable extended features.\n\
13 /C Clear screen before displaying page.\n\
14 /P Expand form-feed characters.\n\
15 /S Shrink multiple blank lines to a single line.\n\
16 /Tn Expand tabs to n spaces (default: 8).\n\
17 +n Start displaying the first file at line n.\n\n\
18 [Drive:][Path]Filename A file, whose content shall be displayed.\n\
19 Command A command, whose output shall be displayed.\n\n\
20 If extended features are enabled, the following commands are available\n\
21 at ""-- Continue --"" prompt:\n\
22 P n Display n lines.\n\
23 S n Skip n lines.\n\
24 F Display next file.\n\
25 Q Quit.\n\
26 ? Show help line.\n\
27 = Show line number.\n\
28 <Space> Display next page.\n\
29 <Enter> Display next line.\n"
30
31 IDS_CONTINUE "-- Sürdür --"
32 IDS_CONTINUE_PROGRESS "-- Sürdür (%%%d) --"
33 IDS_FILE_ACCESS "%s kütüğüne erişilemiyor.\n"
34 IDS_BAD_FLAG "Invalid argument - '%ls'\n"
35 IDS_CONTINUE_OPTIONS "-- Continue (%d%%) [Options: psfq=<Space><Enter>] --"
36 IDS_CONTINUE_LINES "-- Continue (%d%%) -- Lines: "
37 IDS_CONTINUE_LINE_AT "-- Continue (%d%%) [Line:%d] --"
38 END