comparison code_part1/OSTC_code_asm_part1/multilang_text.asm @ 182:adadccc367a6

added spanish translation
author heinrichsweikamp
date Sun, 06 Feb 2011 17:49:58 +0100
parents 53b16a746166
children 3b5f81c06db8
comparison
equal deleted inserted replaced
181:0651d5dc3f42 182:adadccc367a6
47 endm 47 endm
48 48
49 ;---- Manage language ------------------------------------------------------- 49 ;---- Manage language -------------------------------------------------------
50 ; Compile with ASM macro definition GERMAN=1 to use another 50 ; Compile with ASM macro definition GERMAN=1 to use another
51 ; file... 51 ; file...
52 #ifdef SPANISH
53 #define LANGUAGE_FILE "spanish_text.asm"
54 #endif
52 #ifdef GERMAN 55 #ifdef GERMAN
53 #define LANGUAGE_FILE "german_text.asm" 56 #define LANGUAGE_FILE "german_text.asm"
54 #endif 57 #endif
55 #ifdef FRENCH 58 #ifdef FRENCH
56 #define LANGUAGE_FILE "french_text.asm" 59 #define LANGUAGE_FILE "french_text.asm"