Mercurial > public > hwos_code
diff src/text_french.inc @ 654:75e90cd0c2c3
hwOS sport 10.77 release
| author | heinrichsweikamp |
|---|---|
| date | Thu, 14 Mar 2024 16:56:46 +0100 |
| parents | bc214815deb2 |
| children | 8af5aefbcdaf |
line wrap: on
line diff
--- a/src/text_french.inc Fri Aug 11 15:53:49 2023 +0200 +++ b/src/text_french.inc Thu Mar 14 16:56:46 2024 +0100 @@ -4,7 +4,7 @@ ; ; French texts translation file. ; -; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. +; Copyright (c) 2011, JD Gascuel, heinrichs weikamp gmbh, all right reserved. ;============================================================================= ; Basic texts @@ -366,6 +366,10 @@ TCODE tDateformat, "MMJJAA" TCODE tDateformat1, "JJMMAA" TCODE tDateformat2, "AAMMJJ" +; Time + TCODE tTimeFormat, "24/12h: " + TCODE tTimeformat, "24h" + TCODE tTimeformat1, "12h" ; Simulator menu @@ -406,6 +410,7 @@ TCODE tHardware, "Hardware: " ; Hardware: (space) TCODE tSerial, "N. Série: " ; Serial : (space) TCODE tBatteryV, "Batterie: " ; Battery : (space) + TCODE tBatteryCycles, "Cycles : " ; Cycles : (space) TCODE tSensorC, "Capteur : " ; Sensor : (space) TCODE tSensorD, "Décalage: " ; Offset : (space) TCODE tUptime, "Mise a Jour:" ; Uptime:
