Skip to content

Commit

Permalink
🚸 MSG_LEDS => MSG_LIGHTS
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 13, 2024
1 parent a6493e0 commit 3639c90
Show file tree
Hide file tree
Showing 37 changed files with 109 additions and 56 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/lcd/e3v2/proui/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@ void drawFilSetMenu() {
if (SET_MENU(ledControlMenu, MSG_LED_CONTROL, 10)) {
BACK_ITEM((currentMenu == tuneMenu) ? drawTuneMenu : drawControlMenu);
#if !ALL(CASE_LIGHT_MENU, CASE_LIGHT_USE_NEOPIXEL)
EDIT_ITEM(ICON_LedControl, MSG_LEDS, onDrawChkbMenu, setLedStatus, &leds.lights_on);
EDIT_ITEM(ICON_LedControl, MSG_LIGHTS, onDrawChkbMenu, setLedStatus, &leds.lights_on);
#endif
#if HAS_COLOR_LEDS
#if ENABLED(LED_COLOR_PRESETS)
Expand Down Expand Up @@ -3450,7 +3450,7 @@ void drawTuneMenu() {
MENU_ITEM(ICON_LedControl, MSG_LED_CONTROL, onDrawSubMenu, drawLedControlMenu);
#endif
#elif ENABLED(LED_CONTROL_MENU) && DISABLED(CASE_LIGHT_USE_NEOPIXEL)
EDIT_ITEM(ICON_LedControl, MSG_LEDS, onDrawChkbMenu, setLedStatus, &leds.lights_on);
EDIT_ITEM(ICON_LedControl, MSG_LIGHTS, onDrawChkbMenu, setLedStatus, &leds.lights_on);
#endif
}
updateMenu(tuneMenu);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using namespace Theme;
void CaseLightScreen::onRedraw(draw_mode_t what) {
widgets_t w(what);
w.heading( GET_TEXT_F(MSG_CASE_LIGHT));
w.toggle( 2, GET_TEXT_F(MSG_LEDS), getCaseLightState());
w.toggle( 2, GET_TEXT_F(MSG_LIGHTS), getCaseLightState());
#if DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
w.precision(0).units(GET_TEXT_F(MSG_UNITS_PERCENT))
.adjuster(10, GET_TEXT_F(MSG_CASE_LIGHT_BRIGHTNESS), getCaseLightBrightness_percent());
Expand Down
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_an.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,5 @@ namespace LanguageTall_an {

namespace Language_an {
using namespace LanguageTall_an;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_bg.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,5 @@ namespace LanguageTall_bg {

namespace Language_bg {
using namespace LanguageTall_bg;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_ca.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,5 @@ namespace LanguageTall_ca {

namespace Language_ca {
using namespace LanguageTall_ca;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_cz.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ namespace LanguageNarrow_cz {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7. Uložit síť bodů");

LSTR MSG_LED_CONTROL = _UxGT("Nastavení LED");
LSTR MSG_LEDS = _UxGT("Světla");
LSTR MSG_LIGHTS = _UxGT("Světla");
LSTR MSG_LIGHTS_N = _UxGT("Světla #{");
LSTR MSG_LED_PRESETS = _UxGT("Světla Předvolby");
LSTR MSG_SET_LEDS_RED = _UxGT("Červená");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Oranžová");
Expand Down Expand Up @@ -574,4 +575,5 @@ namespace LanguageTall_cz {

namespace Language_cz {
using namespace LanguageTall_cz;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_da.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,5 @@ namespace LanguageTall_da {

namespace Language_da {
using namespace LanguageTall_da;
// Add your own custom string overrides here
}
5 changes: 3 additions & 2 deletions Marlin/src/lcd/language/language_de.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ namespace LanguageNarrow_de {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7.Bettnetz speichern");

LSTR MSG_LED_CONTROL = _UxGT("Licht-Steuerung");
LSTR MSG_LEDS = _UxGT("Licht");
LSTR MSG_LIGHTS = _UxGT("Licht");
LSTR MSG_LIGHTS_N = _UxGT("Licht #{");
LSTR MSG_LED_PRESETS = _UxGT("Licht-Einstellung");
LSTR MSG_SET_LEDS_RED = _UxGT("Rot");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Orange");
Expand All @@ -266,7 +267,6 @@ namespace LanguageNarrow_de {
LSTR MSG_SET_LEDS_WHITE = _UxGT("Weiß");
LSTR MSG_SET_LEDS_DEFAULT = _UxGT("Standard");
LSTR MSG_LED_CHANNEL_N = _UxGT("Kanal {");
LSTR MSG_LEDS2 = _UxGT("Lichter #2");
LSTR MSG_NEO2_PRESETS = _UxGT("Licht #2 Voreinst.");
LSTR MSG_NEO2_BRIGHTNESS = _UxGT("Helligkeit");
LSTR MSG_CUSTOM_LEDS = _UxGT("Benutzerdefiniert");
Expand Down Expand Up @@ -792,4 +792,5 @@ namespace LanguageTall_de {

namespace Language_de {
using namespace LanguageTall_de;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_el.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ namespace LanguageTall_el {

namespace Language_el {
using namespace LanguageTall_el;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_el_gr.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,5 @@ namespace LanguageTall_el_gr {

namespace Language_el_gr {
using namespace LanguageTall_el_gr;
// Add your own custom string overrides here
}
5 changes: 3 additions & 2 deletions Marlin/src/lcd/language/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ namespace LanguageNarrow_en {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7. Save Bed Mesh");

LSTR MSG_LED_CONTROL = _UxGT("LED Control");
LSTR MSG_LEDS = _UxGT("Lights");
LSTR MSG_LIGHTS = _UxGT("Lights");
LSTR MSG_LIGHTS_N = _UxGT("Lights #{");
LSTR MSG_LED_PRESETS = _UxGT("Light Presets");
LSTR MSG_SET_LEDS_RED = _UxGT("Red");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Orange");
Expand All @@ -322,7 +323,6 @@ namespace LanguageNarrow_en {
LSTR MSG_SET_LEDS_WHITE = _UxGT("White");
LSTR MSG_SET_LEDS_DEFAULT = _UxGT("Default");
LSTR MSG_LED_CHANNEL_N = _UxGT("Channel {");
LSTR MSG_LEDS2 = _UxGT("Lights #2");
LSTR MSG_NEO2_PRESETS = _UxGT("Light #2 Presets");
LSTR MSG_NEO2_BRIGHTNESS = _UxGT("Brightness");
LSTR MSG_CUSTOM_LEDS = _UxGT("Custom Lights");
Expand Down Expand Up @@ -1120,4 +1120,5 @@ namespace LanguageTall_en {

namespace Language_en {
using namespace LanguageTall_en;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_es.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ namespace LanguageNarrow_es {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7.Guardar Mall. cama");

LSTR MSG_LED_CONTROL = _UxGT("Control LED");
LSTR MSG_LEDS = _UxGT("LEDS");
LSTR MSG_LIGHTS = _UxGT("Luces");
LSTR MSG_LIGHTS_N = _UxGT("Luces #{");
LSTR MSG_LED_PRESETS = _UxGT("Color predefinido");
LSTR MSG_SET_LEDS_RED = _UxGT("Rojo");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Naranja");
Expand Down Expand Up @@ -579,4 +580,5 @@ namespace LanguageTall_es {

namespace Language_es {
using namespace LanguageTall_es;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_eu.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ namespace LanguageNarrow_eu {
LSTR MSG_UBL_MESH_LEVEL = _UxGT("Sarea berdindu");
LSTR MSG_UBL_MAP_TYPE = _UxGT("Mapa mota");
LSTR MSG_LED_CONTROL = _UxGT("LED ezarpenak");
LSTR MSG_LEDS = _UxGT("Argiak");
LSTR MSG_LIGHTS = _UxGT("Argiak");
LSTR MSG_LIGHTS_N = _UxGT("Argiak #{");
LSTR MSG_LED_PRESETS = _UxGT("Argi aurrehautaketak");
LSTR MSG_SET_LEDS_RED = _UxGT("Gorria");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Laranja");
Expand Down Expand Up @@ -324,4 +325,5 @@ namespace LanguageTall_eu {

namespace Language_eu {
using namespace LanguageTall_eu;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_fi.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,5 @@ namespace LanguageTall_fi {

namespace Language_fi {
using namespace LanguageTall_fi;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_fr.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ namespace LanguageNarrow_fr {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7.Stocker grille");

LSTR MSG_LED_CONTROL = _UxGT("Contrôle LED");
LSTR MSG_LEDS = _UxGT("Lumière");
LSTR MSG_LIGHTS = _UxGT("Lumière");
LSTR MSG_LIGHTS_N = _UxGT("Lumière #{");
LSTR MSG_LED_PRESETS = _UxGT("Préregl. LED");
LSTR MSG_SET_LEDS_RED = _UxGT("Rouge");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Orange");
Expand Down Expand Up @@ -653,4 +654,5 @@ namespace LanguageTall_fr {

namespace Language_fr {
using namespace LanguageTall_fr;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_fr_na.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ namespace LanguageNarrow_fr_na {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7.Stocker grille");

LSTR MSG_LED_CONTROL = _UxGT("Controle LED");
LSTR MSG_LEDS = _UxGT("Lumiere");
LSTR MSG_LIGHTS = _UxGT("Lumiere");
LSTR MSG_LIGHTS_N = _UxGT("Lumiere #{");
LSTR MSG_LED_PRESETS = _UxGT("Preregl. LED");
LSTR MSG_SET_LEDS_RED = _UxGT("Rouge");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Orange");
Expand Down Expand Up @@ -653,4 +654,5 @@ namespace LanguageTall_fr_na {

namespace Language_fr_na {
using namespace LanguageTall_fr_na;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_gl.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ namespace LanguageNarrow_gl {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7. Gardar Malla Cama");

LSTR MSG_LED_CONTROL = _UxGT("Control LED");
LSTR MSG_LEDS = _UxGT("Luces");
LSTR MSG_LIGHTS = _UxGT("Luces");
LSTR MSG_LIGHTS_N = _UxGT("Luces #{");
LSTR MSG_LED_PRESETS = _UxGT("Axustes Luz");
LSTR MSG_SET_LEDS_RED = _UxGT("Vermello");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Laranxa");
Expand Down Expand Up @@ -593,4 +594,5 @@ namespace LanguageTall_gl {

namespace Language_gl {
using namespace LanguageTall_gl;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_hr.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,5 @@ namespace LanguageTall_hr {

namespace Language_hr {
using namespace LanguageTall_hr;
// Add your own custom string overrides here
}
5 changes: 3 additions & 2 deletions Marlin/src/lcd/language/language_hu.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ namespace LanguageNarrow_hu {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7. Ágy háló mentése");

LSTR MSG_LED_CONTROL = _UxGT("LED vezérlés");
LSTR MSG_LEDS = _UxGT("Világítás");
LSTR MSG_LIGHTS = _UxGT("Világítás");
LSTR MSG_LIGHTS_N = _UxGT("Világítás #{");
LSTR MSG_LED_PRESETS = _UxGT("Beállított színek");
LSTR MSG_SET_LEDS_RED = _UxGT("Piros");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Narancs");
Expand All @@ -238,7 +239,6 @@ namespace LanguageNarrow_hu {
LSTR MSG_SET_LEDS_WHITE = _UxGT("Fehér");
LSTR MSG_SET_LEDS_DEFAULT = _UxGT("Alapérték");
LSTR MSG_LED_CHANNEL_N = _UxGT("Csatorna {");
LSTR MSG_LEDS2 = _UxGT("LED-ek #2");
LSTR MSG_NEO2_PRESETS = _UxGT("Fény #2 megadott");
LSTR MSG_NEO2_BRIGHTNESS = _UxGT("Fényerö");
LSTR MSG_CUSTOM_LEDS = _UxGT("Egyéni szín");
Expand Down Expand Up @@ -691,4 +691,5 @@ namespace LanguageTall_hu {

namespace Language_hu {
using namespace LanguageTall_hu;
// Add your own custom string overrides here
}
5 changes: 3 additions & 2 deletions Marlin/src/lcd/language/language_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ namespace LanguageNarrow_it {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7.Salva mesh piatto");

LSTR MSG_LED_CONTROL = _UxGT("Controllo LED");
LSTR MSG_LEDS = _UxGT("Luci");
LSTR MSG_LIGHTS = _UxGT("Luci");
LSTR MSG_LIGHTS_N = _UxGT("Luci #{");
LSTR MSG_LED_PRESETS = _UxGT("Presets luce");
LSTR MSG_SET_LEDS_RED = _UxGT("Rosso");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Arancione");
Expand All @@ -287,7 +288,6 @@ namespace LanguageNarrow_it {
LSTR MSG_SET_LEDS_WHITE = _UxGT("Bianco");
LSTR MSG_SET_LEDS_DEFAULT = _UxGT("Predefinito");
LSTR MSG_LED_CHANNEL_N = _UxGT("Canale {");
LSTR MSG_LEDS2 = _UxGT("Luci #2");
LSTR MSG_NEO2_PRESETS = _UxGT("Presets luce #2");
LSTR MSG_NEO2_BRIGHTNESS = _UxGT("Luminosità");
LSTR MSG_CUSTOM_LEDS = _UxGT("Luci personalizzate");
Expand Down Expand Up @@ -900,4 +900,5 @@ namespace LanguageTall_it {

namespace Language_it {
using namespace LanguageTall_it;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_jp_kana.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,5 @@ namespace LanguageTall_jp_kana {

namespace Language_jp_kana {
using namespace LanguageTall_jp_kana;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_ko_KR.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ namespace LanguageTall_ko_KR {

namespace Language_ko_KR {
using namespace LanguageTall_ko_KR;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_nl.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,5 @@ namespace LanguageTall_nl {

namespace Language_nl {
using namespace LanguageTall_nl;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_pl.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ namespace LanguageNarrow_pl {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7. Zapis siatki stołu");

LSTR MSG_LED_CONTROL = _UxGT("Sterowanie LED");
LSTR MSG_LEDS = _UxGT("Światła");
LSTR MSG_LIGHTS = _UxGT("Światła");
LSTR MSG_LIGHTS_N = _UxGT("Światła #{");
LSTR MSG_LED_PRESETS = _UxGT("Ustawienia świateł");
LSTR MSG_SET_LEDS_RED = _UxGT("Czerwony");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Pomarańczowy");
Expand Down Expand Up @@ -538,4 +539,5 @@ namespace LanguageTall_pl {

namespace Language_pl {
using namespace LanguageTall_pl;
// Add your own custom string overrides here
}
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_pt.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,5 @@ namespace LanguageTall_pt {

namespace Language_pt {
using namespace LanguageTall_pt;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_pt_br.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ namespace LanguageNarrow_pt_br {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7.Salvar Malha");

LSTR MSG_LED_CONTROL = _UxGT("Controle do LED");
LSTR MSG_LEDS = _UxGT("Luz");
LSTR MSG_LIGHTS = _UxGT("Luz");
LSTR MSG_LIGHTS_N = _UxGT("Luz #{");
LSTR MSG_LED_PRESETS = _UxGT("Configuração da Luz");
LSTR MSG_SET_LEDS_RED = _UxGT("Luz Vermelha");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Luz Laranja");
Expand Down Expand Up @@ -483,4 +484,5 @@ namespace LanguageTall_pt_br {

namespace Language_pt_br {
using namespace LanguageTall_pt_br;
// Add your own custom string overrides here
}
4 changes: 3 additions & 1 deletion Marlin/src/lcd/language/language_ro.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ namespace LanguageNarrow_ro {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7. Save Bed Mesh");

LSTR MSG_LED_CONTROL = _UxGT("LED Control");
LSTR MSG_LEDS = _UxGT("Lights");
LSTR MSG_LIGHTS = _UxGT("Lights");
LSTR MSG_LIGHTS_N = _UxGT("Lights #{");
LSTR MSG_LED_PRESETS = _UxGT("Light Presets");
LSTR MSG_SET_LEDS_RED = _UxGT("Red");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Orange");
Expand Down Expand Up @@ -607,4 +608,5 @@ namespace LanguageTall_ro {

namespace Language_ro {
using namespace LanguageTall_ro;
// Add your own custom string overrides here
}
5 changes: 3 additions & 2 deletions Marlin/src/lcd/language/language_ru.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ namespace LanguageNarrow_ru {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7.Сохранить сетку");

LSTR MSG_LED_CONTROL = _UxGT("Настройка подсветки");
LSTR MSG_LEDS = _UxGT("Подсветка");
LSTR MSG_LIGHTS = _UxGT("Подсветка");
LSTR MSG_LIGHTS_N = _UxGT("Подсветка #{");
LSTR MSG_LED_PRESETS = _UxGT("Предустановки света");
LSTR MSG_SET_LEDS_RED = _UxGT("Красный");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Оранжевый");
Expand All @@ -238,7 +239,6 @@ namespace LanguageNarrow_ru {
LSTR MSG_SET_LEDS_WHITE = _UxGT("Белый");
LSTR MSG_SET_LEDS_DEFAULT = _UxGT("Свет по умолчанию");
LSTR MSG_LED_CHANNEL_N = _UxGT("Канал {");
LSTR MSG_LEDS2 = _UxGT("Свет #2");
LSTR MSG_NEO2_PRESETS = _UxGT("Свет #2 предустан.");
LSTR MSG_NEO2_BRIGHTNESS = _UxGT("Яркость");
LSTR MSG_CUSTOM_LEDS = _UxGT("Свой цвет подсветки");
Expand Down Expand Up @@ -930,4 +930,5 @@ namespace LanguageTall_ru {

namespace Language_ru {
using namespace LanguageTall_ru;
// Add your own custom string overrides here
}
5 changes: 3 additions & 2 deletions Marlin/src/lcd/language/language_sk.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ namespace LanguageNarrow_sk {
LSTR MSG_UBL_7_SAVE_MESH = _UxGT("7.Uložiť sieť bodov");

LSTR MSG_LED_CONTROL = _UxGT("Nastavenie LED");
LSTR MSG_LEDS = _UxGT("Svetlo");
LSTR MSG_LIGHTS = _UxGT("Svetlo");
LSTR MSG_LIGHTS_N = _UxGT("Svetlo #{");
LSTR MSG_LED_PRESETS = _UxGT("Predvolby svetla");
LSTR MSG_SET_LEDS_RED = _UxGT("Červená");
LSTR MSG_SET_LEDS_ORANGE = _UxGT("Oranžová");
Expand All @@ -283,7 +284,6 @@ namespace LanguageNarrow_sk {
LSTR MSG_SET_LEDS_WHITE = _UxGT("Biela");
LSTR MSG_SET_LEDS_DEFAULT = _UxGT("Obnoviť nastavenie");
LSTR MSG_LED_CHANNEL_N = _UxGT("Kanál {");
LSTR MSG_LEDS2 = _UxGT("Svetlo #2");
LSTR MSG_NEO2_PRESETS = _UxGT("Predvolby svetla #2");
LSTR MSG_NEO2_BRIGHTNESS = _UxGT("Jas");
LSTR MSG_CUSTOM_LEDS = _UxGT("Vlastná farba");
Expand Down Expand Up @@ -838,4 +838,5 @@ namespace LanguageTall_sk {

namespace Language_sk {
using namespace LanguageTall_sk;
// Add your own custom string overrides here
}
Loading

0 comments on commit 3639c90

Please sign in to comment.