|
@@ -64,8 +64,18 @@ const char * const MSG_AUTO_HOME_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
};
|
|
|
|
|
|
const char MSG_AUTO_MODE_ON_EN[] PROGMEM = "Mode [auto power]";
|
|
|
-const char * const MSG_AUTO_MODE_ON_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_AUTO_MODE_ON_EN
|
|
|
+const char MSG_AUTO_MODE_ON_CZ[] PROGMEM = "Mod [automaticky]";
|
|
|
+const char MSG_AUTO_MODE_ON_IT[] PROGMEM = "Mode [auto]";
|
|
|
+const char MSG_AUTO_MODE_ON_ES[] PROGMEM = "Modo [auto]";
|
|
|
+const char MSG_AUTO_MODE_ON_PL[] PROGMEM = "Mod [auto]";
|
|
|
+const char MSG_AUTO_MODE_ON_DE[] PROGMEM = "Mode [Auto]";
|
|
|
+const char * const MSG_AUTO_MODE_ON_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_AUTO_MODE_ON_EN,
|
|
|
+ MSG_AUTO_MODE_ON_CZ,
|
|
|
+ MSG_AUTO_MODE_ON_IT,
|
|
|
+ MSG_AUTO_MODE_ON_ES,
|
|
|
+ MSG_AUTO_MODE_ON_PL,
|
|
|
+ MSG_AUTO_MODE_ON_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_A_RETRACT_EN[] PROGMEM = "A-retract";
|
|
@@ -781,8 +791,18 @@ const char * const MSG_DATE_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
};
|
|
|
|
|
|
const char MSG_DEFAULT_SETTINGS_LOADED_EN[] PROGMEM = "Default settings loaded";
|
|
|
-const char * const MSG_DEFAULT_SETTINGS_LOADED_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_DEFAULT_SETTINGS_LOADED_EN
|
|
|
+const char MSG_DEFAULT_SETTINGS_LOADED_CZ[] PROGMEM = "Defaultni nastaveni nahrano";
|
|
|
+const char MSG_DEFAULT_SETTINGS_LOADED_IT[] PROGMEM = "Settaggi predefiniti caricati";
|
|
|
+const char MSG_DEFAULT_SETTINGS_LOADED_ES[] PROGMEM = "Ajustes por defecto cargados.";
|
|
|
+const char MSG_DEFAULT_SETTINGS_LOADED_PL[] PROGMEM = "Ustawienia domy\x9Clne";
|
|
|
+const char MSG_DEFAULT_SETTINGS_LOADED_DE[] PROGMEM = "Standardeinstellungen wurden zuruckgesetzt";
|
|
|
+const char * const MSG_DEFAULT_SETTINGS_LOADED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_DEFAULT_SETTINGS_LOADED_EN,
|
|
|
+ MSG_DEFAULT_SETTINGS_LOADED_CZ,
|
|
|
+ MSG_DEFAULT_SETTINGS_LOADED_IT,
|
|
|
+ MSG_DEFAULT_SETTINGS_LOADED_ES,
|
|
|
+ MSG_DEFAULT_SETTINGS_LOADED_PL,
|
|
|
+ MSG_DEFAULT_SETTINGS_LOADED_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_DISABLE_STEPPERS_EN[] PROGMEM = "Disable steppers";
|
|
@@ -1098,13 +1118,33 @@ const char * const MSG_FILAMENT_LOADING_T3_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
};
|
|
|
|
|
|
const char MSG_FILE_CNT_EN[] PROGMEM = "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100.";
|
|
|
-const char * const MSG_FILE_CNT_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_FILE_CNT_EN
|
|
|
+const char MSG_FILE_CNT_CZ[] PROGMEM = "Nektere soubory nebudou setrideny. Maximalni pocet souboru pro setrideni je 100.";
|
|
|
+const char MSG_FILE_CNT_IT[] PROGMEM = "Alcuni dei file non potranno essere organizzati. 100 e il n. max. di file che possono essere organizzati.";
|
|
|
+const char MSG_FILE_CNT_ES[] PROGMEM = "Algunos archivos no seran ordenados. El Max. num. de archivos para ordenar en 1 carpeta es 100.";
|
|
|
+const char MSG_FILE_CNT_PL[] PROGMEM = "Niektore pliki nie beda sortowane. Max. ilosc plikow do sortu w 1 folderze to 100.";
|
|
|
+const char MSG_FILE_CNT_DE[] PROGMEM = "Einige Dateien werden nicht sortiert. Max. Anzahl der Dateien in einem Ordner ist 100.";
|
|
|
+const char * const MSG_FILE_CNT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_FILE_CNT_EN,
|
|
|
+ MSG_FILE_CNT_CZ,
|
|
|
+ MSG_FILE_CNT_IT,
|
|
|
+ MSG_FILE_CNT_ES,
|
|
|
+ MSG_FILE_CNT_PL,
|
|
|
+ MSG_FILE_CNT_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_FILE_INCOMPLETE_EN[] PROGMEM = "File incomplete. Continue anyway?";
|
|
|
-const char * const MSG_FILE_INCOMPLETE_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_FILE_INCOMPLETE_EN
|
|
|
+const char MSG_FILE_INCOMPLETE_CZ[] PROGMEM = "Soubor nekompletni. Pokracovat?";
|
|
|
+const char MSG_FILE_INCOMPLETE_IT[] PROGMEM = "File incompleto. Continuare comunque?";
|
|
|
+const char MSG_FILE_INCOMPLETE_ES[] PROGMEM = "Archivo imcompleto. Deseas continuar?";
|
|
|
+const char MSG_FILE_INCOMPLETE_PL[] PROGMEM = "Plik niekompletny. Kontynuowac?";
|
|
|
+const char MSG_FILE_INCOMPLETE_DE[] PROGMEM = "Datei unvollstaend. Trotzdem fortfahren?";
|
|
|
+const char * const MSG_FILE_INCOMPLETE_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_FILE_INCOMPLETE_EN,
|
|
|
+ MSG_FILE_INCOMPLETE_CZ,
|
|
|
+ MSG_FILE_INCOMPLETE_IT,
|
|
|
+ MSG_FILE_INCOMPLETE_ES,
|
|
|
+ MSG_FILE_INCOMPLETE_PL,
|
|
|
+ MSG_FILE_INCOMPLETE_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_FILE_PRINTED_EN[] PROGMEM = "Done printing file";
|
|
@@ -2113,13 +2153,33 @@ const char * const MSG_PLANNER_BUFFER_BYTES_LANG_TABLE[1] PROGMEM = {
|
|
|
};
|
|
|
|
|
|
const char MSG_PLA_FILAMENT_LOADED_EN[] PROGMEM = "Is PLA filament loaded?";
|
|
|
-const char * const MSG_PLA_FILAMENT_LOADED_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_PLA_FILAMENT_LOADED_EN
|
|
|
+const char MSG_PLA_FILAMENT_LOADED_CZ[] PROGMEM = "Je PLA filament zaveden?";
|
|
|
+const char MSG_PLA_FILAMENT_LOADED_IT[] PROGMEM = "Il PLA e stato caricato?";
|
|
|
+const char MSG_PLA_FILAMENT_LOADED_ES[] PROGMEM = "Esta el filamento PLA cargado?";
|
|
|
+const char MSG_PLA_FILAMENT_LOADED_PL[] PROGMEM = "Fialment PLA jest zaladowany?";
|
|
|
+const char MSG_PLA_FILAMENT_LOADED_DE[] PROGMEM = "Ist PLA Filament geladen?";
|
|
|
+const char * const MSG_PLA_FILAMENT_LOADED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_PLA_FILAMENT_LOADED_EN,
|
|
|
+ MSG_PLA_FILAMENT_LOADED_CZ,
|
|
|
+ MSG_PLA_FILAMENT_LOADED_IT,
|
|
|
+ MSG_PLA_FILAMENT_LOADED_ES,
|
|
|
+ MSG_PLA_FILAMENT_LOADED_PL,
|
|
|
+ MSG_PLA_FILAMENT_LOADED_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_PLEASE_LOAD_PLA_EN[] PROGMEM = "Please load PLA filament first.";
|
|
|
-const char * const MSG_PLEASE_LOAD_PLA_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_PLEASE_LOAD_PLA_EN
|
|
|
+const char MSG_PLEASE_LOAD_PLA_CZ[] PROGMEM = "Nejdrive zavedte PLA filament prosim.";
|
|
|
+const char MSG_PLEASE_LOAD_PLA_IT[] PROGMEM = "Per favore prima caricare filamento di PLA.";
|
|
|
+const char MSG_PLEASE_LOAD_PLA_ES[] PROGMEM = "Carga el filamento PLA primero por favor.";
|
|
|
+const char MSG_PLEASE_LOAD_PLA_PL[] PROGMEM = "Prosze, najpierw zaladuj filament PLA.";
|
|
|
+const char MSG_PLEASE_LOAD_PLA_DE[] PROGMEM = "Bitte laden Sie zuerst PLA Filament.";
|
|
|
+const char * const MSG_PLEASE_LOAD_PLA_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_PLEASE_LOAD_PLA_EN,
|
|
|
+ MSG_PLEASE_LOAD_PLA_CZ,
|
|
|
+ MSG_PLEASE_LOAD_PLA_IT,
|
|
|
+ MSG_PLEASE_LOAD_PLA_ES,
|
|
|
+ MSG_PLEASE_LOAD_PLA_PL,
|
|
|
+ MSG_PLEASE_LOAD_PLA_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_PLEASE_WAIT_EN[] PROGMEM = "Please wait";
|
|
@@ -2974,23 +3034,63 @@ const char * const MSG_SOFTWARE_RESET_LANG_TABLE[1] PROGMEM = {
|
|
|
};
|
|
|
|
|
|
const char MSG_SORTING_EN[] PROGMEM = "Sorting files";
|
|
|
-const char * const MSG_SORTING_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_SORTING_EN
|
|
|
+const char MSG_SORTING_CZ[] PROGMEM = "Trideni souboru";
|
|
|
+const char MSG_SORTING_IT[] PROGMEM = "Ordine dei file";
|
|
|
+const char MSG_SORTING_ES[] PROGMEM = "Ordenando archivos";
|
|
|
+const char MSG_SORTING_PL[] PROGMEM = "Sortowanie plikow";
|
|
|
+const char MSG_SORTING_DE[] PROGMEM = "Dateien sortieren";
|
|
|
+const char * const MSG_SORTING_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_SORTING_EN,
|
|
|
+ MSG_SORTING_CZ,
|
|
|
+ MSG_SORTING_IT,
|
|
|
+ MSG_SORTING_ES,
|
|
|
+ MSG_SORTING_PL,
|
|
|
+ MSG_SORTING_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_SORT_ALPHA_EN[] PROGMEM = "Sort: [Alphabet]";
|
|
|
-const char * const MSG_SORT_ALPHA_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_SORT_ALPHA_EN
|
|
|
+const char MSG_SORT_ALPHA_CZ[] PROGMEM = "Trideni [Abeceda]";
|
|
|
+const char MSG_SORT_ALPHA_IT[] PROGMEM = "Ordine:[Alfabeto]";
|
|
|
+const char MSG_SORT_ALPHA_ES[] PROGMEM = "Ordenar:[Alfabet]";
|
|
|
+const char MSG_SORT_ALPHA_PL[] PROGMEM = "Sortuj: [Alfabet]";
|
|
|
+const char MSG_SORT_ALPHA_DE[] PROGMEM = "Sortieren:[Alpha]";
|
|
|
+const char * const MSG_SORT_ALPHA_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_SORT_ALPHA_EN,
|
|
|
+ MSG_SORT_ALPHA_CZ,
|
|
|
+ MSG_SORT_ALPHA_IT,
|
|
|
+ MSG_SORT_ALPHA_ES,
|
|
|
+ MSG_SORT_ALPHA_PL,
|
|
|
+ MSG_SORT_ALPHA_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_SORT_NONE_EN[] PROGMEM = "Sort: [None]";
|
|
|
-const char * const MSG_SORT_NONE_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_SORT_NONE_EN
|
|
|
+const char MSG_SORT_NONE_CZ[] PROGMEM = "Trideni [Zadne]";
|
|
|
+const char MSG_SORT_NONE_IT[] PROGMEM = "Ordine: [Nessuno]";
|
|
|
+const char MSG_SORT_NONE_ES[] PROGMEM = "Ordenar:[Ninguno]";
|
|
|
+const char MSG_SORT_NONE_PL[] PROGMEM = "Sortuj: [Zaden]";
|
|
|
+const char MSG_SORT_NONE_DE[] PROGMEM = "Sortieren:[Keine]";
|
|
|
+const char * const MSG_SORT_NONE_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_SORT_NONE_EN,
|
|
|
+ MSG_SORT_NONE_CZ,
|
|
|
+ MSG_SORT_NONE_IT,
|
|
|
+ MSG_SORT_NONE_ES,
|
|
|
+ MSG_SORT_NONE_PL,
|
|
|
+ MSG_SORT_NONE_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_SORT_TIME_EN[] PROGMEM = "Sort: [Time]";
|
|
|
-const char * const MSG_SORT_TIME_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_SORT_TIME_EN
|
|
|
+const char MSG_SORT_TIME_CZ[] PROGMEM = "Trideni [Cas]";
|
|
|
+const char MSG_SORT_TIME_IT[] PROGMEM = "Ordine: [Tempo]";
|
|
|
+const char MSG_SORT_TIME_ES[] PROGMEM = "Ordenar: [Tiempo]";
|
|
|
+const char MSG_SORT_TIME_PL[] PROGMEM = "Sortuj: [Czas]";
|
|
|
+const char MSG_SORT_TIME_DE[] PROGMEM = "Sortieren: [Zeit]";
|
|
|
+const char * const MSG_SORT_TIME_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_SORT_TIME_EN,
|
|
|
+ MSG_SORT_TIME_CZ,
|
|
|
+ MSG_SORT_TIME_IT,
|
|
|
+ MSG_SORT_TIME_ES,
|
|
|
+ MSG_SORT_TIME_PL,
|
|
|
+ MSG_SORT_TIME_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_SPEED_EN[] PROGMEM = "Speed";
|
|
@@ -3448,8 +3548,18 @@ const char * const MSG_USERWAIT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
};
|
|
|
|
|
|
const char MSG_V2_CALIBRATION_EN[] PROGMEM = "First layer cal.";
|
|
|
-const char * const MSG_V2_CALIBRATION_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_V2_CALIBRATION_EN
|
|
|
+const char MSG_V2_CALIBRATION_CZ[] PROGMEM = "Kal. prvni vrstvy";
|
|
|
+const char MSG_V2_CALIBRATION_IT[] PROGMEM = "Cal. primo layer.";
|
|
|
+const char MSG_V2_CALIBRATION_ES[] PROGMEM = "Cal. primera cap.";
|
|
|
+const char MSG_V2_CALIBRATION_PL[] PROGMEM = "Kal. 1. warstwy";
|
|
|
+const char MSG_V2_CALIBRATION_DE[] PROGMEM = "Erste-Schicht Kal";
|
|
|
+const char * const MSG_V2_CALIBRATION_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_V2_CALIBRATION_EN,
|
|
|
+ MSG_V2_CALIBRATION_CZ,
|
|
|
+ MSG_V2_CALIBRATION_IT,
|
|
|
+ MSG_V2_CALIBRATION_ES,
|
|
|
+ MSG_V2_CALIBRATION_PL,
|
|
|
+ MSG_V2_CALIBRATION_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_VMIN_EN[] PROGMEM = "Vmin";
|
|
@@ -3513,93 +3623,273 @@ const char * const MSG_WIZARD_LANG_TABLE[1] PROGMEM = {
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_CALIBRATION_FAILED_EN[] PROGMEM = "Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer.";
|
|
|
-const char * const MSG_WIZARD_CALIBRATION_FAILED_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_CALIBRATION_FAILED_EN
|
|
|
+const char MSG_WIZARD_CALIBRATION_FAILED_CZ[] PROGMEM = "Prosim nahlednete do manualu a opravte problem. Po te obnovte Wizarda rebootovanim tiskarny.";
|
|
|
+const char MSG_WIZARD_CALIBRATION_FAILED_IT[] PROGMEM = "Per favore consulta il nostro manuale per risolvere il problema. Poi riprendi il Wizard dopo aver riavviato la stampante.";
|
|
|
+const char MSG_WIZARD_CALIBRATION_FAILED_ES[] PROGMEM = "Lee el manual y resuelve el problema. Despues, reinicia la impresora y continua con el Wizard";
|
|
|
+const char MSG_WIZARD_CALIBRATION_FAILED_PL[] PROGMEM = "Prosze sprawdz nasz poradnik i napraw problem. Potem przywroc Wizard restartujac drukarke.";
|
|
|
+const char MSG_WIZARD_CALIBRATION_FAILED_DE[] PROGMEM = "Bitte ueberpruefen Sie unser Handbuch und beheben Sie das Problem. Fahren Sie dann mit dem Assistenten fort, indem Sie den Drucker neu starten.";
|
|
|
+const char * const MSG_WIZARD_CALIBRATION_FAILED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_CALIBRATION_FAILED_EN,
|
|
|
+ MSG_WIZARD_CALIBRATION_FAILED_CZ,
|
|
|
+ MSG_WIZARD_CALIBRATION_FAILED_IT,
|
|
|
+ MSG_WIZARD_CALIBRATION_FAILED_ES,
|
|
|
+ MSG_WIZARD_CALIBRATION_FAILED_PL,
|
|
|
+ MSG_WIZARD_CALIBRATION_FAILED_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_CLEAN_HEATBED_EN[] PROGMEM = "Please clean heatbed and then press the knob.";
|
|
|
-const char * const MSG_WIZARD_CLEAN_HEATBED_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_CLEAN_HEATBED_EN
|
|
|
+const char MSG_WIZARD_CLEAN_HEATBED_CZ[] PROGMEM = "Prosim ocistete heatbed a stisknete tlacitko.";
|
|
|
+const char MSG_WIZARD_CLEAN_HEATBED_IT[] PROGMEM = "Per favore pulisci il piatto, poi premi la manopola.";
|
|
|
+const char MSG_WIZARD_CLEAN_HEATBED_ES[] PROGMEM = "Limpia la superficie de la heatbed, por favor, y presiona el mando.";
|
|
|
+const char MSG_WIZARD_CLEAN_HEATBED_PL[] PROGMEM = "Prosze oczysc stolik i nacisnij guzik.";
|
|
|
+const char MSG_WIZARD_CLEAN_HEATBED_DE[] PROGMEM = "Bitte reinigen Sie das Heizbett und druecken Sie dann den Knopf.";
|
|
|
+const char * const MSG_WIZARD_CLEAN_HEATBED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_CLEAN_HEATBED_EN,
|
|
|
+ MSG_WIZARD_CLEAN_HEATBED_CZ,
|
|
|
+ MSG_WIZARD_CLEAN_HEATBED_IT,
|
|
|
+ MSG_WIZARD_CLEAN_HEATBED_ES,
|
|
|
+ MSG_WIZARD_CLEAN_HEATBED_PL,
|
|
|
+ MSG_WIZARD_CLEAN_HEATBED_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_DONE_EN[] PROGMEM = "All is done. Happy printing!";
|
|
|
-const char * const MSG_WIZARD_DONE_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_DONE_EN
|
|
|
+const char MSG_WIZARD_DONE_CZ[] PROGMEM = "Vse je hotovo.";
|
|
|
+const char MSG_WIZARD_DONE_IT[] PROGMEM = "Ben fatto. Buona stampa!";
|
|
|
+const char MSG_WIZARD_DONE_ES[] PROGMEM = "Terminado! Feliz impresion!";
|
|
|
+const char MSG_WIZARD_DONE_PL[] PROGMEM = "Gotowe. Udanego druku!";
|
|
|
+const char MSG_WIZARD_DONE_DE[] PROGMEM = "Alles wurde getan. Viel Spass beim Drucken!";
|
|
|
+const char * const MSG_WIZARD_DONE_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_DONE_EN,
|
|
|
+ MSG_WIZARD_DONE_CZ,
|
|
|
+ MSG_WIZARD_DONE_IT,
|
|
|
+ MSG_WIZARD_DONE_ES,
|
|
|
+ MSG_WIZARD_DONE_PL,
|
|
|
+ MSG_WIZARD_DONE_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_FILAMENT_LOADED_EN[] PROGMEM = "Is filament loaded?";
|
|
|
-const char * const MSG_WIZARD_FILAMENT_LOADED_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_FILAMENT_LOADED_EN
|
|
|
+const char MSG_WIZARD_FILAMENT_LOADED_CZ[] PROGMEM = "Je filament zaveden?";
|
|
|
+const char MSG_WIZARD_FILAMENT_LOADED_IT[] PROGMEM = "Il filamento e stato caricato?";
|
|
|
+const char MSG_WIZARD_FILAMENT_LOADED_ES[] PROGMEM = "Esta el filamento cargado?";
|
|
|
+const char MSG_WIZARD_FILAMENT_LOADED_PL[] PROGMEM = "Filament jest zaladowany?";
|
|
|
+const char MSG_WIZARD_FILAMENT_LOADED_DE[] PROGMEM = "Ist Filament geladen?";
|
|
|
+const char * const MSG_WIZARD_FILAMENT_LOADED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_FILAMENT_LOADED_EN,
|
|
|
+ MSG_WIZARD_FILAMENT_LOADED_CZ,
|
|
|
+ MSG_WIZARD_FILAMENT_LOADED_IT,
|
|
|
+ MSG_WIZARD_FILAMENT_LOADED_ES,
|
|
|
+ MSG_WIZARD_FILAMENT_LOADED_PL,
|
|
|
+ MSG_WIZARD_FILAMENT_LOADED_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_HEATING_EN[] PROGMEM = "Preheating nozzle. Please wait.";
|
|
|
-const char * const MSG_WIZARD_HEATING_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_HEATING_EN
|
|
|
+const char MSG_WIZARD_HEATING_CZ[] PROGMEM = "Predehrivam trysku. Prosim cekejte.";
|
|
|
+const char MSG_WIZARD_HEATING_IT[] PROGMEM = "Sto preriscaldando l'ugello. Per favore attendi.";
|
|
|
+const char MSG_WIZARD_HEATING_ES[] PROGMEM = "Precalentando nozzle. Espera por favor.";
|
|
|
+const char MSG_WIZARD_HEATING_PL[] PROGMEM = "Nagrzewanie dyszy. Prosze czekac.";
|
|
|
+const char MSG_WIZARD_HEATING_DE[] PROGMEM = "Vorheizen der Duese. Bitte warten.";
|
|
|
+const char * const MSG_WIZARD_HEATING_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_HEATING_EN,
|
|
|
+ MSG_WIZARD_HEATING_CZ,
|
|
|
+ MSG_WIZARD_HEATING_IT,
|
|
|
+ MSG_WIZARD_HEATING_ES,
|
|
|
+ MSG_WIZARD_HEATING_PL,
|
|
|
+ MSG_WIZARD_HEATING_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_EN[] PROGMEM = "Please load PLA filament and then resume Wizard by rebooting the printer.";
|
|
|
-const char * const MSG_WIZARD_INSERT_CORRECT_FILAMENT_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_INSERT_CORRECT_FILAMENT_EN
|
|
|
+const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_CZ[] PROGMEM = "Prosim zavedte PLA filament a po te obnovte Wizarda stisknutim reset tlacitka.";
|
|
|
+const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_IT[] PROGMEM = "Per favore carica filamento di PLA e riprendi il Wizard dopo aver riavviato la stampante.";
|
|
|
+const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_ES[] PROGMEM = "Carga filamento PLA, por favor, y reinicia la impresora para continuar con el Wizard";
|
|
|
+const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_PL[] PROGMEM = "Prosze zaladuj filament PLA i przywroc Wizard przez restart drukarki.";
|
|
|
+const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_DE[] PROGMEM = "Bitte laden Sie PLA-Filament und fahren Sie mit dem Assistenten fort, indem Sie den Drucker neu starten.";
|
|
|
+const char * const MSG_WIZARD_INSERT_CORRECT_FILAMENT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_INSERT_CORRECT_FILAMENT_EN,
|
|
|
+ MSG_WIZARD_INSERT_CORRECT_FILAMENT_CZ,
|
|
|
+ MSG_WIZARD_INSERT_CORRECT_FILAMENT_IT,
|
|
|
+ MSG_WIZARD_INSERT_CORRECT_FILAMENT_ES,
|
|
|
+ MSG_WIZARD_INSERT_CORRECT_FILAMENT_PL,
|
|
|
+ MSG_WIZARD_INSERT_CORRECT_FILAMENT_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_LOAD_FILAMENT_EN[] PROGMEM = "Please insert PLA filament to the extruder, then press knob to load it.";
|
|
|
-const char * const MSG_WIZARD_LOAD_FILAMENT_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_LOAD_FILAMENT_EN
|
|
|
+const char MSG_WIZARD_LOAD_FILAMENT_CZ[] PROGMEM = "Prosim vlozte PLA filament do extruderu, po te stisknete tlacitko pro zavedeni filamentu.";
|
|
|
+const char MSG_WIZARD_LOAD_FILAMENT_IT[] PROGMEM = "Per favore inserisci il filamento di PLA nell'estrusore, poi premi la manopola per caricare.";
|
|
|
+const char MSG_WIZARD_LOAD_FILAMENT_ES[] PROGMEM = "Inserta, por favor, filamento PLA en el extrusor. Despues, presiona el mando para cargarlo.";
|
|
|
+const char MSG_WIZARD_LOAD_FILAMENT_PL[] PROGMEM = "Prosze umiesc filament PLA w ekstruderze i nacisnij przycisk by zaladowac.";
|
|
|
+const char MSG_WIZARD_LOAD_FILAMENT_DE[] PROGMEM = "Fuehren Sie bitte PLA Filament in den Extruder und bestaetigen Sie den Knopf um es zu laden.";
|
|
|
+const char * const MSG_WIZARD_LOAD_FILAMENT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_LOAD_FILAMENT_EN,
|
|
|
+ MSG_WIZARD_LOAD_FILAMENT_CZ,
|
|
|
+ MSG_WIZARD_LOAD_FILAMENT_IT,
|
|
|
+ MSG_WIZARD_LOAD_FILAMENT_ES,
|
|
|
+ MSG_WIZARD_LOAD_FILAMENT_PL,
|
|
|
+ MSG_WIZARD_LOAD_FILAMENT_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_PLA_FILAMENT_EN[] PROGMEM = "Is it PLA filament?";
|
|
|
-const char * const MSG_WIZARD_PLA_FILAMENT_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_PLA_FILAMENT_EN
|
|
|
+const char MSG_WIZARD_PLA_FILAMENT_CZ[] PROGMEM = "Je to PLA filament?";
|
|
|
+const char MSG_WIZARD_PLA_FILAMENT_IT[] PROGMEM = "E questo un filamento di PLA?";
|
|
|
+const char MSG_WIZARD_PLA_FILAMENT_ES[] PROGMEM = "Es este un filamento PLA?";
|
|
|
+const char MSG_WIZARD_PLA_FILAMENT_PL[] PROGMEM = "Czy to filament PLA?";
|
|
|
+const char MSG_WIZARD_PLA_FILAMENT_DE[] PROGMEM = "Ist es wirklich PLA Filament?";
|
|
|
+const char * const MSG_WIZARD_PLA_FILAMENT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_PLA_FILAMENT_EN,
|
|
|
+ MSG_WIZARD_PLA_FILAMENT_CZ,
|
|
|
+ MSG_WIZARD_PLA_FILAMENT_IT,
|
|
|
+ MSG_WIZARD_PLA_FILAMENT_ES,
|
|
|
+ MSG_WIZARD_PLA_FILAMENT_PL,
|
|
|
+ MSG_WIZARD_PLA_FILAMENT_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_QUIT_EN[] PROGMEM = "You can always resume the Wizard from Calibration -> Wizard.";
|
|
|
-const char * const MSG_WIZARD_QUIT_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_QUIT_EN
|
|
|
+const char MSG_WIZARD_QUIT_CZ[] PROGMEM = "Wizarda muzete kdykoliv znovu spustit z menu Calibration -> Wizard";
|
|
|
+const char MSG_WIZARD_QUIT_IT[] PROGMEM = "E possibile proseguire la guide Wizard in qualsiasi momento attraverso Calibrazione -> Wizard.";
|
|
|
+const char MSG_WIZARD_QUIT_ES[] PROGMEM = "Siempre puedes acceder al asistente desde Calibracion -> Wizard";
|
|
|
+const char MSG_WIZARD_QUIT_PL[] PROGMEM = "Zawsze mozesz przywrocic Wizard przez Kalibracja -> Wizard.";
|
|
|
+const char MSG_WIZARD_QUIT_DE[] PROGMEM = "Sie koennen immer den Asistenten im Menu neu aufrufen: Kalibrierung -> Assistant";
|
|
|
+const char * const MSG_WIZARD_QUIT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_QUIT_EN,
|
|
|
+ MSG_WIZARD_QUIT_CZ,
|
|
|
+ MSG_WIZARD_QUIT_IT,
|
|
|
+ MSG_WIZARD_QUIT_ES,
|
|
|
+ MSG_WIZARD_QUIT_PL,
|
|
|
+ MSG_WIZARD_QUIT_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_REPEAT_V2_CAL_EN[] PROGMEM = "Do you want to repeat last step to readjust distance between nozzle and heatbed?";
|
|
|
-const char * const MSG_WIZARD_REPEAT_V2_CAL_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_REPEAT_V2_CAL_EN
|
|
|
+const char MSG_WIZARD_REPEAT_V2_CAL_CZ[] PROGMEM = "Chcete opakovat posledni krok a pozmenit vzdalenost mezi tryskou a heatbed?";
|
|
|
+const char MSG_WIZARD_REPEAT_V2_CAL_IT[] PROGMEM = "Desideri ripetere l'ultimo passaggio per migliorare la distanza fra ugello e piatto?";
|
|
|
+const char MSG_WIZARD_REPEAT_V2_CAL_ES[] PROGMEM = "Quieres repetir el ultimo paso para reajustar la distancia nozzle-heatbed?";
|
|
|
+const char MSG_WIZARD_REPEAT_V2_CAL_PL[] PROGMEM = "Chcesz powtorzyc ostatni krok i przestawic odleglosc miedzy dysza a stolikiem?";
|
|
|
+const char MSG_WIZARD_REPEAT_V2_CAL_DE[] PROGMEM = "Moechten Sie den letzten Schritt wiederholen um den Abstand zwischen Duese und Druckbett neu einzustellen?";
|
|
|
+const char * const MSG_WIZARD_REPEAT_V2_CAL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_REPEAT_V2_CAL_EN,
|
|
|
+ MSG_WIZARD_REPEAT_V2_CAL_CZ,
|
|
|
+ MSG_WIZARD_REPEAT_V2_CAL_IT,
|
|
|
+ MSG_WIZARD_REPEAT_V2_CAL_ES,
|
|
|
+ MSG_WIZARD_REPEAT_V2_CAL_PL,
|
|
|
+ MSG_WIZARD_REPEAT_V2_CAL_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_RERUN_EN[] PROGMEM = "Running Wizard will delete current calibration results and start from the beginning. Continue?";
|
|
|
-const char * const MSG_WIZARD_RERUN_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_RERUN_EN
|
|
|
+const char MSG_WIZARD_RERUN_CZ[] PROGMEM = "Spusteni Wizarda vymaze ulozene vysledky vsech kalibraci a spusti kalibracni proces od zacatku. Pokracovat?";
|
|
|
+const char MSG_WIZARD_RERUN_IT[] PROGMEM = "Se avvi il Wizard perderai la calibrazione preesistente e dovrai ricominciare dall'inizio. Continuare?";
|
|
|
+const char MSG_WIZARD_RERUN_ES[] PROGMEM = "Ejecutar el Wizard borrara los valores de calibracion actuales y comenzara de nuevo. Continuar?";
|
|
|
+const char MSG_WIZARD_RERUN_PL[] PROGMEM = "Wlaczenie Wizard usunie obecne dane kalibracyjne i zacznie od nowa. Kontynuowac?";
|
|
|
+const char MSG_WIZARD_RERUN_DE[] PROGMEM = "Der laufende Assistent loescht die aktuelle Kalibrierergebnisse und wird von Anfang an beginnen. Fortsetzen?";
|
|
|
+const char * const MSG_WIZARD_RERUN_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_RERUN_EN,
|
|
|
+ MSG_WIZARD_RERUN_CZ,
|
|
|
+ MSG_WIZARD_RERUN_IT,
|
|
|
+ MSG_WIZARD_RERUN_ES,
|
|
|
+ MSG_WIZARD_RERUN_PL,
|
|
|
+ MSG_WIZARD_RERUN_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_SELFTEST_EN[] PROGMEM = "First, I will run the selftest to check most common assembly problems.";
|
|
|
-const char * const MSG_WIZARD_SELFTEST_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_SELFTEST_EN
|
|
|
+const char MSG_WIZARD_SELFTEST_CZ[] PROGMEM = "Nejdriv pomoci selftestu zkontoluji nejcastejsi chyby vznikajici pri sestaveni tiskarny.";
|
|
|
+const char MSG_WIZARD_SELFTEST_IT[] PROGMEM = "Anzitutto avviero il Self Test per controllare gli errori di assemblaggio piu comuni.";
|
|
|
+const char MSG_WIZARD_SELFTEST_ES[] PROGMEM = "Primero, hare el Selftest para comprobar los problemas de montaje mas comunes.";
|
|
|
+const char MSG_WIZARD_SELFTEST_PL[] PROGMEM = "Najpierw wlacze autotest w celu kontrolli najczestszych problemow z montazem.";
|
|
|
+const char MSG_WIZARD_SELFTEST_DE[] PROGMEM = "Zunaechst fuehre ich den Selbsttest durch um die haeufigsten Probleme bei der Aufbau zu ueberpruefen.";
|
|
|
+const char * const MSG_WIZARD_SELFTEST_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_SELFTEST_EN,
|
|
|
+ MSG_WIZARD_SELFTEST_CZ,
|
|
|
+ MSG_WIZARD_SELFTEST_IT,
|
|
|
+ MSG_WIZARD_SELFTEST_ES,
|
|
|
+ MSG_WIZARD_SELFTEST_PL,
|
|
|
+ MSG_WIZARD_SELFTEST_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_V2_CAL_EN[] PROGMEM = "Now I will calibrate distance between tip of the nozzle and heatbed surface.";
|
|
|
-const char * const MSG_WIZARD_V2_CAL_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_V2_CAL_EN
|
|
|
+const char MSG_WIZARD_V2_CAL_CZ[] PROGMEM = "Nyni zkalibruji vzdalenost mezi koncem trysky a povrchem heatbedu.";
|
|
|
+const char MSG_WIZARD_V2_CAL_IT[] PROGMEM = "Adesso tarero lo stacco fra ugello e superfice del piatto.";
|
|
|
+const char MSG_WIZARD_V2_CAL_ES[] PROGMEM = "Voy a calibrar la distancia entre la punta del nozzle y la superficie de la heatbed.";
|
|
|
+const char MSG_WIZARD_V2_CAL_PL[] PROGMEM = "Kalibruje odleglosc miedzy koncowka dyszy a stolikiem.";
|
|
|
+const char MSG_WIZARD_V2_CAL_DE[] PROGMEM = "Jetzt werde ich den Abstand zwischen Duesenspitze und Druckbett kalibrieren.";
|
|
|
+const char * const MSG_WIZARD_V2_CAL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_V2_CAL_EN,
|
|
|
+ MSG_WIZARD_V2_CAL_CZ,
|
|
|
+ MSG_WIZARD_V2_CAL_IT,
|
|
|
+ MSG_WIZARD_V2_CAL_ES,
|
|
|
+ MSG_WIZARD_V2_CAL_PL,
|
|
|
+ MSG_WIZARD_V2_CAL_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_V2_CAL_2_EN[] PROGMEM = "I will start to print line and you will gradually lower the nozzle by rotating the knob, until you reach optimal height. Check the pictures in our handbook in chapter Calibration.";
|
|
|
-const char * const MSG_WIZARD_V2_CAL_2_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_V2_CAL_2_EN
|
|
|
+const char MSG_WIZARD_V2_CAL_2_CZ[] PROGMEM = "Zacnu tisknout linku a Vy budete postupne snizovat trysku otacenim tlacitka dokud nedosahnete optimalni vysky. Prohlednete si obrazky v nasi prirucce v kapitole Kalibrace";
|
|
|
+const char MSG_WIZARD_V2_CAL_2_IT[] PROGMEM = "Adesso iniziero a stampare una linea e tu dovrai abbassare l'ugello gradualmente ruotando la manopola, sino a raggiungere una altezza ottimale. Per favore, dai uno sguardo alla immagine nel capitolo Calibrazione del nostro manuale.";
|
|
|
+const char MSG_WIZARD_V2_CAL_2_ES[] PROGMEM = "Voy a comenzar a imprimir la linea y tu bajaras el nozzle gradualmente al rotar el mando, hasta que llegues a la altura optima. Mira las imagenes del capitulo Calibracion en el manual.";
|
|
|
+const char MSG_WIZARD_V2_CAL_2_PL[] PROGMEM = "Zaczne drukowac linie. Stopniowo opuszczaj dysze przekrecajac guzik, poki nie uzyskasz optymalnej wysokosci. Sprawdz obrazki w naszym poradniku w rozdz. Kalibracja";
|
|
|
+const char MSG_WIZARD_V2_CAL_2_DE[] PROGMEM = "Ich werde jetzt erste Linie drucken. Waehrend des Druckes koennen Sie die Duese allmaehlich senken indem Sie den Knopf drehen, bis Sie die optimale Hoehe erreichen. Ueberpruefen Sie die Bilder in unserem Handbuch im Kapitel Kalibrierung.";
|
|
|
+const char * const MSG_WIZARD_V2_CAL_2_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_V2_CAL_2_EN,
|
|
|
+ MSG_WIZARD_V2_CAL_2_CZ,
|
|
|
+ MSG_WIZARD_V2_CAL_2_IT,
|
|
|
+ MSG_WIZARD_V2_CAL_2_ES,
|
|
|
+ MSG_WIZARD_V2_CAL_2_PL,
|
|
|
+ MSG_WIZARD_V2_CAL_2_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_WELCOME_EN[] PROGMEM = "Hi, I am your Original Prusa i3 printer. Would you like me to guide you through the setup process?";
|
|
|
-const char * const MSG_WIZARD_WELCOME_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_WELCOME_EN
|
|
|
+const char MSG_WIZARD_WELCOME_CZ[] PROGMEM = "Dobry den, jsem vase tiskarna Original Prusa i3. Chcete abych Vas provedla kalibracnim procesem?";
|
|
|
+const char MSG_WIZARD_WELCOME_IT[] PROGMEM = "Ciao, sono la tua stampante Original Prusa i3. Gradiresti aiuto attraverso il processo di configurazione?";
|
|
|
+const char MSG_WIZARD_WELCOME_ES[] PROGMEM = "Hola, soy tu impresora Original Prusa i3. Quieres que te guie a traves de la configuracion?";
|
|
|
+const char MSG_WIZARD_WELCOME_PL[] PROGMEM = "Czesc, jestem Twoja Original Prusa i3. Czy mam pomoc Ci z instalacja?";
|
|
|
+const char MSG_WIZARD_WELCOME_DE[] PROGMEM = "Hallo, ich bin dein Original Prusa i3 Drucker. Moechten Sie meine Hilfe durch den Setup-Prozess?";
|
|
|
+const char * const MSG_WIZARD_WELCOME_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_WELCOME_EN,
|
|
|
+ MSG_WIZARD_WELCOME_CZ,
|
|
|
+ MSG_WIZARD_WELCOME_IT,
|
|
|
+ MSG_WIZARD_WELCOME_ES,
|
|
|
+ MSG_WIZARD_WELCOME_PL,
|
|
|
+ MSG_WIZARD_WELCOME_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_WILL_PREHEAT_EN[] PROGMEM = "Now I will preheat nozzle for PLA.";
|
|
|
-const char * const MSG_WIZARD_WILL_PREHEAT_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_WILL_PREHEAT_EN
|
|
|
+const char MSG_WIZARD_WILL_PREHEAT_CZ[] PROGMEM = "Nyni predehreji trysku pro PLA.";
|
|
|
+const char MSG_WIZARD_WILL_PREHEAT_IT[] PROGMEM = "Adesso preriscaldero l'ugello per PLA.";
|
|
|
+const char MSG_WIZARD_WILL_PREHEAT_ES[] PROGMEM = "Voy a precalentar el nozzle para PLA ahora.";
|
|
|
+const char MSG_WIZARD_WILL_PREHEAT_PL[] PROGMEM = "Nagrzewam dysze dla PLA.";
|
|
|
+const char MSG_WIZARD_WILL_PREHEAT_DE[] PROGMEM = "Jetzt werde ich die Duese fuer PLA vorheizen. ";
|
|
|
+const char * const MSG_WIZARD_WILL_PREHEAT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_WILL_PREHEAT_EN,
|
|
|
+ MSG_WIZARD_WILL_PREHEAT_CZ,
|
|
|
+ MSG_WIZARD_WILL_PREHEAT_IT,
|
|
|
+ MSG_WIZARD_WILL_PREHEAT_ES,
|
|
|
+ MSG_WIZARD_WILL_PREHEAT_PL,
|
|
|
+ MSG_WIZARD_WILL_PREHEAT_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_XYZ_CAL_EN[] PROGMEM = "I will run xyz calibration now. It will take approx. 12 mins.";
|
|
|
-const char * const MSG_WIZARD_XYZ_CAL_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_XYZ_CAL_EN
|
|
|
+const char MSG_WIZARD_XYZ_CAL_CZ[] PROGMEM = "Nyni provedu xyz kalibraci. Zabere to priblizne 12 min.";
|
|
|
+const char MSG_WIZARD_XYZ_CAL_IT[] PROGMEM = "Adesso avviero una Calibrazione XYZ. Puo durare circa 12 min.";
|
|
|
+const char MSG_WIZARD_XYZ_CAL_ES[] PROGMEM = "Hare la calibracion XYZ. Tardara 12 min. aproximadamente.";
|
|
|
+const char MSG_WIZARD_XYZ_CAL_PL[] PROGMEM = "Wlaczam kalibracje xyz. Zajmie to ok. 12 min.";
|
|
|
+const char MSG_WIZARD_XYZ_CAL_DE[] PROGMEM = "Ich werde jetzt die XYZ-Kalibrierung durchfuehren. Es wird ca. 12 Minuten dauern";
|
|
|
+const char * const MSG_WIZARD_XYZ_CAL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_XYZ_CAL_EN,
|
|
|
+ MSG_WIZARD_XYZ_CAL_CZ,
|
|
|
+ MSG_WIZARD_XYZ_CAL_IT,
|
|
|
+ MSG_WIZARD_XYZ_CAL_ES,
|
|
|
+ MSG_WIZARD_XYZ_CAL_PL,
|
|
|
+ MSG_WIZARD_XYZ_CAL_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_WIZARD_Z_CAL_EN[] PROGMEM = "I will run z calibration now.";
|
|
|
-const char * const MSG_WIZARD_Z_CAL_LANG_TABLE[1] PROGMEM = {
|
|
|
- MSG_WIZARD_Z_CAL_EN
|
|
|
+const char MSG_WIZARD_Z_CAL_CZ[] PROGMEM = "Nyni provedu z kalibraci.";
|
|
|
+const char MSG_WIZARD_Z_CAL_IT[] PROGMEM = "Adesso avviero una Calibrazione Z.";
|
|
|
+const char MSG_WIZARD_Z_CAL_ES[] PROGMEM = "Voy a hacer Calibracion Z ahora.";
|
|
|
+const char MSG_WIZARD_Z_CAL_PL[] PROGMEM = "Wlaczam kalibracje z.";
|
|
|
+const char MSG_WIZARD_Z_CAL_DE[] PROGMEM = "Ich werde jetzt die Z Kalibrierung durchfuehren.";
|
|
|
+const char * const MSG_WIZARD_Z_CAL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|
|
+ MSG_WIZARD_Z_CAL_EN,
|
|
|
+ MSG_WIZARD_Z_CAL_CZ,
|
|
|
+ MSG_WIZARD_Z_CAL_IT,
|
|
|
+ MSG_WIZARD_Z_CAL_ES,
|
|
|
+ MSG_WIZARD_Z_CAL_PL,
|
|
|
+ MSG_WIZARD_Z_CAL_DE
|
|
|
};
|
|
|
|
|
|
const char MSG_XYZ_DETAILS_EN[] PROGMEM = "XYZ cal. details";
|