-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbatterycheck_en.inc
49 lines (44 loc) · 1.54 KB
/
batterycheck_en.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
resourcestring {english}
rsAppName='Yuneec battery check';
capOpenDialog='Open FlightLog file...';
capOpen='&Open telemetry';
hntOpen='Open a telemetry file from flight log to check battery.';
capFile='&File';
capSave='&Save';
capClose='&Close';
hntClose='Close application';
capHelp='&Help';
capHomepage='&My homepage';
capAbout='&About';
capBatt='Conversion rule';
hntBatt='Rule to convert battery voltage to remaining capacity';
capVolt='Voltage';
capCap='Remaining capacity';
hntCap='Show also remaining capacity in chart';
rsManual='readme_en.txt';
rsVType= 'Vehicle type: ';
rsZeit= 'Begin time: ';
rsEZeit= 'End time: ';
rsCells= 'Number cells: ';
rsFDur= 'Flight time: ';
rsVmin= 'Minimum voltage: ';
rsQuali= 'Battery quality: ';
rsTief= ' Note: Voltage drop!';
rsHVLiPo=' HV-LiPo';
rsVW1= ' Voltage warning 1 raised';
rsVW2= ' Voltage warning 2 raised';
rsBwert1='Good';
rsBwert2='Needs observation';
rsBwert3='Critical';
rsSchrott='Waste!';
rsFileSize='File too small.';
rsNotCharged='battery not charged enough.';
rsNoStart='Discharge load not detected.';
rsNoFlight='No flight detected.';
rsNoData='Insufficient data.';
rsNoAnal='Analysis not possible.';
rsOldFW='H920 (old firmware)';
rsSavedTo='Saved to: ';
rsSegm='Segment';
errUnknown='Unknown file format.';
errInvalid='invalid value';