annotate code_part1/OSTC_code_asm_part1/german_text.asm @ 177:d70dd3177d57

Add instructions to translators
author JeanDo
date Fri, 04 Feb 2011 17:27:15 +0100
parents e93d0edfc4c0
children 29ff788487fc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
1 ;=============================================================================
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
2 ; OSTC - diving computer code
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
3 ; Copyright (C) 2008 HeinrichsWeikamp GbR
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
4 ;
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
5 ; This program is free software: you can redistribute it and/or modify
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
6 ; it under the terms of the GNU General Public License as published by
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
7 ; the Free Software Foundation, either version 3 of the License, or
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
8 ; (at your option) any later version.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
9 ;
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
10 ; This program is distributed in the hope that it will be useful,
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
11 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
12 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
13 ; GNU General Public License for more details.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
14 ;
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
15 ; You should have received a copy of the GNU General Public License
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
16 ; along with this program. If not, see <http://www.gnu.org/licenses/>.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
17 ;
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
18 ; Hold texts and screen position to display the texts.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
19 ; History:
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
20 ; 2007/10/13 : Initial version by Matthias Heinrichs, info@heinrichsweikamp.com
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
21 ; 2008/05/24 : MW.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
22 ; 2011/02/02 : Jean-Do Gascuel : split into different files for multi-lingual support
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
23 ;
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
24 ; known bugs:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
25 ; ToDo:
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
26 ;=============================================================================
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
27 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
28 ; Instructions for translating:
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
29 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
30 ; * Strings are accessed according to the order in the file.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
31 ; So don't change ordering !
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
32 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
33 ; * Keep the english original version on the right column. So translations
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
34 ; can be reviewed and maintened.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
35 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
36 ; * One of the main constraint is to keep texts short, to avoid clobering
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
37 ; the OSTC screen. Of course, the technical, precise terms should be used.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
38 ; Generally, there is no hard constraint: you can be one or two chars
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
39 ; shorter or longer.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
40 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
41 ; * Beware that some strings do have a fixed length. You should then use
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
42 ; exactly the same size.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
43 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
44 ; * Beware that some strings have ponctuation, or trailling space(s). In that
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
45 ; case, you should keep EXACTLY the same ponctuation AND TRAILING SPACES.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
46 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
47 ; * Ascii chars: we can support a few specific chars. öäüß for German.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
48 ; éè for French. If you really absolutetly need more, ask...
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
49 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
50 ; * Do not translate comments (everithing after the ;), because they are
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
51 ; used for maintenance.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
52 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
53 ; * The X column is position on screen. Some texts are centered, left
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
54 ; padded or right padded. In that case, if you changed the text size,
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
55 ; you will have to adjust position. A char is 7 pixels wide.
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
56 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
57 ;=============================================================================
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
58 ; macro X Y "translation" ; English original
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
59 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
60 TCODE .0, .25, "Please Wait..." ;002 Please Wait...
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
61 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
62 TCODE .65, .2, "Menu?" ;004 Menu?
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
63 TCODE .65, .2, "Menu:" ;005 Menu:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
64 TCODE .20, .35, "Logbook" ;006 Logbook
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
65 TCODE .20, .65, "Gas Setup" ;007 Gas Setup
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
66 TCODE .20, .35, "Set Time" ;008 Set Time
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
67 TCODE .20, .95, "Reset Menu" ;009 Reset Menu
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
68 TCODE .20, .125, "Setup" ;010 Setup
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
69 TCODE .20, .185, "Exit" ;011 Exit
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
70 TCODE .115, .2, "Wait..." ;012 Wait..
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
71 TCODE .0, .24, "MD2 Hash:" ;013 MD2 Hash:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
72 TCODE .0, .0, "Desat" ;014 Desat
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
73 TCODE .50, .2, "Interface" ;015 Interface
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
74 TCODE .10, .30, "Start" ;016 Start
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
75 TCODE .10, .55, "Data" ;017 Data
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
76 TCODE .10, .80, "Header" ;018 Header
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
77 TCODE .10, .105, "Profile" ;019 Profile
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
78 TCODE .10, .130, "Done." ;020 Done.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
79 TCODE .20, .35, "Cancel Reset" ;021 Cancel Reset
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
80 TCODE .32, .65, "Time:" ;022 Time:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
81 TCODE .32, .95, "Date:" ;023 Date:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
82 TCODE .32, .155, "Set Hours" ;024 Set Hours
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
83 TCODE .6, .0, "Reset..." ;025 Reset...
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
84 TCODE .55, .2, "Logbook" ;026 Logbook
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
85 TCODE .14, .2, "Custom Functions I" ;027 Custom Functions I
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
86 TCODE .40, .2, "Reset Menu" ;028 Reset Menu
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
87 TCODE .50, .2, "Set Time:" ;029 Set Time:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
88 TCODE .100, .50, "SetMarker" ;030 SetMarker
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
89 TCODE .100, .25, "Decoplan" ;031 Decoplan
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
90 TCODE .100, .0, "Gaslist" ;032 Gaslist
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
91 TCODE .100, .50, "ResetAvr" ;033 ResetAvr
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
92 TCODE .100, .100, "Exit" ;034 Exit
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
93 TCODE .0, .0, "NoFly" ;035 NoFly
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
94 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
95 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars).
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
96 TCODE .40, .35, "Start Dive [m]" ;036 Start Dive [m]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
97 TCODE .40, .35, "End Dive [m]" ;037 End Dive [m]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
98 TCODE .40, .35, "End Delay [min]" ;038 End Delay [min]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
99 TCODE .40, .35, "Power Off [min]" ;039 Power Off [min]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
100 TCODE .40, .35, "Pre-menu [min]" ;040 Pre-menu [min]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
101 TCODE .40, .35, "velocity[m/min]" ;041 velocity[m/min]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
102 TCODE .40, .35, "Wake-up [mBar]" ;042 Wake-up [mBar]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
103 TCODE .40, .35, "max.Surf.[mBar]" ;043 max.Surf.[mBar]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
104 TCODE .40, .35, "GF display [%]" ;044 GF display [%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
105 TCODE .40, .35, "min. O2 Dis.[%]" ;045 min. O2 Dis.[%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
106 TCODE .40, .35, "Dive menus[min]" ;046 Dive menus[min]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
107 TCODE .40, .35, "Saturate x [%]" ;047 Saturate x [%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
108 TCODE .40, .35, "Desaturate x[%]" ;048 Desaturate x[%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
109 TCODE .40, .35, "NoFly Ratio [%]" ;049 NoFly Ratio [%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
110 TCODE .40, .35, "GF alarm 1 [%]" ;050 GF alarm 1 [%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
111 TCODE .40, .35, "CNSshow surf[%]" ;051 CNSshow surf[%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
112 TCODE .40, .35, "Deco Offset [m]" ;052 Deco Offset [m]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
113 TCODE .40, .35, "ppO2 low [Bar]" ;053 ppO2 low [Bar]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
114 TCODE .40, .35, "ppO2 high [Bar]" ;054 ppO2 high [Bar]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
115 TCODE .40, .35, "ppO2 show [Bar]" ;055 ppO2 show [Bar]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
116 TCODE .40, .35, "sampling rate " ;056 sampling rate
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
117 TCODE .40, .35, "Divisor Temp " ;057 Divisor Temp
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
118 TCODE .40, .35, "Divisor Decodat" ;058 Divisor Decodat
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
119 TCODE .40, .35, "Divisor NotUse1" ;059 Divisor NotUse1
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
120 TCODE .40, .35, "Divisor ppO2 " ;060 Divisor ppO2
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
121 TCODE .40, .35, "Divisor Debug " ;061 Divisor Debug
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
122 TCODE .40, .35, "Divisor NotUse2" ;062 Divisor NotUse2
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
123 TCODE .40, .35, "CNSshow dive[%]" ;063 CNSshow dive[%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
124 TCODE .40, .35, "Logbook offset " ;064 Logbook offset
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
125 TCODE .40, .35, "Last Deco at[m]" ;065 Last Deco at[m]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
126 TCODE .40, .35, "End Apnoe [h]" ;066 End Apnoe [h]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
127 TCODE .40, .35, "Show Batt.Volts" ;067 Show Batt.Volts
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
128 ; End of function descriptor I
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
129 ;
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
130 ;licence:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
131 TCODE .0, .35, "This program is" ;068 This program is
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
132 TCODE .0, .65, "distributed in the" ;069 distributed in the
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
133 TCODE .0, .95, "hope that it will be" ;070 hope that it will be
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
134 TCODE .0, .125, "useful, but WITHOUT" ;071 useful, but WITHOUT
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
135 TCODE .0, .155, "ANY WARRANTY; without" ;072 ANY WARRANTY
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
136 TCODE .0, .185, "even the implied" ;073 even the implied
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
137 TCODE .0, .215, "warranty of" ;074 warranty of
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
138 TCODE .0, .35, "MERCHANTABILITY or" ;075 MERCHANTABILITY or
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
139 TCODE .0, .65, "FITNESS FOR A" ;076 FITNESS FOR A
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
140 TCODE .0, .95, "PARTICULAR PURPOSE." ;077 PARTICULAR PURPOSE.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
141 TCODE .0, .125, "See the GNU General" ;078 See the GNU General
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
142 TCODE .0, .155, "Public License for" ;079 Public License for
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
143 TCODE .0, .185, "more details:" ;080 more details:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
144 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
145 ; end of licence
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
146 ;
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
147 TCODE .102, .54, "Decostop" ;082 Decostop
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
148 TCODE .0, .0, "m/min" ;083 m/min
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
149 TCODE .108, .113, "No Stop" ;084 No Stop
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
150 TCODE .135, .113, "TTS" ;085 TTS
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
151 TCODE .100, .0, "Divetime" ;086 Divetime
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
152 TCODE .0, .0, "Depth" ;087 Depth
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
153 TCODE .0, .0, "First Gas?" ;088 First Gas?
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
154 TCODE .0, .0, "Default:" ;089 Default:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
155 TCODE .0, .0, "Minutes" ;090 Minutes
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
156 TCODE .0, .0, "Month " ;091 Month
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
157 TCODE .0, .0, "Day " ;092 Day
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
158 TCODE .0, .0, "Year " ;093 Year
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
159 TCODE .0, .0, "Set " ;094 Set
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
160 TCODE .0, .0, "Gas# " ;095 Gas#
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
161 TCODE .0, .0, "Yes" ;096 Yes
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
162 TCODE .0, .0, "Current:" ;097 Current:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
163 TCODE .40, .2, "Setup Menu:" ;098 Setup Menu:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
164 TCODE .20, .35, "Custom FunctionsI" ;099 Custom FunctionsI
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
165 TCODE .20, .125, "Decotype:" ;100 Decotype:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
166 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
167 TCODE .85, .125, "Gauge " ;102 Gauge
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
168 TCODE .85, .125, "Gauge" ;103 Gauge
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
169 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
170 TCODE .0, .0, "Active Gas? " ;105 Active Gas?
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
171 TCODE .10, .2, "Gas Setup - Gaslist" ;106 Gas Setup - Gaslist
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
172 TCODE .0, .0, "Depth +" ;107 Depth +
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
173 TCODE .0, .0, "Depth -" ;108 Depth -
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
174 TCODE .20, .35, "Back" ;109 Back
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
175 TCODE .20, .65, "CCR SetPoint Menu" ;110 CCR SetPoint Menu
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
176 TCODE .20, .2, "CCR SetPoint Menu" ;111 CCR SetPoint Menu
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
177 TCODE .0, .0, "SP#" ;112 SP#
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
178 TCODE .20, .95, "Battery Info" ;113 Battery Info
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
179 TCODE .10, .2, "Battery Information" ;114 Battery Information
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
180 TCODE .0, .9, "Cycles:" ;115 Cycles:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
181 TCODE .85, .125, "Apnoe" ;116 Apnoe
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
182 TCODE .0, .18, "Last Complete:" ;117 Last Complete:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
183 TCODE .0, .27, "Lowest Vbatt:" ;118 Lowest Vbatt:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
184 TCODE .0, .36, "Lowest at:" ;119 Lowest at:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
185 TCODE .0, .45, "Tmin:" ;120 Tmin:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
186 TCODE .0, .54, "Tmax:" ;121 Tmax:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
187 TCODE .100, .125, "Gas 6.." ;122 Gas 6..
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
188 TCODE .100, .25, "O2 +" ;123 O2 +
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
189 TCODE .100, .50, "O2 -" ;124 O2 -
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
190 TCODE .100, .75, "He +" ;125 He +
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
191 TCODE .100, .100, "He -" ;126 He -
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
192 TCODE .100, .0, "Exit" ;127 Exit
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
193 TCODE .100, .25, "Delete" ;128 Delete
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
194 TCODE .20, .65, "Debug:" ;129 Debug:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
195 TCODE .65, .65, "ON " ;130 ON
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
196 TCODE .65, .65, "OFF" ;131 OFF
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
197 TCODE .100, .50, "Del. all" ;132 Del. all
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
198 TCODE .10, .0, "Unexpected reset from" ;133 Unexpected reset from
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
199 TCODE .10, .25, "Divemode! Please help" ;134 Divemode! Please help
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
200 TCODE .10, .50, "and report the Debug " ;135 and report the Debug
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
201 TCODE .10, .75, "Information below!" ;136 Information below!
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
202 TCODE .100, .75, "Bailout" ;137 Bailout
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
203 TCODE .85, .125, "Apnoe " ;138 Apnoe
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
204 TCODE .105, .120, "Descent" ;139 Descent
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
205 TCODE .105, .60, "Surface" ;140 Surface
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
206 TCODE .65, .2, "Quit?" ;141 Quit?
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
207 TCODE .20, .155, "More" ;142 More
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
208 TCODE .42, .72, "Confirm:" ;143 Confirm:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
209 TCODE .60, .2, "Menu 2:" ;144 Menu 2:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
210 TCODE .52, .96, "Cancel" ;145 Cancel
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
211 TCODE .52, .120, "OK!" ;146 OK!
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
212 TCODE .20, .35, "More" ;147 More
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
213 TCODE .0, .0, ":.........:" ;148 :.........:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
214 TCODE .0, .8, "(ppO2:" ;149 (ppO2:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
215 TCODE .2, .39, "Bar) " ;150 Bar)
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
216 TCODE .108, .216, "Marker?" ;151 Marker?
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
217 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
218 TCODE .20, .65, "Custom FunctionsII" ;153 Custom FunctionsII
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
219 ;
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
220 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars).
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
221 TCODE .40, .35, "GF Low [%]" ;154 GF Low [%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
222 TCODE .40, .35, "GF High [%]" ;155 GF High [%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
223 TCODE .40, .35, "Color# Battery " ;156 Color# Battery
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
224 TCODE .40, .35, "Color# Standard" ;157 Color# Standard
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
225 TCODE .40, .35, "Color# Divemask" ;158 Color# Divemask
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
226 TCODE .40, .35, "Color# Warnings" ;159 Color# Warnings
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
227 TCODE .40, .35, "Divemode secs. " ;160 Divemode secs.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
228 TCODE .40, .35, "Adjust fixed SP" ;161 Adjust fixed SP
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
229 TCODE .40, .35, "Warn Ceiling " ;162 Warn Ceiling
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
230 TCODE .40, .35, "Mix type icons " ;163 Mix type icons
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
231 TCODE .40, .35, "Blink BetterGas" ;164 Blink BetterGas
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
232 TCODE .40, .35, "DepthWarn[mBar]" ;165 DepthWarn[mBar]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
233 TCODE .40, .35, "CNS warning [%]" ;166 CNS warning [%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
234 TCODE .40, .35, "GF warning [%]" ;167 GF warning [%]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
235 TCODE .40, .35, "ppO2 warn [Bar]" ;168 ppO2 warn [Bar]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
236 TCODE .40, .35, "Vel.warn[m/min]" ;169 Vel.warn[m/min]
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
237 TCODE .40, .35, "Time offset/day" ;170 Time offset/day
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
238 TCODE .40, .35, "Show altimeter " ;171 Show altimeter
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
239 TCODE .40, .35, "Show Log-Marker" ;172 Show Log-Marker
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
240 TCODE .40, .35, "Show Stopwatch " ;173 Show Stopwatch
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
241 TCODE .40, .35, "ShowTissueGraph" ;174 ShowTissueGraph
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
242 TCODE .40, .35, "Show Lead.Tiss." ;175 Show Lead.Tiss.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
243 TCODE .40, .35, "Shalow stop 1st" ;176 Shalow stop 1st
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
244 TCODE .40, .35, "not used " ;177 not used
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
245 TCODE .40, .35, "not used " ;178 not used
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
246 TCODE .40, .35, "not used " ;179 not used
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
247 TCODE .40, .35, "not used " ;180 not used
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
248 TCODE .40, .35, "not used " ;181 not used
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
249 TCODE .40, .35, "not used " ;182 not used
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
250 TCODE .40, .35, "not used " ;183 not used
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
251 TCODE .40, .35, "not used " ;184 not used
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
252 TCODE .40, .35, "not used " ;185 not used
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
253 ; End of function descriptor I
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
254 ;
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
255 TCODE .13, .2, "Custom Functions II" ;186 Custom Functions II
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
256 TCODE .20, .95, "Show License" ;187 Show License
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
257 TCODE .0, .2, "Sim. Results:" ;188 Sim. Results:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
258 TCODE .90, .25, "Surface" ;189 Surface
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
259 TCODE .0, .0, "ppO2 +" ;190 ppO2 +
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
260 TCODE .0, .0, "ppO2 -" ;191 ppO2 -
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
261 TCODE .0, .0, "Dil." ;192 Dil.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
262 ; ZH-L16 mode description
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
263 TCODE .0, .35, "Decotype: ZH-L16 OC" ;193 Decotype: ZH-L16 OC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
264 TCODE .0, .65, "For Open Circuit " ;194 For Open Circuit
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
265 TCODE .0, .95, "Divers. Supports 5 " ;195 Divers. Supports 5
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
266 TCODE .0, .125, "Trimix Gases. " ;196 Trimix Gases.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
267 TCODE .0, .155, "Configure your gas " ;197 Configure your gas
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
268 TCODE .0, .185, "in Gassetup menu. " ;198 in Gassetup menu.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
269 TCODE .0, .215, "Check CF11 & CF12 !" ;199 Check CF11 & CF12 !
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
270 ; Gaugemode description
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
271 TCODE .0, .35, "Decotype: Gauge " ;200 Decotype: Gauge
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
272 TCODE .0, .65, "Divetime will be in" ;201 Divetime will be in
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
273 TCODE .0, .95, "Minutes:Seconds. " ;202 Minutes:Seconds.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
274 TCODE .0, .125, "OSTC2 will not " ;203 OSTC2 will not
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
275 TCODE .0, .155, "compute Deco, NoFly" ;204 compute Deco, NoFly
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
276 TCODE .0, .185, "time and Desat. " ;205 time and Desat.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
277 TCODE .0, .215, "time at all! " ;206 time at all!
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
278 ; Const.ppO2 description
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
279 TCODE .0, .35, "Decotype: ZH-L16 CC" ;207 Decotype: ZH-L16 CC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
280 TCODE .0, .65, "For (Semi-)Closed " ;208 For (Semi-)Closed
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
281 TCODE .0, .95, "Circuit rebreathers" ;209 Circuit rebreathers
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
282 TCODE .0, .125, "Configure the 3 " ;210 Configure the 3
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
283 TCODE .0, .155, "SetPoints in CCR - " ;211 SetPoints in CCR -
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
284 TCODE .0, .185, "Setup menu. 5 bail-" ;212 Setup menu. 5 bail-
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
285 TCODE .0, .215, "outs are available." ;213 outs are available.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
286 ; Apnoemode description
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
287 TCODE .0, .35, "Decotype: Apnoe " ;214 Decotype: Apnoe
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
288 TCODE .0, .65, "OSTC2 will display " ;215 OSTC2 will display
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
289 TCODE .0, .95, "each descent separ-" ;216 each descent separ-
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
290 TCODE .0, .125, "ately in Min:Sec. " ;217 ately in Min:Sec.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
291 TCODE .0, .155, "Will temporally set" ;218 Will temporally set
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
292 TCODE .0, .185, "samplerate to 1 sec" ;219 samplerate to 1 sec
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
293 TCODE .0, .215, "No Deco calculation" ;220 No Deco calculation
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
294 ; Multi GF OC mode description
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
295 TCODE .0, .35, "Decotype: L16-GF OC" ;221 Decotype: L16-GF OC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
296 TCODE .0, .65, "Decompression cal- " ;222 Decompression cal-
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
297 TCODE .0, .95, "culations with the " ;223 culations with the
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
298 TCODE .0, .125, "GF-Method (GF_lo/GF" ;224 GF-Method (GF_lo/GF
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
299 TCODE .0, .155, "_hi). Check CF32 & " ;225 _hi). Check CF32 &
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
300 TCODE .0, .185, "CF33! Open Circuit " ;226 CF33! Open Circuit
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
301 TCODE .0, .215, "with Deep Stops. " ;227 with Deep Stops.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
302 ; Multi GF CC mode description
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
303 TCODE .0, .35, "Decotype: L16-GF CC" ;228 Decotype: L16-GF CC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
304 TCODE .0, .65, "Decompression cal- " ;229 Decompression cal-
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
305 TCODE .0, .95, "culations with the " ;230 culations with the
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
306 TCODE .0, .125, "GF-Method (GF_lo/GF" ;231 GF-Method (GF_lo/GF
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
307 TCODE .0, .155, "_hi). Check CF32 & " ;232 _hi). Check CF32 &
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
308 TCODE .0, .185, "CF33!Closed Circuit" ;233 CF33!Closed Circuit
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
309 TCODE .0, .215, "with Deep Stops. " ;234 with Deep Stops.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
310 ;
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
311 TCODE .10, .2, "Decomode changed! " ;235 Decomode changed!
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
312 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
313 TCODE .2, .12, "Not found" ;237 Not found
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
314 TCODE .100, .0, "SetPoint" ;238 SetPoint
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
315 TCODE .100, .0, "No Deco" ;239 No Deco
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
316 TCODE .90, .50, "Interval:" ;240 Interval:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
317 TCODE .100, .75, "Display" ;241 Display
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
318 TCODE .100, .0, "No deco" ;242 No deco
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
319 TCODE .132, .0, "beta" ;243 beta
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
320 TCODE .100, .100, "unuse" ;244 unuse
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
321 TCODE .20, .65, "Reset CF,Gas & Deco" ;245 Reset CF,Gas & Deco
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
322 TCODE .50, .145, "LowBatt!" ;246 LowBatt!
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
323 TCODE .20, .125, "Simulator" ;247 Simulator
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
324 TCODE .30, .2, "OSTC Simulator" ;248 OSTC Simulator
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
325 TCODE .20, .35, "Start Dive" ;249 Start Dive
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
326 TCODE .100, .25, "+ 1m" ;250 + 1m
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
327 TCODE .100, .50, "- 1m" ;251 - 1m
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
328 TCODE .100, .75, "+10m" ;252 +10m
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
329 TCODE .100, .100, "-10m" ;253 -10m
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
330 TCODE .100, .0, "Close" ;254 Close
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
331 TCODE .131, .170, "Time" ;255 Time
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
332 ;
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
333 ; Text Bank2 (Texts 256-511)
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
334 ;
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
335 TCODE .0, .0, "x" ;256 x
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
336 TCODE .20, .35, "Date format:" ;257 Date format:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
337 TCODE .40, .2, "Setup Menu 2:" ;258 Setup Menu 2:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
338 TCODE .105, .35, "MMDDYY" ;259 MMDDYY
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
339 TCODE .105, .35, "DDMMYY" ;260 DDMMYY
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
340 TCODE .105, .35, "YYMMDD" ;261 YYMMDD
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
341 TCODE .1, .1, "OSTC " ;262 OSTC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
342 TCODE .65, .168, "Bail" ;263 Bail
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
343 TCODE .7, .48, "Air " ;264 Air
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
344 TCODE .120, .135, "Air " ;265 Air
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
345 TCODE .2, .39, "Calibrate" ;266 Calibrate
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
346 TCODE .0, .216, "Max." ;267 Max.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
347 TCODE .10, .8, "not" ;268 not
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
348 TCODE .10, .16, "found!" ;269 found!
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
349 TCODE .0, .0, "mV:" ;270 mV:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
350 ; New CFs Warning
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
351 TCODE .24, .2, "New CF added!" ;271 New CF added!
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
352 TCODE .0, .35, "New CustomFunctions" ;272 New CustomFunctions
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
353 TCODE .0, .65, "were added! Check" ;273 were added! Check
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
354 TCODE .0, .95, "CF I and CF II Menu" ;274 CF I and CF II Menu
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
355 TCODE .0, .125, "for Details!" ;275 for Details!
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
356 TCODE .20, .95, "Salinity: " ;276 Salinity:
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
357 ;
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
358 TCODE .20, .65, "Bottom Time:" ;277 Bottom Time:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
359 TCODE .20, .95, "Max. Depth:" ;278 Max. Depth:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
360 TCODE .20, .125, "Calculate Deco" ;279 Calculate Deco
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
361 TCODE .20, .155, "Show Decoplan" ;280 Show Decoplan
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
362 ;
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
363 TCODE .93, .170, "Avr.Depth" ;281 Avr.Depth
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
364 TCODE .90, .170, "Lead Tiss." ;282 Lead Tiss.
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
365 TCODE .93, .170, "Stopwatch" ;283 Stopwatch
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
366 TCODE .20, .95, "Reset Logbook" ;284 Reset Logbook
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
367 TCODE .20, .125, "Reboot OSTC" ;285 Reboot OSTC
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
368 TCODE .20, .155, "Reset Decodata" ;286 Reset Decodata
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
369 ; Altimeter extension
175
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
370 TCODE .20, .155, "Altimeter" ;287 Altimeter
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
371 TCODE .38, .1, "Set Altimeter" ;288 Set Altimeter
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
372 TCODE .20, .35, "Sea ref: " ;289 Sea ref:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
373 TCODE .0, .0, "Enabled: " ;290 Enabled:
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
374 TCODE .20, .95, "Default: 1013 mbar" ;291 Default: 1013 mbar
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
375 TCODE .20, .125, "+1 mbar" ;292 +1 mbar
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
376 TCODE .20, .155, "-1 mbar" ;293 -1 mbar
e93d0edfc4c0 French and German translations
JeanDo
parents:
diff changeset
377 TCODE .85, .185, "Alt: " ;294 Alt:
177
d70dd3177d57 Add instructions to translators
JeanDo
parents: 175
diff changeset
378 ;=============================================================================