Mercurial > public > hwos_code
annotate src/text_spanish.inc @ 48:7c7d7644ca37
Time and Date in normal (Not tiny) font
author | heinrichsweikamp |
---|---|
date | Mon, 23 Sep 2013 20:47:18 +0200 |
parents | 50c3e2c7ba7a |
children | 0fae975af741 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
3 ; File text_spanish.asm | |
4 ; | |
5 ; Spanish texts translation file. | |
6 ; | |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
8 ;============================================================================= | |
9 | |
10 ; Basic texts | |
11 TCODE tNo, "No" ; No | |
12 TCODE tYes, "Yes" ; Yes = No + 1 | |
13 | |
14 ; Surface-mode texts | |
15 TCODE tBeta, "beta" ; beta | |
16 TCODE tMenu, "<Menu" ; <Menu | |
17 TCODE tView, "View>" ; View> | |
18 | |
19 ; Divemode Menu | |
20 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist | |
21 TCODE tDivemenu_ResetAvr, "Reset Avr." ; Reset Avr. | |
22 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
23 TCODE tDivemenu_UseSensor,"Use Sensor" ; Use Sensor | |
24 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF | |
25 | |
26 ; Main menu | |
27 TCODE tNext, "<Next" ; <Next | |
28 TCODE tEnter, "Enter>" ; Enter> | |
29 | |
30 TCODE tMainMenu, "Main Menu" ; MainMenu | |
31 TCODE tLogbook, "Logbook" ; Logbook | |
32 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup | |
33 TCODE tSimulator, "Simulator" ; Simulator | |
34 TCODE tSetTime, "Set Time" ; Set Time | |
35 TCODE tSetDate, "Set Date" ; Set Date | |
36 TCODE tSetTimeDate,"Set Time & Date"; Set Time & Date | |
37 TCODE tDispSets, "Display Settings" ; Display Settings | |
38 TCODE tExit, "Exit" ; Exit | |
39 TCODE tResetMenu, "Reset Menu" ; Reset Menu | |
40 TCODE tDiveModeMenu,"Deco Mode" ; Deco Mode | |
41 TCODE tInfoMenu, "Information" ; Information | |
42 TCODE tCCRSetup, "CCR Setup" ; CCR Setup | |
43 TCODE tDiluentSetup,"Diluent Setup" ; Diluent Setup | |
44 TCODE tFixedSetpoints,"Fixed Setpoints" ; Fixed Setpoints | |
45 TCODE tCCRSensor, "CCR Sensor" ; CCR Sensor | |
46 | |
47 ; Gas menu | |
48 TCODE tGaslist, "OC Gas List" | |
49 TCODE tGasEdit, "Edit Gas" | |
50 TCODE tType, "Type: " | |
51 TCODE tGasDisabled,"Disabled" ; Disabled | |
52 TCODE tGasFirst, "First" ; First | |
53 TCODE tGasTravel, "Travel" ; Travel | |
54 TCODE tGasDeco, "Deco" ; Deco | |
55 TCODE tDilDisabled,"Disabled" ; Disabled | |
56 TCODE tDilFirst, "First" ; First | |
57 TCODE tDilNorm, "Normal" ; Normal | |
58 TCODE tAir, "Air " ; Enum: values must follows (5 chars) | |
59 TCODE tO2, "O2 " ; tAir + 5 | |
60 TCODE tO2Plus, "O2 +" | |
61 TCODE tO2Minus, "O2 -" | |
62 TCODE tHePlus, "He +" | |
63 TCODE tHeMinus, "He -" | |
64 TCODE tMOD, "MOD:" | |
65 TCODE tEAD, "EAD:" | |
66 TCODE tGasDepth, "Change depth" | |
67 TCODE tDepthPlus, "Depth +" | |
68 TCODE tDepthMinus,"Depth -" | |
69 TCODE tDepthReset,"Reset to MOD:" | |
70 TCODE tSetup_mix, "Setup Mix" | |
71 TCODE tCCRMode, "CCR Mode:" ; CCR Mode: | |
72 TCODE tCCRModeFixedSP, "Fixed SP" ; Fixed SP | |
73 TCODE tCCRModeSensor, "Sensor" ; Sensor | |
74 TCODE tSP, "SP" ; SP (SetPoint) | |
75 TCODE tSPPlus, "pO2+" ; pO2+ | |
76 | |
77 ; New battery menu | |
78 TCODE tNewBattTitle, "New Battery?" | |
79 TCODE tNewBattOld, "Keep old" | |
80 TCODE tNewBattNew36, "New 3,6V" | |
81 TCODE tNewBattNew15, "New 1,5V" | |
82 | |
83 ; Gaslist management | |
84 TCODE tGas, "Gas" ; Gas | |
85 TCODE tNx, "Nx " ; Nx (3 chars) | |
86 TCODE tTx, "Tx " ; Tx (3 chars) | |
87 TCODE tGasErr, "Err" ; Err (3 chars) | |
88 | |
89 ; Communication Menu | |
90 TCODE tUsbMode, "Start USB" | |
91 TCODE tUsbTitle, "USB Mode" | |
92 TCODE tUsbStarting, "Starting..." | |
93 TCODE tUsbStartDone, "Done. " | |
94 TCODE tUsbServiceMode, "Service mode enabled" | |
95 TCODE tUsbClosed, "Port closed" | |
96 TCODE tUsbExit, "Exited" | |
97 TCODE tUsbDownloadMode, "Download mode enabled" | |
98 TCODE tUsbLlBld, "Low-level Bootloader" | |
99 | |
100 ; Dive Settings | |
101 TCODE tDvMode, "Dive Mode:" | |
102 TCODE tDvOC, "OC" | |
103 TCODE tDvCC, "CC" | |
104 TCODE tDvGauge, "Gauge" | |
105 TCODE tDvApnea, "Apnea" | |
106 TCODE tDkMode, "Decotype:" | |
107 TCODE tZHL16, "ZH-L16" | |
108 TCODE tZHL16GF, "ZH-L16+GF" | |
109 TCODE tPPO2Max, "ppO2 Max:" | |
110 TCODE tPPO2Min, "ppO2 Min:" | |
111 TCODE tLastDecostop, "Last Deco:" | |
112 TCODE tDecoparameters, "Deco Parameters" | |
113 TCODE tGF_low, "GF low:" | |
114 TCODE tGF_high, "GF high:" | |
115 TCODE tSaturationMult, "Saturation:" | |
116 TCODE tDesaturationMult, "Desaturation:" | |
117 TCODE tFTTSMenu, "Future TTS:" ; Future TTS | |
118 TCODE taGFMenu, "Alternative GF" ; Alternative GF | |
119 TCODE taGF_low, "aGF low:" ; aGF low | |
120 TCODE taGF_high, "aGF high:" ; aGF high | |
121 TCODE taGF_enable,"aGF Selectable:" ; aGF Selectable | |
122 TCODE tDiveaGF_active,"aGF!" ; aGF! | |
123 | |
124 ; Display Settings | |
125 TCODE tBright, "Brightness:" | |
126 TCODE tEco, "Eco" | |
127 TCODE tMedium, "Medium" | |
128 TCODE tHigh, "High" | |
129 TCODE tDvSalinity,"Salinity:" ; Salinity | |
130 | |
131 ; Setup Menu | |
132 TCODE tSystSets, "Settings" | |
133 TCODE tLanguage, "Language:" | |
134 TCODE tEnglish, "English" | |
135 TCODE tGerman, "German" | |
136 TCODE tFrench, "French" | |
137 TCODE tSpanish, "Spanish" | |
138 | |
139 TCODE tUnits, "Units:" | |
140 TCODE tMetric, " m/°C" ; Enum menu | |
141 TCODE tImperial, "ft/°F" | |
142 | |
143 TCODE tDefName, "HW OSTC3" | |
144 TCODE tbar, "bar" ; bar | |
145 | |
146 ; Units for all menu | |
147 TCODE tMeters, "m" | |
148 TCODE tFeets, "ft" | |
149 TCODE tFeets1, "f" | |
150 TCODE tMinutes, "'" | |
151 TCODE tPercent, "%" | |
152 | |
153 ; Date | |
154 TCODE tDateFormat, "Date:" | |
155 TCODE tDateformat, "MMDDYY" | |
156 TCODE tDateformat1,"DDMMYY" | |
157 TCODE tDateformat2,"YYMMDD" | |
158 | |
159 ; Simulator menu | |
160 TCODE tInter, "Simulator" ; Dive Simulator | |
161 TCODE tPlan, "Deco Planner" ; Deco Planner | |
162 | |
163 ; Decoplanner submenu | |
164 TCODE tBtTm, "Bot. Time:" ; Bot. Time: (10 chars) | |
165 TCODE tMxDep, "Max Depth:" ; Max Depth: (10 chars) | |
166 TCODE tIntvl, "Interval :" ; Interval : (10 chars) | |
167 TCODE tDeco, "Calculate Deco" ; Calculate Deco | |
168 TCODE tDivePlan, "Dive Plan:" ; Dive Plan: | |
169 TCODE tNoDeco, "No Deco" ; No Deco | |
170 TCODE tMore, "More..." ; More... | |
171 TCODE tCNS, "CNS" ; CNS | |
172 | |
173 ; Information menu | |
174 TCODE tFirmware, "Firmware: " ; Firmware: (space) | |
175 TCODE tSerial, "Serial : " ; Serial : (space) | |
176 TCODE tTotalDives,"Total Dives: " ; Total Dives: | |
177 | |
178 ; Divemode screen | |
179 TCODE tNDL, "NDL" | |
180 TCODE tTTS, "TTS" | |
181 TCODE tVelMetric, "m/min" | |
182 TCODE tVelImperial,"ft/m " | |
183 TCODE tGasSelect, "Select Gas" ; Select Gas | |
184 TCODE tSelectAir, "Air " ; Air | |
185 TCODE tSelectO2, "O2 " ; O2 | |
186 TCODE tSelectNx, "Nx" ; Nx | |
187 TCODE tSelectTx, "Tx" ; Tx | |
188 TCODE tDepth, "Depth" ; Depth | |
189 TCODE tMaxDepth, "Max. Depth" ; Max. Depth | |
190 TCODE tDivetime, "Divetime" ; Divetime | |
191 TCODE tDiveHudMask1, "Sensor 1" | |
192 TCODE tDiveHudMask2, "Sensor 2" | |
193 TCODE tDiveHudMask3, "Sensor 3" | |
194 TCODE tDiveTotalAvr, "Total Avr" | |
195 TCODE tDiveStopwatch, "Stopwatch" | |
196 TCODE tDiveStopAvr, "Stopped Avr" | |
197 TCODE tApnoeMax, "Last Descend" ; Last decend | |
198 TCODE tApnoeSurface, "Surface Time" ; Surface Time | |
199 TCODE tDiveDecoplan, "Decoplan" ; Decoplan | |
200 TCODE tDiveClock, "Clock" ; Clock | |
201 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
202 TCODE tDiveTissues, "Tissues" ; Tissues | |
203 TCODE tEND, "END:" ; END: | |
204 TCODE tHe, "He" ; He | |
205 TCODE tN2, "N2" ; N2 | |
206 TCODE tDiveBailout, "Bailout" ; Bailout | |
207 TCODE tGFactors, "GF Values" ; GF Values | |
208 TCODE taGFactors, "aGF Values" ; aGF Values | |
209 TCODE tGFInfo, "GF Info" ; GF Info | |
210 | |
211 ; Divemode menu | |
212 TCODE tDivePreMenu, "Menu?" ; Menu? | |
213 | |
214 ; Simulator menu | |
215 TCODE tQuitApnea, "Quit?" ; Quit Apnea mode? | |
216 TCODE tQuitSim, "Quit?" ; Quit Simulation? | |
217 TCODE tDescent1m, "Sim:-1m" ; Descent 1m | |
218 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m | |
219 | |
220 ; Logbook | |
221 TCODE tCNS2, "CNS:" | |
222 TCODE tAVR, "Avr:" | |
223 TCODE tGF, "GF:" | |
224 TCODE tSAT, "Sat:" ; Sat: | |
225 | |
226 ; Logbook units | |
227 TCODE tLogTunitC, "°C" | |
228 TCODE tLogTunitF, "°F" | |
229 TCODE tKGL, "kg/l" | |
230 TCODE tMBAR, "mbar" | |
231 | |
232 ; Logbook menu | |
233 TCODE tNextLog, "Next Page" | |
234 TCODE tExitLog, "Exit Logbook" | |
235 | |
236 ; Reset menu | |
237 TCODE tReboot, "Reboot" ;Reboot | |
238 TCODE tResetMenu2,"Are you sure?" ;Are you sure? | |
239 TCODE tAbort, "Abort" ;Abort | |
240 TCODE tResetSettings, "Reset all" ;Reset all | |
241 TCODE tResetDeco, "Reset Deco" ;Reset Deco | |
242 | |
243 ; Set Time Menu/Set Date Menu | |
244 TCODE tSetHours, "Set Hours" ; Set Hours | |
245 TCODE tSetMinutes,"Set Minutes" ; Set Minutes | |
246 TCODE tSetSeconds,"Clear Seconds" ; Clear seconds | |
247 TCODE tSetDay, "Set Day" ; Set Day | |
248 TCODE tSetMonth, "Set Month" ; Set Month | |
249 TCODE tSetYear, "Set Year" ; Set Year | |
250 | |
251 ; After update texts | |
252 TCODE tNewFirmware1, "Update sucessful!" ; Update sucessful! | |
253 TCODE tNewFirmware2, "New Firmware: " ; New Firmware: | |
254 | |
255 ; Logbook Offset Menu | |
256 TCODE tLogOffset, "Logbook offset" ; Logbook offset | |
257 TCODE tLogOffsetp1, "+1" ; +1 | |
258 TCODE tLogOffsetp10, "+10" ; +10 | |
259 TCODE tLogOffsetm1, "-1" ; -1 | |
260 TCODE tLogOffsetm10, "-10" ; -10 | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
261 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
262 ; Sampling rate |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
263 TCODE tSamplingrate, "Abtastrate:" ; Sampling rate: |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
264 TCODE tSampling2s, "2s" ; 2s |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
265 TCODE tSampling10s, "10s" ; 10s |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
266 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
267 ; Compass directions |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
268 TCODE tN, "N" ; N(orth),338°-22° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
269 TCODE tNE, "NE" ; North-East,23°-67° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
270 TCODE tE, "E" ; E(east),68°-112° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
271 TCODE tSE, "SE" ; South-East,113°-157° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
272 TCODE tS, "S" ; S(outh),157°-202° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
273 TCODE tSW, "SW" ; South-West,203°-247° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
274 TCODE tW, "W" ; W(West),248°-292° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
275 TCODE tNW, "NW" ; North-West,293°-337° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
0
diff
changeset
|
276 |