parent
b6572066f4
commit
8442361593
|
|
@ -281,7 +281,7 @@ static const char MSG_DESC_FILAMENT_EJECTED[] PROGMEM_I1 = ISTR("Remove the ejec
|
||||||
static const char MSG_DESC_UNKNOWN_ERROR[] PROGMEM_I1 = ISTR("Unexpected error occurred."); ////MSG_DESC_UNKNOWN_ERROR c=20 r=8
|
static const char MSG_DESC_UNKNOWN_ERROR[] PROGMEM_I1 = ISTR("Unexpected error occurred."); ////MSG_DESC_UNKNOWN_ERROR c=20 r=8
|
||||||
|
|
||||||
// Read explanation in mmu2_protocol_logic.cpp -> supportedMmuFWVersion
|
// Read explanation in mmu2_protocol_logic.cpp -> supportedMmuFWVersion
|
||||||
static constexpr char MSG_DESC_FW_UPDATE_NEEDED[] PROGMEM_I1 = ISTR("MMU FW version is incompatible with printer FW.Update to version 2.1.9."); ////MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
static constexpr char MSG_DESC_FW_UPDATE_NEEDED[] PROGMEM_I1 = ISTR("MMU FW version is incompatible with printer FW.Update to version 3.0.0."); ////MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
static constexpr uint8_t szFWUN = sizeof(MSG_DESC_FW_UPDATE_NEEDED);
|
static constexpr uint8_t szFWUN = sizeof(MSG_DESC_FW_UPDATE_NEEDED);
|
||||||
// at least check the individual version characters in MSG_DESC_FW_UPDATE_NEEDED
|
// at least check the individual version characters in MSG_DESC_FW_UPDATE_NEEDED
|
||||||
static_assert(MSG_DESC_FW_UPDATE_NEEDED[szFWUN - 7] == ('0' + mmuVersionMajor));
|
static_assert(MSG_DESC_FW_UPDATE_NEEDED[szFWUN - 7] == ('0' + mmuVersionMajor));
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
namespace MMU2 {
|
namespace MMU2 {
|
||||||
|
|
||||||
static constexpr uint8_t mmuVersionMajor = 2;
|
static constexpr uint8_t mmuVersionMajor = 3;
|
||||||
static constexpr uint8_t mmuVersionMinor = 1;
|
static constexpr uint8_t mmuVersionMinor = 0;
|
||||||
static constexpr uint8_t mmuVersionPatch = 9;
|
static constexpr uint8_t mmuVersionPatch = 0;
|
||||||
|
|
||||||
} // namespace MMU2
|
} // namespace MMU2
|
||||||
|
|
|
||||||
|
|
@ -1080,7 +1080,7 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. MSG_DESC_QUEUE_FULL c=20 r=8
|
#. MSG_DESC_QUEUE_FULL c=20 r=8
|
||||||
|
|
|
||||||
|
|
@ -2501,10 +2501,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Verze firmwaru MMU není kompatibilní s FW tiskárny. Aktualizujte na verzi "
|
"Verze firmwaru MMU není kompatibilní s FW tiskárny. Aktualizujte na verzi "
|
||||||
"2.1.9."
|
"3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2529,8 +2529,8 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr "MMU FW ist inkompatibel mit Drucker FW. Update auf Version 2.1.9."
|
msgstr "MMU FW ist inkompatibel mit Drucker FW. Update auf Version 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2525,10 +2525,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La versión de firmware de la MMU es incompatible con el FW de la impresora. "
|
"La versión de firmware de la MMU es incompatible con el FW de la impresora. "
|
||||||
"Actualizar a la versión 2.1.9."
|
"Actualizar a la versión 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2539,10 +2539,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La version du MMU est incompatible avec le FW de l'imprimante. Mise à jour "
|
"La version du MMU est incompatible avec le FW de l'imprimante. Mise à jour "
|
||||||
"vers la version 2.1.9."
|
"vers la version 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2518,10 +2518,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Verzija firmware-a MMU nekompatibilna s FW-om pisača. Ažuriranje na verziju "
|
"Verzija firmware-a MMU nekompatibilna s FW-om pisača. Ažuriranje na verziju "
|
||||||
"2.1.9."
|
"3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2522,10 +2522,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Az MMU firmware-verziója nem kompatibilis a nyomtató FW-vel. Frissíts a "
|
"Az MMU firmware-verziója nem kompatibilis a nyomtató FW-vel. Frissíts a "
|
||||||
"2.1.9-es verzióra."
|
"3.0.0-es verzióra."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2523,10 +2523,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La versione del firmware dell MMU non è compatibile con il firmware della "
|
"La versione del firmware dell MMU non è compatibile con il firmware della "
|
||||||
"stampante. Aggiornamento alla versione 2.1.9."
|
"stampante. Aggiornamento alla versione 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2527,10 +2527,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"De firmwareversie van de MMU is niet compatibel met de firmware van de "
|
"De firmwareversie van de MMU is niet compatibel met de firmware van de "
|
||||||
"printer. Update naar versie 2.1.9."
|
"printer. Update naar versie 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2500,10 +2500,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"MMU fastvareversjon er inkompatibel med skriverens FW. Oppdatering til "
|
"MMU fastvareversjon er inkompatibel med skriverens FW. Oppdatering til "
|
||||||
"versjon 2.1.9."
|
"versjon 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2519,10 +2519,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wersja oprogramowania układowego MMU jest niezgodna z oprogramowaniem "
|
"Wersja oprogramowania układowego MMU jest niezgodna z oprogramowaniem "
|
||||||
"sprzętowym drukarki. Zaktualizuj do wersji 2.1.9."
|
"sprzętowym drukarki. Zaktualizuj do wersji 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2523,10 +2523,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Versiunea de firmware a MMU este incompatibilă cu FW-ul imprimantei. "
|
"Versiunea de firmware a MMU este incompatibilă cu FW-ul imprimantei. "
|
||||||
"Actualizați la versiunea 2.1.9."
|
"Actualizați la versiunea 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2506,10 +2506,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Verzia firmvéru MMU nie je kompatibilná s FW tlačiarne. Aktualizácia na "
|
"Verzia firmvéru MMU nie je kompatibilná s FW tlačiarne. Aktualizácia na "
|
||||||
"verziu 2.1.9."
|
"verziu 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
|
|
@ -2513,10 +2513,10 @@ msgstr ""
|
||||||
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
#. MSG_DESC_FW_UPDATE_NEEDED c=20 r=8
|
||||||
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
#: ../../Firmware/mmu2/errors_list.h:284 ../../Firmware/mmu2/errors_list.h:331
|
||||||
msgid ""
|
msgid ""
|
||||||
"MMU FW version is incompatible with printer FW.Update to version 2.1.9."
|
"MMU FW version is incompatible with printer FW.Update to version 3.0.0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"MMU firmwareversion är inkompatibel med skrivarens FW. Uppdatering till "
|
"MMU firmwareversion är inkompatibel med skrivarens FW. Uppdatering till "
|
||||||
"version 2.1.9."
|
"version 3.0.0."
|
||||||
|
|
||||||
#. MSG_PRELOAD_TO_MMU c=17
|
#. MSG_PRELOAD_TO_MMU c=17
|
||||||
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
#: ../../Firmware/messages.cpp:55 ../../Firmware/ultralcd.cpp:5231
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue