Browse Source

Remove `Choose filament` as it is a duplicate of `Select filament`

3d-gussner 3 years ago
parent
commit
e0b18b279d
54 changed files with 56 additions and 288 deletions
  1. 2 2
      Firmware/Marlin_main.cpp
  2. 1 1
      Firmware/messages.c
  3. 1 1
      Firmware/messages.h
  4. 2 2
      Firmware/ultralcd.cpp
  5. 1 4
      lang/lang_en.txt
  6. 1 5
      lang/lang_en_cz.txt
  7. 1 5
      lang/lang_en_da.txt
  8. 1 5
      lang/lang_en_de.txt
  9. 1 5
      lang/lang_en_es.txt
  10. 1 5
      lang/lang_en_fr.txt
  11. 1 5
      lang/lang_en_hr.txt
  12. 1 5
      lang/lang_en_hu.txt
  13. 1 5
      lang/lang_en_it.txt
  14. 1 5
      lang/lang_en_lb.txt
  15. 1 5
      lang/lang_en_lt.txt
  16. 1 5
      lang/lang_en_nl.txt
  17. 1 5
      lang/lang_en_pl.txt
  18. 1 5
      lang/lang_en_ro.txt
  19. 1 5
      lang/lang_en_sk.txt
  20. 1 5
      lang/lang_en_sl.txt
  21. 1 5
      lang/lang_en_sv.txt
  22. 1 6
      lang/po/Firmware.pot
  23. 1 6
      lang/po/Firmware_cs.po
  24. 1 6
      lang/po/Firmware_da.po
  25. 1 6
      lang/po/Firmware_de.po
  26. 1 6
      lang/po/Firmware_es.po
  27. 1 6
      lang/po/Firmware_fr.po
  28. 1 6
      lang/po/Firmware_hr.po
  29. 1 6
      lang/po/Firmware_hu.po
  30. 1 6
      lang/po/Firmware_it.po
  31. 1 6
      lang/po/Firmware_lb.po
  32. 1 6
      lang/po/Firmware_lt.po
  33. 1 6
      lang/po/Firmware_nl.po
  34. 1 6
      lang/po/Firmware_pl.po
  35. 1 6
      lang/po/Firmware_ro.po
  36. 1 6
      lang/po/Firmware_sk.po
  37. 1 6
      lang/po/Firmware_sl.po
  38. 1 6
      lang/po/Firmware_sv.po
  39. 1 6
      lang/po/new/cs.po
  40. 1 6
      lang/po/new/da.po
  41. 1 6
      lang/po/new/de.po
  42. 1 6
      lang/po/new/es.po
  43. 1 6
      lang/po/new/fr.po
  44. 1 6
      lang/po/new/hr.po
  45. 1 6
      lang/po/new/hu.po
  46. 1 6
      lang/po/new/it.po
  47. 1 6
      lang/po/new/lb.po
  48. 1 6
      lang/po/new/lt.po
  49. 1 6
      lang/po/new/nl.po
  50. 1 6
      lang/po/new/pl.po
  51. 1 6
      lang/po/new/ro.po
  52. 1 6
      lang/po/new/sk.po
  53. 1 6
      lang/po/new/sl.po
  54. 1 6
      lang/po/new/sv.po

+ 2 - 2
Firmware/Marlin_main.cpp

