Remove duplicate string Eject filament
using MSG_EJECT_FILAMENT
Fix few translations
This commit is contained in:
parent
269fabc330
commit
530b9f50b8
8 changed files with 34 additions and 34 deletions
|
@ -6700,7 +6700,7 @@ static void lcd_main_menu()
|
|||
//-// MENU_ITEM_FUNCTION_P(_T(MSG_UNLOAD_FILAMENT), extr_unload);
|
||||
//bFilamentFirstRun=true;
|
||||
MENU_ITEM_SUBMENU_P(_T(MSG_UNLOAD_FILAMENT), mmu_unload_filament);
|
||||
MENU_ITEM_SUBMENU_P(_i("Eject filament"), mmu_fil_eject_menu);
|
||||
MENU_ITEM_SUBMENU_P(_T(MSG_EJECT_FILAMENT), mmu_fil_eject_menu);
|
||||
#ifdef MMU_HAS_CUTTER
|
||||
MENU_ITEM_SUBMENU_P(_T(MSG_CUT_FILAMENT), mmu_cut_filament_menu);
|
||||
#endif //MMU_HAS_CUTTER
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
#MSG_EXTRUDER_CORRECTION c=13
|
||||
"E-correct:"
|
||||
|
||||
#MSG_EJECT_FILAMENT c=17 r=1
|
||||
#MSG_EJECT_FILAMENT c=16
|
||||
"Eject filament"
|
||||
|
||||
#MSG_EJECTING_FILAMENT c=20 r=1
|
||||
|
|
|
@ -250,9 +250,9 @@
|
|||
"E-correct:"
|
||||
"Korekce E:"
|
||||
|
||||
#MSG_EJECT_FILAMENT c=17 r=1
|
||||
#MSG_EJECT_FILAMENT c=16
|
||||
"Eject filament"
|
||||
"Vysunout filament"
|
||||
"Vysunout fil."
|
||||
|
||||
#MSG_EJECTING_FILAMENT c=20 r=1
|
||||
"Ejecting filament"
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
"E-correct:"
|
||||
"E-Korrektur:"
|
||||
|
||||
#MSG_EJECT_FILAMENT c=17 r=1
|
||||
#MSG_EJECT_FILAMENT c=16
|
||||
"Eject filament"
|
||||
"Filamentauswurf"
|
||||
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
"E-correct:"
|
||||
"Corregir-E:"
|
||||
|
||||
#MSG_EJECT_FILAMENT c=17 r=1
|
||||
#MSG_EJECT_FILAMENT c=16
|
||||
"Eject filament"
|
||||
"Expulsar fil."
|
||||
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
"E-correct:"
|
||||
"Correct-E:"
|
||||
|
||||
#MSG_EJECT_FILAMENT c=17 r=1
|
||||
#MSG_EJECT_FILAMENT c=16
|
||||
"Eject filament"
|
||||
"Remonter le fil."
|
||||
|
||||
|
|
|
@ -250,9 +250,9 @@
|
|||
"E-correct:"
|
||||
"Correzione-E:"
|
||||
|
||||
#MSG_EJECT_FILAMENT c=17 r=1
|
||||
#MSG_EJECT_FILAMENT c=16
|
||||
"Eject filament"
|
||||
"Espelli filamento"
|
||||
"Espelli fil."
|
||||
|
||||
#MSG_EJECTING_FILAMENT c=20 r=1
|
||||
"Ejecting filament"
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
"E-correct:"
|
||||
"Korekcja-E:"
|
||||
|
||||
#MSG_EJECT_FILAMENT c=17 r=1
|
||||
#MSG_EJECT_FILAMENT c=16
|
||||
"Eject filament"
|
||||
"Wysun filament"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue