- Timestamp:
- Jul 21, 2018, 8:48:54 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/std_text.asm
r244 r246 63 63 CopyrightVersionLen equ 6 64 64 65 IF NOT BLD_LANG_TXT EQ 'es' 65 66 ; License and source info. 66 67 BootEndMsg db 'This is GPLv3+ software, please visit: http://www.gnu.org/licenses/gpl.txt', 0 67 68 BootEndMsg2 db 'To obtain the sources, please visit: http://svn.netlabs.org/air-boot', 0 69 ENDIF 68 70 69 71 ; Bugger... -
trunk/bootcode/text/es/other.asm
r245 r246 76 76 TXT_HowEnterSetup db 13, 10, ' - Mantenga pulsado Ctrl o Alt para configurar AiR-BOOT.', 0 77 77 78 TXT_BootingNow1 db ' Iniciando en el sistema', 078 TXT_BootingNow1 db 'Arrancando ', 0 79 79 ; DO NOT MODIFY HERE 80 80 TXT_BootingNow2 db '''', 0 … … 109 109 ; Strings used in the pre-MENU screen 110 110 ; 111 DisksFound db "Discos Encontrados : ",0112 PartitionsFound db "Particiones Encontradas : ",0111 DisksFound db "Discos encontrados : ",0 112 PartitionsFound db "Particiones encontradas : ",0 113 113 Phase1 db "Fase 1 Instalaci¢n OS/2 : ",0 114 114 TABMessage db "Pulse TAB para volver al men£ de AiR-BOOT",0 … … 153 153 scanning_txt db 'Explorando...',0 154 154 155 ; License and source info. 156 BootEndMsg db 'Programa GPLv3+; por favor, visite: http://www.gnu.org/licenses/gpl.txt', 0 157 BootEndMsg2 db 'Para acceder al c¢digo fuente, visite: http://svn.netlabs.org/air-boot', 0 158 ;~ BootEndMsg db 'Publicado bajo GPLv3+, por favor visite: http://www.gnu.org/licenses/gpl.txt', 0 159 ;~ BootEndMsg2 db 'Para acceder al c¢digo fuente, por favor visite: http://svn.netlabs.org/air-boot', 0 160 155 161 ; Colors for special words hard-coded. Keep all 0s. 156 162 TXT_SETUP_LowerMessage db 'Este programa se publica bajo licencia ', 0, 'GPLv3+', 0 -
trunk/include/version.h
r245 r246 65 65 #define BLDLVL_YEAR "2018" 66 66 #define BLDLVL_MONTH "07" 67 #define BLDLVL_DAY " 10"67 #define BLDLVL_DAY "21" 68 68 69 69 // Build time -
trunk/include/version.inc
r245 r246 55 55 AB_YEAR EQU 2018h 56 56 AB_MONTH EQU 07h 57 AB_DAY EQU 10h57 AB_DAY EQU 21h 58 58 59 59 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note:
See TracChangeset
for help on using the changeset viewer.