File: theme-zh.msg

package info (click to toggle)
sbm 3.7.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,060 kB
  • ctags: 1,590
  • sloc: asm: 11,940; ansic: 2,870; makefile: 531
file content (164 lines) | stat: -rw-r--r-- 6,750 bytes parent folder | download | duplicates (4)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
; strings
; all strings are zero ending,
; use 0x0d to break string into multi-lines.
string:
; used in main window and boot menu.
.main_win_title     db  ,' ',,' ',,' ',,0
.menu_title         db  '    ',,'  ',־,'    ',,'  ',,'  ',,'  ',,'   ',,'  ',,0

; window titles.
.about              db  'About',0
.error              db  ,'  ',,0
.help               db  'Help',0
.info               db  ,'  ',Ϣ,0
.input              db  ,'  ',,0

; used in input boxes.
.delay_time         db  ,'  ',ʱ,': ',0
.name               db  ,'  ',,': ',0
.new_root_passwd    db   
.root_passwd        db  ,': ',0
.new_record_passwd  db   
.record_passwd      db  ¼,': ',0
.retype_passwd      db  ȷϿ,':',0
.input_schedule     db  ճ,' (hh:mm-hh:mm;days): ',0
.input_keystrokes   db  밴,'. ',,' <Scroll Lock> ',ȷ,0x0d
                    db  ,'  ',,' = 0x',0
.key_count          db  '    No. ',0
.io_port            db  'I/O Base Ports (hex1,hex2): ',0

; used in record info box.
.drive_id           db     ,': ',0
.part_id            db  '  ',,': ',0
.record_type        db  0x0d,'  ',¼,': ',0
.record_name        db  0x0d,'  ',¼,': ',0

.auto_active        db  0x0d,0x0d,'  ',Զ,': ',0
.active             db  '  ',,': ',0
.auto_hide          db  0x0d,'  ',Զ,': ',0
.hidden             db  '  ',,': ',0
.swap_drv           db  0x0d,,': ',0
.logical            db  '  ',߼,': ',0
.key_strokes        db  0x0d,0x0d,'    ',,'  ',,': ',0
.password           db  '  ',,': ',0
.schedule           db  0x0d,'    ',,'  ',,': ',0

.yes                db  'Yes',0
.no                 db  'No ',0

; copyright infomation, displayed at the top of the screen.
.copyright          db  ' Smart Boot Manager 3.7.0zh | Copyright (C) 2001 Suzhe',0

; hint message, displayed at the bottom of the screen.
.hint               db   '~F1~-Help  ~F2~-',,'  ~F3~-',,'  ~F4~-',,'  ~F5~-',,'  ~TAB~-',˵,0

; about infomation.
.about_content     db '           Smart Boot Manager 3.7.0zh',0x0d
                   db ' Copyright (C) 2001 Suzhe <suzhe@gnuchina.org>',0x0d,0x0d
                   db ' This is free software, you can redistribute',0x0d
                   db ' it and/or modify it under the terms of the',0x0d
                   db '   GNU General Public License version 2.',0x0d,0x0d
                   db 'This program comes with ABSOLUTELY NO WARRANTY!',0

; help infomation.
.help_content:
        db '  F1 = Help        Ctrl+F1 = About',0x0d
        db '  F2 = ',,'  ',,'           F3 = ',,'  ',,0x0d
        db '  F4 = ',,'  ',,'           F5 = ',,'  ',,0x0d
        db ' TAB = ',,'  ',,0x0d,0x0d
        db ' Please read the documentation for details.',0


; normal messages.
.changes_saved      db  ,' OK.',0
.passwd_changed     db  , ' OK.',0
.ask_save_changes   db  ,'(y/n)?',0

; error messages.
.wrong_passwd       db  ,'!',0
.disk_error         db  ,'! 0x',0
.mark_act_failed    db  ,'!',0
.toggle_hid_failed  db  ,'/',ȡش,'!',0
.no_system          db  'No Operating System!',0
.invalid_record     db  ¼,'!',0
.invalid_schedule   db  ճ̴,'!',0
.inst_confirm       db  ȷϰװ,' Smart BootManager ',
                    db  ,0
.inst_ok            db  װ,' OK!',0
.inst_abort         db  ȡװ,'.',0
.uninst_confirm     db  ȷɾ,' Smart BootManager?',0x0d,0
.uninst_ok          db  ɾ,' OK!',0x0d
                    db  'Computer will be restarted.',0
