From 4cebb98f42ec78cd579ee79a7ee085c1ad90e8e8 Mon Sep 17 00:00:00 2001 From: lawendel <38895093+lawendel@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:56:39 +0200 Subject: [PATCH] Update language.h (italian) Latest 4 new options/commands added since last time: 4022-23-24-25 // 281, 282, 283, 284 --- src/language.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/language.h b/src/language.h index ecd1526..4667f67 100644 --- a/src/language.h +++ b/src/language.h @@ -4019,10 +4019,10 @@ static const char* const myLanguage[18][285] PROGMEM = { "Evita PI duplicati", // 278 "Intervallo", // 279 "Piene", // 280 - "Wait time on\nsignal only", // 281 - "Press highlighted corner", // 282 - "To calibrate touchscreen", // 283 - "Screen inversion toggles" // 284 + "Tempo di attesa\nsolo con segnale", // 281 + "Premi l'angolo evidenziato", // 282 + "Per calibrare lo schermo touch", // 283 + "Inversione colore schermo" // 284 }, { "Simplified Chinese", // Simplified Chinese @@ -5174,4 +5174,4 @@ static const char* const myLanguage[18][285] PROGMEM = { "Screen inversion toggles" // 284 } }; -#endif \ No newline at end of file +#endif