Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fredlcore/BSB_LAN
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Nov 19, 2024
2 parents a2667db + 57672c5 commit 1fee17b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BSB_LAN/bsb-version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR "4"
#define MINOR "2"
#define PATCH "17"
#define COMPILETIME "20241118113019"
#define PATCH "18"
#define COMPILETIME "20241118074538"
2 changes: 1 addition & 1 deletion BSB_LAN/localization/www/lang_de.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ UIStrings["MENU_TEXT_MOD"] = "Installierte Module";
UIStrings["MENU_TEXT_NVS"] = "Überprüfe auf neuere Version";
UIStrings["MENU_TEXT_NVA"] = "Neuere Version gefunden";
UIStrings["MENU_TEXT_NVN"] = "Installierte Version ist aktuell.";
UIStrings["MENU_TEXT_NVW"] = "Achtung! Neue Version kann Änderungen enthalten, die Anpassungen erforderlich machen. Bitte das ChangeLog in der Datei BSB_LAN.ino lesen!";
UIStrings["MENU_TEXT_NVW"] = "Achtung! Neue Version kann Änderungen enthalten, die Anpassungen erforderlich machen. Bitte das ChangeLog in der Datei CHANGELOG.md lesen!";
UIStrings["MENU_TEXT_SDF"] = "Achtung! Diese BSB-LAN Installation ist nur mit einem rudimentären Satz an Parametern ausgestattet. Um den vollen Parameterumfang nutzen zu können, muss über den entsprechenden Menüpunkt eine gerätespezifische Parameterliste erstellt und dann erneut geflasht werden.";
UIStrings["MENU_LINK_TOC"] = "https://docs.bsb-lan.de/de/";
UIStrings["MENU_LINK_FAQ"] = "https://docs.bsb-lan.de/de/faq.html";
Expand Down
Binary file modified BSB_LAN/localization/www/lang_de.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion BSB_LAN/localization/www/lang_en.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ UIStrings["MENU_TEXT_MOD"] = "Installed modules";
UIStrings["MENU_TEXT_NVS"] = "Checking for newer version";
UIStrings["MENU_TEXT_NVA"] = "Newer version found";
UIStrings["MENU_TEXT_NVN"] = "Current version is up to date";
UIStrings["MENU_TEXT_NVW"] = "Attention! New version can contain breaking changes that require changes in configuration. Please read the ChangeLog in BSB_LAN.ino carefully!";
UIStrings["MENU_TEXT_NVW"] = "Attention! New version can contain breaking changes that require changes in configuration. Please read the ChangeLog in CHANGELOG.md carefully!";
UIStrings["MENU_TEXT_SDF"] = "Attention! This BSB-LAN installation only contains a rudimentary set of parameters. To use the full set of parameters supported by your heating system, please generate a device-specific parameter list via the menu function above and flash BSB-LAN again with this file.";
UIStrings["MENU_LINK_TOC"] = "https://docs.bsb-lan.de/";
UIStrings["MENU_LINK_FAQ"] = "https://docs.bsb-lan.de/faq.html";
Expand Down
Binary file modified BSB_LAN/localization/www/lang_en.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion BSB_LAN/localization/www/lang_fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ UIStrings["MENU_TEXT_MOD"] = "Modules installés";
UIStrings["MENU_TEXT_NVS"] = "Vérification d'une version plus récente";
UIStrings["MENU_TEXT_NVA"] = "Version plus récente trouvée";
UIStrings["MENU_TEXT_NVN"] = "La version actuelle est à jour";
UIStrings["MENU_TEXT_NVW"] = "Attention ! La nouvelle version peut contenir des modifications importantes qui nécessitent des changements de configuration. Veuillez lire attentivement le ChangeLog dans BSB_LAN.ino !";
UIStrings["MENU_TEXT_NVW"] = "Attention ! La nouvelle version peut contenir des modifications importantes qui nécessitent des changements de configuration. Veuillez lire attentivement le ChangeLog dans CHANGELOG.md !";
UIStrings["MENU_TEXT_SDF"] = "Attention ! Cette installation BSB-LAN ne contient qu'un ensemble rudimentaire de paramètres. Pour utiliser l'ensemble complet des paramètres pris en charge par votre système de chauffage, veuillez générer une liste de paramètres spécifiques à l'appareil via la fonction de menu ci-dessus et flasher BSB-LAN encore une fois avec ce dossier.";
UIStrings["MENU_LINK_TOC"] = "https://docs.bsb-lan.de/fr/";
UIStrings["MENU_LINK_FAQ"] = "https://docs.bsb-lan.de/fr/faq.html";
Expand Down
Binary file modified BSB_LAN/localization/www/lang_fr.js.gz
Binary file not shown.

0 comments on commit 1fee17b

Please sign in to comment.