comparison src/text_english.inc @ 654:75e90cd0c2c3

hwOS sport 10.77 release
author heinrichsweikamp
date Thu, 14 Mar 2024 16:56:46 +0100
parents bc214815deb2
children 8af5aefbcdaf
comparison
equal deleted inserted replaced
653:8bcd138ab744 654:75e90cd0c2c3
2 ; 2 ;
3 ; File text_english.asm next combined generation V3.12.3 3 ; File text_english.asm next combined generation V3.12.3
4 ; 4 ;
5 ; English texts reference file. 5 ; English texts reference file.
6 ; 6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, heinrichs weikamp gmbh, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
9 9
10 ; Basic texts 10 ; Basic texts
11 TCODE tNo, "No" ; 0 No | ENUM group 11 TCODE tNo, "No" ; 0 No | ENUM group
12 TCODE tYes, "Yes" ; 1 Yes | 12 TCODE tYes, "Yes" ; 1 Yes |
364 ; Date 364 ; Date
365 TCODE tDateFormat, "Format: " 365 TCODE tDateFormat, "Format: "
366 TCODE tDateformat, "MMDDYY" 366 TCODE tDateformat, "MMDDYY"
367 TCODE tDateformat1, "DDMMYY" 367 TCODE tDateformat1, "DDMMYY"
368 TCODE tDateformat2, "YYMMDD" 368 TCODE tDateformat2, "YYMMDD"
369 369 ; Time
370 TCODE tTimeFormat, "24/12h: "
371 TCODE tTimeformat, "24h"
372 TCODE tTimeformat1, "12h"
370 373
371 ; Simulator menu 374 ; Simulator menu
372 TCODE tInter, "Start Simulator" ; Start Simulator 375 TCODE tInter, "Start Simulator" ; Start Simulator
373 TCODE tSimulator, "Simulator" ; Simulator 376 TCODE tSimulator, "Simulator" ; Simulator
374 377
404 TCODE tFirmware, "Firmware: " ; Firmware: (space) 407 TCODE tFirmware, "Firmware: " ; Firmware: (space)
405 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date 408 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date
406 TCODE tHardware, "Hardware: " ; Hardware: (space) 409 TCODE tHardware, "Hardware: " ; Hardware: (space)
407 TCODE tSerial, "Serial : " ; Serial : (space) 410 TCODE tSerial, "Serial : " ; Serial : (space)
408 TCODE tBatteryV, "Battery : " ; Battery : (space) 411 TCODE tBatteryV, "Battery : " ; Battery : (space)
412 TCODE tBatteryCycles, "Cycles : " ; Cycles : (space)
409 TCODE tSensorC, "Sensor : " ; Sensor : (space) 413 TCODE tSensorC, "Sensor : " ; Sensor : (space)
410 TCODE tSensorD, "Offset : " ; Offset : (space) 414 TCODE tSensorD, "Offset : " ; Offset : (space)
411 TCODE tUptime, "Uptime : " ; Uptime : (space) 415 TCODE tUptime, "Uptime : " ; Uptime : (space)
412 416
413 IFDEF _rx_functions 417 IFDEF _rx_functions