Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/definitions.asm @ 604:f8239a6279b8
Italian language support
author | heinrichsweikamp |
---|---|
date | Wed, 04 Jul 2012 11:08:27 +0200 |
parents | 530a5c994ca2 |
children | c3336f944e53 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Mon Jul 02 10:40:06 2012 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Wed Jul 04 11:08:27 2012 +0200 @@ -29,12 +29,13 @@ #DEFINE max_custom_number d'65' ; Number of last used custom function ; International extension. Selecting messages source: -#DEFINE ENGLISH ; Use english_text.asm +;#DEFINE ENGLISH ; Use english_text.asm ;#DEFINE FRENCH ; Use french_text.asm ;#DEFINE GERMAN ; Use german_text.asm ;#DEFINE SPANISH ; Use spanish_text.asm ;#DEFINE RUSSIAN ; Use russian_text.asm ;#DEFINE TURKISH ; Use turkish_text.asm +#DEFINE ITALIAN ; Use italian_text.asm ;#DEFINE DISPLAY_TEST ; Enables Display-Test in RAW data menu