Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 187:3b5f81c06db8
French Version Primer.
+ alpha version... Proofreading it.
author | JeanDo |
---|---|
date | Mon, 07 Feb 2011 23:38:11 +0100 |
parents | adadccc367a6 |
children | caf6153b26cb |
comparison
equal
deleted
inserted
replaced
186:57a654c199ae | 187:3b5f81c06db8 |
---|---|
29 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 29 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
30 | 30 |
31 #DEFINE max_custom_number d'53' ; Number of last used custom function | 31 #DEFINE max_custom_number d'53' ; Number of last used custom function |
32 | 32 |
33 ; International extension. Selecting messages source: | 33 ; International extension. Selecting messages source: |
34 ; Language (No define -> english_text.asm) | 34 ;#DEFINE ENGLISH ; Use english_text.asm |
35 ;#DEFINE FRENCH ; Use french_text.asm | 35 #DEFINE FRENCH ; Use french_text.asm |
36 ;#DEFINE GERMAN ; Use german_text.asm | 36 ;#DEFINE GERMAN ; Use german_text.asm |
37 ;#DEFINE SPANISH ; Use spanish_text.asm | 37 ;#DEFINE SPANISH ; Use spanish_text.asm |
38 | 38 |
39 | 39 |
40 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 40 #DEFINE logbook_profile_version 0x20 ; Do not touch! |