From e7f57e24054dcf0dd87601bc62e0e9e2df78975f Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:59:20 +0200 Subject: [PATCH] New translations en_US.h (French) --- src/lang/fr_FR.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lang/fr_FR.h b/src/lang/fr_FR.h index 0f246bfc..aa5748a1 100644 --- a/src/lang/fr_FR.h +++ b/src/lang/fr_FR.h @@ -1,3 +1,6 @@ +// This translation file is maintained on https://crowdin.com/project/openhasp/ +// Do not edit directly! + #ifndef HASP_LANG_FR_FR_H #define HASP_LANG_FR_FR_H @@ -10,7 +13,7 @@ #define D_NO "Non" #define D_ERROR_OUT_OF_MEMORY "Mémoire insuffisante " -#define D_ERROR_UNKNOWN "Unknown error" +#define D_ERROR_UNKNOWN "Erreur inconnue" #define D_CONFIG_NOT_CHANGED "Paramètres pas modifiés" #define D_CONFIG_CHANGED "Paramètres modifiés" @@ -209,7 +212,6 @@ #define D_WIFI_RSSI_WEAK "Faible" #define D_WIFI_RSSI_BAD "Très mauvais" -// new #define D_GPIO_SWITCH "Interrupteur" #define D_GPIO_BUTTON "Bouton" #define D_GPIO_TOUCH "Touche Capacitive"