.uninst_abort       db  ȡɾ,'.',0
.confirm            db  ,' Y ',ȷ,'.',0
.no_sbml            db  'Smart Boot Manager Loader missing ',0x0d
                    db  'or version mismatch!',0
.invalid_ioports    db  'I/O Ports ',,'!',0

; command menu strings
; main menu
.main_mnu_title     db  'Main Menu',0
.main_mnu_help      db  'Help             ~F1~',0
.main_mnu_about     db  'About       ~Ctrl-F1~',0
.main_mnu_bootit    db  ,'  ',,0
.main_mnu_bootprev  db  ԭ,' MBR',0
.main_mnu_quit      db  'Quit         ~Ctrl-Q~',0
.main_mnu_poweroff  db  'Power Off  ~Ctrl-F12~',0
.main_mnu_recordset db  ¼,'     ->',0
.main_mnu_sysset    db  ϵͳ,'         ->',0
.main_mnu_save      db  ,'  ',,'           ~F2~',0
.main_mnu_bar       db  '-------------------',0

; record settings menu
.record_mnu_title    db  ¼,0
.record_mnu_info     db  ,'    ',Ϣ,'      ~/ or ?~',0
.record_mnu_name     db  ,'    ',,'          ~F3~',0
.record_mnu_passwd   db  ,'    ',,'          ~F9~',0
.record_mnu_schedule db  ,'    ',,'      ~Ctrl-S~',0
.record_mnu_keys     db  ,'    ',,'      ~Ctrl-K~',0
.record_mnu_act      db  ,'    ',,'          ~F4~',0
.record_mnu_hide     db  ,'    ',,'          ~F5~',0
.record_mnu_autoact  db  Զ,'          ~F6~',0
.record_mnu_autohide db  Զ,'          ~F7~',0
.record_mnu_swapdrv  db  ,'    ~Ctrl-X~',0
.record_mnu_del      db  ɾ,'    ',,'      ~Ctrl-D~',0
.record_mnu_dup      db  ,'    ',,'      ~Ctrl-P~',0
.record_mnu_moveup   db  ,'    ',,'      ~Ctrl-U~',0
.record_mnu_movedown db  ,'    ',,'      ~Ctrl-N~',0
.record_mnu_bar      db  '--------------------',0

; system setting menu
.sys_mnu_title       db  ϵͳ,0
.sys_mnu_rootpasswd  db  ,'                ~F10~',0
.sys_mnu_admin       db  ģʽ,'           ~Ctrl-F10~',0
.sys_mnu_security    db  ȫģʽ,'            ~Alt-F10~',0
.sys_mnu_setdef      db  ȱʡ¼,'             ~F8~',0
.sys_mnu_unsetdef    db  ȡȱʡ¼,'       ~Shift-F8~',0
.sys_mnu_delay       db  ʱ,'             ~Ctrl-T~',0
.sys_mnu_bmstyle     db  ˵ģʽ,'     ~Ctrl-F~',0
.sys_mnu_remlast     db  ϴ¼,'     ~Ctrl-L~',0
.sys_mnu_int13ext    db  'Toggle Extended Int 13H',0
.sys_mnu_rescanall   db  'Rescan All Drivers   ~Ctrl-I~',0
.sys_mnu_rescanpart  db  'Rescan All Harddisks ~Ctrl-H~',0
.sys_mnu_set_ioports db  ,' CD-ROM I/O Ports',0
.sys_mnu_inst        db  װ,' Smart BootManager',0
.sys_mnu_uninst      db  ɾ,' Smart BootManager',0
.sys_mnu_bar         db  '---------------------------',0

.cdimg_mnu_title     db  'Choose a CD Image', 0
.cdimg_mnu_noemu     db  'No Emulation',0
.cdimg_mnu_120m      db  '1.2 M Diskette',0
.cdimg_mnu_144m      db  '1.44M Diskette',0
.cdimg_mnu_288m      db  '2.88M Diskette',0

.sunday              db ,0
.monday              db ,' 1',0
.tuesday             db ,' 2',0
.wednesday           db ,' 3',0
.thursday            db ,' 4',0
.friday              db ,' 5',0
.saturday            db ,' 6',0


; END OF THEME.
end_of_theme: