Changeset 244 for trunk/bootcode/regular/std_text.asm
- Timestamp:
- Jul 8, 2018, 7:40:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/std_text.asm
r231 r244 71 71 BrokenHDD db ' (HDDx)', 0 72 72 73 IF NOT BLD_LANG_TXT EQ 'es' 73 74 ; Colors for special words hard-coded. Keep all 0s. 74 75 TXT_SETUP_LowerMessage db 'This software is released under ', 0, 'GPLv3+', 0 … … 77 78 db 'http://svn.netlabs.org/air-boot', 0 78 79 db 'Contact by e-mail: ', 0, 'rousseau.os2dev@gmx.com', 0 80 ENDIF 79 81 80 82 ; Table that points to BIOS device names. … … 84 86 dw 0 85 87 88 IF NOT BLD_LANG_TXT EQ 'es' 86 89 ; LVM protection messages; should be translated and moved to lang-files. 87 90 TXT_SETUP_NoEditType35 db 'Labels of LVM-Data partitions cannot be changed', 0 … … 99 102 build_date db 'Build Date: ',0 100 103 scanning_txt db 'Scanning...',0 104 ENDIF
Note:
See TracChangeset
for help on using the changeset viewer.