Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 535:c044cd18e89f
Minor FRENCH cleanups
author | JeanDo |
---|---|
date | Sat, 17 Dec 2011 17:22:59 +0100 |
parents | a2019f310176 |
children | e77df4e2d025 |
comparison
equal
deleted
inserted
replaced
534:ba1fb2e23f46 | 535:c044cd18e89f |
---|---|
29 #DEFINE max_custom_number d'58' ; Number of last used custom function | 29 #DEFINE max_custom_number d'58' ; Number of last used custom function |
30 | 30 |
31 ; International extension. Selecting messages source: | 31 ; International extension. Selecting messages source: |
32 ;#DEFINE ENGLISH ; Use english_text.asm | 32 ;#DEFINE ENGLISH ; Use english_text.asm |
33 ;#DEFINE FRENCH ; Use french_text.asm | 33 ;#DEFINE FRENCH ; Use french_text.asm |
34 #DEFINE GERMAN ; Use german_text.asm | 34 ;#DEFINE GERMAN ; Use german_text.asm |
35 ;#DEFINE SPANISH ; Use spanish_text.asm | 35 ;#DEFINE SPANISH ; Use spanish_text.asm |
36 ;#DEFINE RUSSIAN ; Use russian_text.asm | 36 ;#DEFINE RUSSIAN ; Use russian_text.asm |
37 ;#DEFINE TURKISH ; Use turkish_text.asm | 37 ;#DEFINE TURKISH ; Use turkish_text.asm |
38 | 38 |
39 ;#DEFINE DISPLAY_TEST ; Enables Display-Test in RAW data menu | 39 ;#DEFINE DISPLAY_TEST ; Enables Display-Test in RAW data menu |