forked from shidel/fd-nls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxcdmsgs.tr.UTF-8
75 lines (75 loc) · 2.85 KB
/
xcdmsgs.tr.UTF-8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
;
; XCDMSGS.ENG -- "Turkish" XCDROM Initialization Messages.
; Written by Berki Yenigün, 12-Oct-2020.
;
; Users who wish to "Internationalize" XCDROM need to change only THIS
; file! The new file may be named as desired, for example XCDMSGS.FR
; (French), XCDMSGS.DE (German) etc. The desired file must be copied
; to XCDMSGS.TXT, and the desired driver can then be re-assembled with
; any NASM assembler (available from SourceForge), using the following
; command line:
;
; NASM -o XCDROM.SYS -l XCDROM.LST -d language XCDROM.ASM
;
; Note that the conditional -d language causes the assembler to read
; XCDMSGS.TXT, rather than the default XCDMSGS.ENG file.
;
; The following RULES apply to modifying the messages shown below:
;
; A) All message LABELS ("XCMsg" etc.) must appear as shown.
;
; B) All CR, LF, and ending $ bytes must appear as shown. Only the
; message TEXT bytes (letters, numbers and punctuation) are open
; to change.
;
; C) There must be at least 42 characters from the start of "XCMsg"
; to the start of "Suffix", as the driver reads 40 bytes of data
; into this area (the name of each drive) and suffixes an ending
; $ before displaying the final CD-ROM drive name.
;
; D) Other messages MODIFIED by driver initialization are:
;
; 1) The 8 driver name bytes at "DvrMsg1".
; 2) The 4 controller address bytes at "CtlrAdr".
; 3) The 8 controller I.D. bytes at "CtlrID".
; 4) The drive unit-number byte at "UMsgNo".
; 5) The 4 UltraDMA mode bytes at "UDMode".
;
; For an "Internationalization" example, compare the file XDMAMSGS.ENG
; with the file XDMAMSGS.NL, both of which are included in the current
; XDMA driver package. XDMAMSGS.NL translates all XDMA init messages
; into the Dutch language. This file was written by Bernd Blaauw who
; suggested making XDMA, and now XCDROM, into "International" drivers.
;
;
XCMsg db CR,LF,'GCDROM '
db VER ;XCDROM.ASM provides version and date!
db CR,LF,'$'
DvrMsg db 'Sürücü adı: "'
DvrMsg1 db ' "$'
CtlrMsg db 'G-Ç adresinde SATA Yerel IDE denetleyicisi '
CtlrAdr0 db 'xxxxh/'
CtlrAdr db 'xxxxh, Yonga Kimliği '
CtlrID db 'xxxxxxxxh.',CR,LF,'$'
VEMsg db '.',CR,LF,'VDS başlatma hatası$'
LEMsg db '.',CR,LF,'/L Geçersiz$'
SyEMsg db '.',CR,LF,'HATA '
SyMsg db 'G-Ç XDMA sürücüsüyle eşleştiriliyor$'
PRMsg db '80386+ yonga değil'
Suffix db '; GCDROM yüklü değil!',CR,LF,'$'
UnitMsg db 'Birim '
UMsgNo db '0: $'
TOMsg db ' aygıt seçim zaman aşımı$'
IDMsg db ' aygıt belirleme hatası$'
NCMsg db ' bir ATAPI CD-ROM değil$'
NDMsg db 'kullanılabilir bir CD-ROM sürücüsü yok$'
PriMsg db 'Birincil-$'
SecMsg db 'İkincil-$'
MstMsg db 'ana$'
SlvMsg db 'bağımlı$'
ComMsg db ', $'
UDMsg db ', ATA-'
UDMode db ' $'
PIOMsg db ', PIO kipi$'
CRMsg db '.',CR,LF,'$'