comparison src/text_multilang.asm @ 654:75e90cd0c2c3

hwOS sport 10.77 release
author heinrichsweikamp
date Thu, 14 Mar 2024 16:56:46 +0100
parents bc214815deb2
children
comparison
equal deleted inserted replaced
653:8bcd138ab744 654:75e90cd0c2c3
2 ; 2 ;
3 ; File text_multilang.asm * combined next generation V3.09.4k 3 ; File text_multilang.asm * combined next generation V3.09.4k
4 ; 4 ;
5 ; Implementation text in various selectable languages. 5 ; Implementation text in various selectable languages.
6 ; 6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, heinrichs weikamp gmbh, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
9 ; HISTORY 9 ; HISTORY
10 ; 2011-06-12 : [jDG] Creation 10 ; 2011-06-12 : [jDG] Creation
11 11
12 #include "hwos.inc" 12 #include "hwos.inc"
20 20
21 21
22 ; fast hack **ONLY** for **CHANGING** languages ( en / de / fr / it ) 22 ; fast hack **ONLY** for **CHANGING** languages ( en / de / fr / it )
23 23
24 ;#undefine _language_1 24 ;#undefine _language_1
25 ;#define _language_1 it 25 ;#define _language_1 fr
26 26
27 ;#undefine _language_2 27 ;#undefine _language_2
28 ;#define _language_2 it 28 ;#define _language_2 it
29 29
30 30