mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
🌐 Remove unused strings
This commit is contained in:
parent
ded810cebf
commit
6044cb9955
6 changed files with 0 additions and 12 deletions
|
@ -54,8 +54,6 @@ namespace Language_de {
|
|||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Software-Endstopp");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Hauptmenü");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Erw. Einstellungen");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Toolbar Einstellung");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Option Deaktiviert");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Konfiguration");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Autostart");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Motoren deaktivieren"); // M84 :: Max length 19 characters
|
||||
|
|
|
@ -69,8 +69,6 @@ namespace Language_en {
|
|||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft Endstops");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Main Menu");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Advanced Settings");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Toolbar Setup");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Option Disabled");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Configuration");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Run Auto Files");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Disable Steppers");
|
||||
|
|
|
@ -64,8 +64,6 @@ namespace Language_it {
|
|||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Finecorsa Soft");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu principale");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Impostaz. avanzate");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Cnf barra strumenti");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Opzione disab.");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Configurazione");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Esegui files auto");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Disabilita Motori");
|
||||
|
|
|
@ -52,8 +52,6 @@ namespace Language_ru {
|
|||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Расшир. настройки");
|
||||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Переполн. вызова");
|
||||
#endif
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Настр. инструменты");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Опция отключена");
|
||||
LSTR MSG_MEDIA_READ_ERROR = _UxGT("Ошибка чтения");
|
||||
LSTR MSG_MEDIA_USB_REMOVED = _UxGT("USB диск удалён");
|
||||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("Ошибка USB диска");
|
||||
|
|
|
@ -67,8 +67,6 @@ namespace Language_sk {
|
|||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft. endstopy");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Hlavná ponuka");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Pokročilé nastav.");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Panel nástrojov");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Možnosť vypnutá");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Konfigurácia");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Auto-štart");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Uvolniť motory");
|
||||
|
|
|
@ -57,8 +57,6 @@ namespace Language_tr {
|
|||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Yazılımsal Endstops");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Ana");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Gelişmiş Ayarlar");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Araç Çubuğu Kurulumu");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Seçenek Devre Dışı");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Yapılandırma");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Oto. Başlat");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Motorları Durdur");
|
||||
|
|
Loading…
Reference in a new issue