@@ -8970,7 +8970,7 @@ Sigma_Exit:
 	  else if (*(strchr_pointer + index) == 'x'){ //load to bondtech gears; if mmu is not present do nothing
 	  else if (*(strchr_pointer + index) == 'x'){ //load to bondtech gears; if mmu is not present do nothing
 		if (mmu_enabled)
 		if (mmu_enabled)
 		{
 		{
-			tmp_extruder = choose_menu_P(_T(MSG_CHOOSE_FILAMENT), _T(MSG_FILAMENT));
+			tmp_extruder = choose_menu_P(_T(MSG_SELECT_FILAMENT), _T(MSG_FILAMENT));
 			if ((tmp_extruder == mmu_extruder) && mmu_fil_loaded) //dont execute the same T-code twice in a row
 			if ((tmp_extruder == mmu_extruder) && mmu_fil_loaded) //dont execute the same T-code twice in a row
 			{
 			{
 				puts_P(duplicate_Tcode_ignored);
 				puts_P(duplicate_Tcode_ignored);
@@ -8997,7 +8997,7 @@ Sigma_Exit:
           {
           {
               if(mmu_enabled)
               if(mmu_enabled)
               {
               {
-                  tmp_extruder = choose_menu_P(_T(MSG_CHOOSE_FILAMENT), _T(MSG_FILAMENT));
+                  tmp_extruder = choose_menu_P(_T(MSG_SELECT_FILAMENT), _T(MSG_FILAMENT));
                   load_to_nozzle = true;
                   load_to_nozzle = true;
               } else
               } else
               {
               {

+ 1 - 1
Firmware/messages.c

@@ -52,7 +52,7 @@ const char MSG_HEATING_COMPLETE[] PROGMEM_I1 = ISTR("Heating done."); ////c=20
 const char MSG_HOMEYZ[] PROGMEM_I1 = ISTR("Calibrate Z"); ////c=18
 const char MSG_HOMEYZ[] PROGMEM_I1 = ISTR("Calibrate Z"); ////c=18
 const char MSG_ITERATION[] PROGMEM_I1 = ISTR("Iteration"); ////c=12
 const char MSG_ITERATION[] PROGMEM_I1 = ISTR("Iteration"); ////c=12
 const char MSG_CHOOSE_EXTRUDER[] PROGMEM_I1 = ISTR("Choose extruder:"); ////c=20
 const char MSG_CHOOSE_EXTRUDER[] PROGMEM_I1 = ISTR("Choose extruder:"); ////c=20
-const char MSG_CHOOSE_FILAMENT[] PROGMEM_I1 = ISTR("Choose filament:"); ////c=20
+const char MSG_SELECT_FILAMENT[] PROGMEM_I1 = ISTR("Select filament:"); ////c=20
 const char MSG_LAST_PRINT[] PROGMEM_I1 = ISTR("Last print"); ////c=18
 const char MSG_LAST_PRINT[] PROGMEM_I1 = ISTR("Last print"); ////c=18
 const char MSG_LAST_PRINT_FAILURES[] PROGMEM_I1 = ISTR("Last print failures"); ////c=20
 const char MSG_LAST_PRINT_FAILURES[] PROGMEM_I1 = ISTR("Last print failures"); ////c=20
 const char MSG_LOAD_FILAMENT[] PROGMEM_I1 = ISTR("Load filament"); //// Number 1 to 5 is added behind text e.g. "Load filament 1" c=16
 const char MSG_LOAD_FILAMENT[] PROGMEM_I1 = ISTR("Load filament"); //// Number 1 to 5 is added behind text e.g. "Load filament 1" c=16

+ 1 - 1
Firmware/messages.h

@@ -53,7 +53,7 @@ extern const char MSG_HEATING_COMPLETE[];
 extern const char MSG_HOMEYZ[];
 extern const char MSG_HOMEYZ[];
 extern const char MSG_ITERATION[];
 extern const char MSG_ITERATION[];
 extern const char MSG_CHOOSE_EXTRUDER[];
 extern const char MSG_CHOOSE_EXTRUDER[];
-extern const char MSG_CHOOSE_FILAMENT[];
+extern const char MSG_SELECT_FILAMENT[];
 extern const char MSG_LAST_PRINT[];
 extern const char MSG_LAST_PRINT[];
 extern const char MSG_LAST_PRINT_FAILURES[];
 extern const char MSG_LAST_PRINT_FAILURES[];
 extern const char MSG_LOAD_FILAMENT[];
 extern const char MSG_LOAD_FILAMENT[];

+ 2 - 2
Firmware/ultralcd.cpp

@@ -4703,7 +4703,7 @@ void lcd_v2_calibration()
 	if (mmu_enabled)
 	if (mmu_enabled)
 	{
 	{
 	    const uint8_t filament = choose_menu_P(
 	    const uint8_t filament = choose_menu_P(
-            _i("Select filament:"), ////MSG_SELECT_FILAMENT c=20
+            _T(MSG_SELECT_FILAMENT),
             _T(MSG_FILAMENT),(_T(MSG_CANCEL)+1)); //Hack to reuse MSG but strip 1st char off
             _T(MSG_FILAMENT),(_T(MSG_CANCEL)+1)); //Hack to reuse MSG but strip 1st char off
 	    if (filament < 5)
 	    if (filament < 5)
 	    {
 	    {
@@ -4839,7 +4839,7 @@ static void wizard_lay1cal_message(bool cold)
     if (mmu_enabled)
     if (mmu_enabled)
     {
     {
         lcd_show_fullscreen_message_and_wait_P(
         lcd_show_fullscreen_message_and_wait_P(
-                _i("Choose a filament for the First Layer Calibration and select it in the on-screen menu."));////MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
+                _i("Select a filament for the First Layer Calibration and select it in the on-screen menu."));////MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
     }
     }
     else if (cold)
     else if (cold)
     {
     {

+ 1 - 4
lang/lang_en.txt

@@ -143,7 +143,7 @@
 "Crash det."
 "Crash det."
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
@@ -340,9 +340,6 @@
 #MSG_CHOOSE_EXTRUDER c=20
 #MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 
 

+ 1 - 5
lang/lang_en_cz.txt

@@ -191,7 +191,7 @@
 "Det. narazu"
 "Det. narazu"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Zvolte filament pro kalibraci prvni vrstvy z nasledujiciho menu"
 "Zvolte filament pro kalibraci prvni vrstvy z nasledujiciho menu"
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Vyberte extruder:"
 "Vyberte extruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Vyber filament:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_da.txt

@@ -191,7 +191,7 @@
 "\x00"
 "\x00"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "\x00"
 "\x00"
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "\x00"
 "\x00"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"\x00"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_de.txt

@@ -191,7 +191,7 @@
 "Crash Erk."
 "Crash Erk."
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "W\xe1hlen Sie ein Filament f\xf5r Erste- Schichtkalibrierung aus und w\xe1hlen Sie es im On-Screen-Menu aus."
 "W\xe1hlen Sie ein Filament f\xf5r Erste- Schichtkalibrierung aus und w\xe1hlen Sie es im On-Screen-Menu aus."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Extruder w\xe1hlen:"
 "Extruder w\xe1hlen:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"W\xe1hle Filament:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_es.txt

@@ -191,7 +191,7 @@
 "Det. choque"
 "Det. choque"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Escoge un filamento para la Calibracion de la Primera Capa y seleccionalo en el menu en pantalla."
 "Escoge un filamento para la Calibracion de la Primera Capa y seleccionalo en el menu en pantalla."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Elegir extrusor:"
 "Elegir extrusor:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Elije filamento:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "Filamento"
 "Filamento"

+ 1 - 5
lang/lang_en_fr.txt

@@ -191,7 +191,7 @@
 "Detect.crash"
 "Detect.crash"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choisissez un filament pour la Calibration de la Premiere Couche et selectionnez-le depuis le menu a l'ecran."
 "Choisissez un filament pour la Calibration de la Premiere Couche et selectionnez-le depuis le menu a l'ecran."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Choisir extrudeur:"
 "Choisir extrudeur:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Choix du filament:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_hr.txt

@@ -191,7 +191,7 @@
 "Udar detekti."
 "Udar detekti."
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Odaberite filament za Kalibraciju Prvog Sloja i odaberite ga u izborniku na zaslonu."
 "Odaberite filament za Kalibraciju Prvog Sloja i odaberite ga u izborniku na zaslonu."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Odaberite ekstruder:"
 "Odaberite ekstruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Odaberite filament:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_hu.txt

@@ -191,7 +191,7 @@
 "Utkozes erz."
 "Utkozes erz."
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Valassz egy filamentet az elso reteg kalibraciojahoz a menubol."
 "Valassz egy filamentet az elso reteg kalibraciojahoz a menubol."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Extruder valasztas:"
 "Extruder valasztas:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Filament valasztas:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "Filament"
 "Filament"

+ 1 - 5
lang/lang_en_it.txt

@@ -191,7 +191,7 @@
 "Rileva.crash"
 "Rileva.crash"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Scegli un filamento per la calibrazione del primo strato e selezionalo nel menu sullo schermo."
 "Scegli un filamento per la calibrazione del primo strato e selezionalo nel menu sullo schermo."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Seleziona estrusore:"
 "Seleziona estrusore:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Scegliere filamento:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "Filamento"
 "Filamento"

+ 1 - 5
lang/lang_en_lb.txt

@@ -191,7 +191,7 @@
 "\x00"
 "\x00"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "\x00"
 "\x00"
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "\x00"
 "\x00"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"\x00"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_lt.txt

@@ -191,7 +191,7 @@
 "\x00"
 "\x00"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "\x00"
 "\x00"
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "\x00"
 "\x00"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"\x00"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_nl.txt

@@ -191,7 +191,7 @@
 "Crashdet."
 "Crashdet."
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Kies een filament voor de kalibratie van de eerste laag en selecteer deze in het schermmenu."
 "Kies een filament voor de kalibratie van de eerste laag en selecteer deze in het schermmenu."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Kies extruder:"
 "Kies extruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Kies filament:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_pl.txt

@@ -191,7 +191,7 @@
 "Wykr.zderzen"
 "Wykr.zderzen"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Wybierz filament do Kalibracji Pierwszej Warstwy i potwierdz w menu ekranowym."
 "Wybierz filament do Kalibracji Pierwszej Warstwy i potwierdz w menu ekranowym."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Wybierz ekstruder:"
 "Wybierz ekstruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Wybierz filament:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_ro.txt

@@ -191,7 +191,7 @@
 "Det.coliziune"
 "Det.coliziune"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Alegeti un filament pentru First Layer Calibration si selectati-l de pe ecran."
 "Alegeti un filament pentru First Layer Calibration si selectati-l de pe ecran."
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Alege extruderul:"
 "Alege extruderul:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Alege filamentul:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_sk.txt

@@ -191,7 +191,7 @@
 "Det. narazu"
 "Det. narazu"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "Zvolte filament pre kalibraciu prvej vrstvy z nasledujuceho menu"
 "Zvolte filament pre kalibraciu prvej vrstvy z nasledujuceho menu"
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "Vyberte extruder:"
 "Vyberte extruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"Vyber filament:"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_sl.txt

@@ -191,7 +191,7 @@
 "\x00"
 "\x00"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "\x00"
 "\x00"
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "\x00"
 "\x00"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"\x00"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 5
lang/lang_en_sv.txt

@@ -191,7 +191,7 @@
 "\x00"
 "\x00"
 
 
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
-"Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+"Select a filament for the First Layer Calibration and select it in the on-screen menu."
 "\x00"
 "\x00"
 
 
 #MSG_CRASH_DETECTED c=20
 #MSG_CRASH_DETECTED c=20
@@ -454,10 +454,6 @@
 "Choose extruder:"
 "Choose extruder:"
 "\x00"
 "\x00"
 
 
-#MSG_CHOOSE_FILAMENT c=20
-"Choose filament:"
-"\x00"
-
 #MSG_FILAMENT c=17
 #MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"

+ 1 - 6
lang/po/Firmware.pot

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_cs.po

@@ -257,7 +257,7 @@ msgstr "Det. narazu"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Zvolte filament pro kalibraci prvni vrstvy z nasledujiciho menu"
 msgstr "Zvolte filament pro kalibraci prvni vrstvy z nasledujiciho menu"
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Kontrola osy Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Vyberte extruder:"
 msgstr "Vyberte extruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Vyber filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_da.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_de.po

@@ -257,7 +257,7 @@ msgstr "Crash Erk."
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Wählen Sie ein Filament für Erste- Schichtkalibrierung aus und wählen Sie es im On-Screen-Menu aus."
 msgstr "Wählen Sie ein Filament für Erste- Schichtkalibrierung aus und wählen Sie es im On-Screen-Menu aus."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Prüfe Z Achse"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Extruder wählen:"
 msgstr "Extruder wählen:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Wähle Filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_es.po

@@ -257,7 +257,7 @@ msgstr "Det. choque"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Escoge un filamento para la Calibracion de la Primera Capa y seleccionalo en el menu en pantalla."
 msgstr "Escoge un filamento para la Calibracion de la Primera Capa y seleccionalo en el menu en pantalla."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Control sensor Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Elegir extrusor:"
 msgstr "Elegir extrusor:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Elije filamento:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_fr.po

@@ -257,7 +257,7 @@ msgstr "Detect.crash"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Choisissez un filament pour la Calibration de la Premiere Couche et selectionnez-le depuis le menu a l'ecran."
 msgstr "Choisissez un filament pour la Calibration de la Premiere Couche et selectionnez-le depuis le menu a l'ecran."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Verification axe Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Choisir extrudeur:"
 msgstr "Choisir extrudeur:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Choix du filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_hr.po

@@ -257,7 +257,7 @@ msgstr "Udar detekti."
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Odaberite filament za Kalibraciju Prvog Sloja i odaberite ga u izborniku na zaslonu."
 msgstr "Odaberite filament za Kalibraciju Prvog Sloja i odaberite ga u izborniku na zaslonu."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Provjera Z osi"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Odaberite ekstruder:"
 msgstr "Odaberite ekstruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Odaberite filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_hu.po

@@ -257,7 +257,7 @@ msgstr "Utkozes erz."
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Valassz egy filamentet az elso reteg kalibraciojahoz a menubol."
 msgstr "Valassz egy filamentet az elso reteg kalibraciojahoz a menubol."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Z tengely ellenorzes"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Extruder valasztas:"
 msgstr "Extruder valasztas:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Filament valasztas:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_it.po

@@ -257,7 +257,7 @@ msgstr "Rileva.crash"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Scegli un filamento per la calibrazione del primo strato e selezionalo nel menu sullo schermo."
 msgstr "Scegli un filamento per la calibrazione del primo strato e selezionalo nel menu sullo schermo."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Verifica asse Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Seleziona estrusore:"
 msgstr "Seleziona estrusore:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Scegliere filamento:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_lb.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_lt.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_nl.po

@@ -257,7 +257,7 @@ msgstr "Crashdet."
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Kies een filament voor de kalibratie van de eerste laag en selecteer deze in het schermmenu."
 msgstr "Kies een filament voor de kalibratie van de eerste laag en selecteer deze in het schermmenu."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Controleer Z as"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Kies extruder:"
 msgstr "Kies extruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Kies filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_pl.po

@@ -257,7 +257,7 @@ msgstr "Wykr.zderzen"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Wybierz filament do Kalibracji Pierwszej Warstwy i potwierdz w menu ekranowym."
 msgstr "Wybierz filament do Kalibracji Pierwszej Warstwy i potwierdz w menu ekranowym."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Kontrola osi Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Wybierz ekstruder:"
 msgstr "Wybierz ekstruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Wybierz filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_ro.po

@@ -257,7 +257,7 @@ msgstr "Det.coliziune"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Alegeti un filament pentru First Layer Calibration si selectati-l de pe ecran."
 msgstr "Alegeti un filament pentru First Layer Calibration si selectati-l de pe ecran."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Verificare axa Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Alege extruderul:"
 msgstr "Alege extruderul:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Alege filamentul:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_sk.po

@@ -257,7 +257,7 @@ msgstr "Det. narazu"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Zvolte filament pre kalibraciu prvej vrstvy z nasledujuceho menu"
 msgstr "Zvolte filament pre kalibraciu prvej vrstvy z nasledujuceho menu"
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Kontrola osi Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Vyberte extruder:"
 msgstr "Vyberte extruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Vyber filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_sl.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/Firmware_sv.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/cs.po

@@ -257,7 +257,7 @@ msgstr "Det. narazu"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Zvolte filament pro kalibraci prvni vrstvy z nasledujiciho menu"
 msgstr "Zvolte filament pro kalibraci prvni vrstvy z nasledujiciho menu"
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Kontrola osy Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Vyberte extruder:"
 msgstr "Vyberte extruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Vyber filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/da.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/de.po

@@ -257,7 +257,7 @@ msgstr "Crash Erk."
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Wählen Sie ein Filament für Erste- Schichtkalibrierung aus und wählen Sie es im On-Screen-Menu aus."
 msgstr "Wählen Sie ein Filament für Erste- Schichtkalibrierung aus und wählen Sie es im On-Screen-Menu aus."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Prüfe Z Achse"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Extruder wählen:"
 msgstr "Extruder wählen:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Wähle Filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/es.po

@@ -257,7 +257,7 @@ msgstr "Det. choque"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Escoge un filamento para la Calibracion de la Primera Capa y seleccionalo en el menu en pantalla."
 msgstr "Escoge un filamento para la Calibracion de la Primera Capa y seleccionalo en el menu en pantalla."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Control sensor Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Elegir extrusor:"
 msgstr "Elegir extrusor:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Elije filamento:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/fr.po

@@ -257,7 +257,7 @@ msgstr "Detect.crash"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Choisissez un filament pour la Calibration de la Premiere Couche et selectionnez-le depuis le menu a l'ecran."
 msgstr "Choisissez un filament pour la Calibration de la Premiere Couche et selectionnez-le depuis le menu a l'ecran."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Verification axe Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Choisir extrudeur:"
 msgstr "Choisir extrudeur:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Choix du filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/hr.po

@@ -257,7 +257,7 @@ msgstr "Udar detekti."
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Odaberite filament za Kalibraciju Prvog Sloja i odaberite ga u izborniku na zaslonu."
 msgstr "Odaberite filament za Kalibraciju Prvog Sloja i odaberite ga u izborniku na zaslonu."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Provjera Z osi"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Odaberite ekstruder:"
 msgstr "Odaberite ekstruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Odaberite filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/hu.po

@@ -257,7 +257,7 @@ msgstr "Utkozes erz."
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Valassz egy filamentet az elso reteg kalibraciojahoz a menubol."
 msgstr "Valassz egy filamentet az elso reteg kalibraciojahoz a menubol."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Z tengely ellenorzes"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Extruder valasztas:"
 msgstr "Extruder valasztas:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Filament valasztas:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/it.po

@@ -257,7 +257,7 @@ msgstr "Rileva.crash"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Scegli un filamento per la calibrazione del primo strato e selezionalo nel menu sullo schermo."
 msgstr "Scegli un filamento per la calibrazione del primo strato e selezionalo nel menu sullo schermo."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Verifica asse Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Seleziona estrusore:"
 msgstr "Seleziona estrusore:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Scegliere filamento:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/lb.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/lt.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/nl.po

@@ -257,7 +257,7 @@ msgstr "Crashdet."
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Kies een filament voor de kalibratie van de eerste laag en selecteer deze in het schermmenu."
 msgstr "Kies een filament voor de kalibratie van de eerste laag en selecteer deze in het schermmenu."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Controleer Z as"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Kies extruder:"
 msgstr "Kies extruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Kies filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/pl.po

@@ -257,7 +257,7 @@ msgstr "Wykr.zderzen"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Wybierz filament do Kalibracji Pierwszej Warstwy i potwierdz w menu ekranowym."
 msgstr "Wybierz filament do Kalibracji Pierwszej Warstwy i potwierdz w menu ekranowym."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Kontrola osi Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Wybierz ekstruder:"
 msgstr "Wybierz ekstruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Wybierz filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/ro.po

@@ -257,7 +257,7 @@ msgstr "Det.coliziune"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Alegeti un filament pentru First Layer Calibration si selectati-l de pe ecran."
 msgstr "Alegeti un filament pentru First Layer Calibration si selectati-l de pe ecran."
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Verificare axa Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Alege extruderul:"
 msgstr "Alege extruderul:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Alege filamentul:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/sk.po

@@ -257,7 +257,7 @@ msgstr "Det. narazu"
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr "Zvolte filament pre kalibraciu prvej vrstvy z nasledujuceho menu"
 msgstr "Zvolte filament pre kalibraciu prvej vrstvy z nasledujuceho menu"
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr "Kontrola osi Z"
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr "Vyberte extruder:"
 msgstr "Vyberte extruder:"
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr "Vyber filament:"
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/sl.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"

+ 1 - 6
lang/po/new/sv.po

@@ -257,7 +257,7 @@ msgstr ""
 
 
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 # MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #: ultralcd.cpp:4842
 #: ultralcd.cpp:4842
-msgid "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
+msgid "Select a filament for the First Layer Calibration and select it in the on-screen menu."
 msgstr ""
 msgstr ""
 
 
 # MSG_CRASH_DETECTED c=20
 # MSG_CRASH_DETECTED c=20
@@ -585,11 +585,6 @@ msgstr ""
 msgid "Choose extruder:"
 msgid "Choose extruder:"
 msgstr ""
 msgstr ""
 
 
-# MSG_CHOOSE_FILAMENT c=20
-#: messages.c:55
-msgid "Choose filament:"
-msgstr ""
-
 # MSG_FILAMENT c=17
 # MSG_FILAMENT c=17
 #: messages.c:35
 #: messages.c:35
 msgid "Filament"
 msgid "Filament"