diff --git a/data/locale/deutsch.locale b/data/locale/deutsch.locale index 45219ad73..f24527f8a 100644 --- a/data/locale/deutsch.locale +++ b/data/locale/deutsch.locale @@ -2674,15 +2674,15 @@ timing.numericzap Umschalten mit Zifferntasten timing.popup_messages Popup Meldungen timing.static_messages Interaktive Meldungen timing.volumebar Lautstärkeanzeige +tmdb.api_key TMDb API Schlüssel +tmdb.enabled TMDb-Unterstützung +tmdb.info TMDb-Info +tmdb.read_data Suche TMDb-Daten ... tunersetup.cable Kabel (DVB-C) tunersetup.hybrid Hybrid (DVB-C/T/T2) tunersetup.mode Betriebsmodus tunersetup.power 5V-Versorgung bei DVB-T/T2 Kanälen tunersetup.terr Terrestrisch (DVB-T/T2) -tmdb.api_key TMDb API Schlüssel -tmdb.enabled TMDb-Unterstützung -tmdb.info TMDb-Info -tmdb.read_data Suche TMDb-Daten ... unicable.lnb Unicable Eingang unicable.qrg Unicable Frequenz unicable.scr Unicable SCR diff --git a/data/locale/english.locale b/data/locale/english.locale index 2f7955b3e..f8b30f5fe 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -2674,15 +2674,15 @@ timing.numericzap Numeric Zap timing.popup_messages Popup messages timing.static_messages Interactive messages timing.volumebar Volume bar +tmdb.api_key TMDb API key +tmdb.enabled TMDb support +tmdb.info TMDb-Info +tmdb.read_data Search TMDb data ... tunersetup.cable Cable (DVB-C) tunersetup.hybrid Hybrid (DVB-C/T/T2) tunersetup.mode Operation mode tunersetup.power 5V supply on DVB-T/T2 channels tunersetup.terr Terrestrial (DVB-T/T2) -tmdb.api_key TMDb API key -tmdb.enabled TMDb support -tmdb.info TMDb-Info -tmdb.read_data Search TMDb data ... unicable.lnb Unicable Input unicable.qrg Unicable Frequency unicable.scr Unicable SCR diff --git a/src/system/locals.h b/src/system/locals.h index f3e2a6bd4..269367aed 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -2701,15 +2701,15 @@ typedef enum LOCALE_TIMING_POPUP_MESSAGES, LOCALE_TIMING_STATIC_MESSAGES, LOCALE_TIMING_VOLUMEBAR, + LOCALE_TMDB_API_KEY, + LOCALE_TMDB_ENABLED, + LOCALE_TMDB_INFO, + LOCALE_TMDB_READ_DATA, LOCALE_TUNERSETUP_CABLE, LOCALE_TUNERSETUP_HYBRID, LOCALE_TUNERSETUP_MODE, LOCALE_TUNERSETUP_POWER, LOCALE_TUNERSETUP_TERR, - LOCALE_TMDB_API_KEY, - LOCALE_TMDB_ENABLED, - LOCALE_TMDB_INFO, - LOCALE_TMDB_READ_DATA, LOCALE_UNICABLE_LNB, LOCALE_UNICABLE_QRG, LOCALE_UNICABLE_SCR, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 7aa8f2a4a..d154a55dc 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -2701,15 +2701,15 @@ const char * locale_real_names[] = "timing.popup_messages", "timing.static_messages", "timing.volumebar", + "tmdb.api_key", + "tmdb.enabled", + "tmdb.info", + "tmdb.read_data", "tunersetup.cable", "tunersetup.hybrid", "tunersetup.mode", "tunersetup.power", "tunersetup.terr", - "tmdb.api_key", - "tmdb.enabled", - "tmdb.info", - "tmdb.read_data", "unicable.lnb", "unicable.qrg", "unicable.scr",