Changeset 290 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- Mar 2, 2012, 1:30:18 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r286 r290 82 82 g_szItemCfgIde3: db "Tertiary IDE Controller",NULL 83 83 g_szItemCfgIde4: db "Quaternary IDE Controller",NULL 84 g_szItemCfgBootMenu: db "Boot menusettings",NULL84 g_szItemCfgBootMenu: db "Boot settings",NULL 85 85 g_szItemCfgFullMode: db "Full operating mode",NULL 86 86 g_szItemCfgStealSize: db "kiB to steal from RAM",NULL … … 92 92 93 93 g_szNfoCfgIde: db "IDE controller and drive configuration.",NULL 94 g_szNfoCfgBootMenu: db "Boot menuconfiguration.",NULL94 g_szNfoCfgBootMenu: db "Boot configuration.",NULL 95 95 g_szNfoCfgFullMode: db "Full mode supports multiple controllers and has more features.",NULL 96 96 g_szNfoCfgStealSize: db "How many kiB's to steal from Conventional memory for XTIDE Universal BIOS variables.",NULL … … 266 266 267 267 268 ; Strings for boot menu settings menu 268 ; Strings for boot settings menu 269 g_szItemBootEnableMenu: db "Boot Menu",NULL 269 270 g_szItemBootTimeout: db "Selection timeout",NULL 270 271 g_szItemBootDrive: db "Default boot drive",NULL … … 274 275 g_szItemSerialDetect: db "Scan for Serial Drives",NULL 275 276 276 g_szDlgBootTimeout: db "Enter Boot Menu selection timeout in BIOS timer ticks (1...1092, 0 disables timeout).",NULL 277 g_szDlgBootEnableMenu: db "Enable Boot Menu?",NULL 278 g_szDlgBootTimeout: db "Enter Boot Menu selection timeout in BIOS timer ticks (2...1092).",NULL 277 279 g_szDlgBootDrive: db "Enter default drive number (0xh for Floppy Drives, 8xh for Hard Disks, FFh for ROM boot).",NULL 278 280 g_szDlgBootDispMode: db "Select display mode for Boot Menu.",NULL … … 281 283 g_szDlgSerialDetect: db "Scan for serial drives?",NULL 282 284 283 g_szNfoBootTimeout: db "Menu item selection timeout in BIOS timer ticks.",NULL 285 g_szNfoBootEnableMenu: db "Enable to display boot drive selection menu.",NULL 286 g_szNfoBootTimeout: db "Menu item selection timeout in BIOS timer ticks. 1 tick = 54.9 ms.",NULL 284 287 g_szNfoBootDrive: db "Default drive on boot menu.",NULL 285 288 g_szNfoDispMode: db "Display Mode for Boot Menu.",NULL
Note:
See TracChangeset
for help on using the changeset viewer.