- locales: unify inetradio locales

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/locals.h
	src/system/locals_intern.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
vanhofen
2023-04-12 20:12:20 +02:00
committed by Thilo Graf
parent 14dcdc36e3
commit b4bf491a46
8 changed files with 12 additions and 12 deletions

View File

@@ -1394,8 +1394,8 @@ menu.hint_imageinfo Informationen über die installierte Software
menu.hint_inact_timer Ausschalten der Box nach Inaktivität in Minuten.\nDie Box geht automatisch in den Standby-Modus
menu.hint_inactive_back Ändern Sie die Hintergrundfarbe für deaktivierte Fensterinhalte
menu.hint_inactive_textcolor Ändern Sie die Textfarbe für deaktivierte Fensterinhalte
menu.hint_inet_radio Internetradio
menu.hint_inet_radio_autostart Spielt automatisch den ersten Eintrag der Favoriten-Liste ab
menu.hint_inetradio Internetradio
menu.hint_inetradio_autostart Spielt automatisch den ersten Eintrag der Favoriten-Liste ab
menu.hint_info Systeminformationen anzeigen.
menu.hint_infobar_back Ändern Sie die Hintergrundfarbe für die Infobar
menu.hint_infobar_buttons_usertitle Erzwingt die benutzerdefinierten Titel der Farbtasten

View File

@@ -1394,8 +1394,8 @@ menu.hint_imageinfo Information about installed software
menu.hint_inact_timer Shutdown box after inactivity
menu.hint_inactive_back Change inactive item background color
menu.hint_inactive_textcolor Change inactive item text color
menu.hint_inet_radio Internet radio
menu.hint_inet_radio_autostart Start play of first entry from favorites automatically
menu.hint_inetradio Internet radio
menu.hint_inetradio_autostart Start play of first entry from favorites automatically
menu.hint_info Show system informations.
menu.hint_infobar_back Change infobar background color
menu.hint_infobar_buttons_usertitle Forces userdefined titles for the color keys

View File

@@ -153,7 +153,7 @@ int CAudioPlayerSetup::showAudioPlayerSetup()
// internetradio autostart first entry from favorites
mc = new CMenuOptionChooser(LOCALE_INETRADIO_AUTOSTART, &g_settings.inetradio_autostart, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, NULL);
mc->setHint("", LOCALE_MENU_HINT_INET_RADIO_AUTOSTART);
mc->setHint("", LOCALE_MENU_HINT_INETRADIO_AUTOSTART);
audioplayerSetup->addItem(mc);
mc = new CMenuOptionChooser(LOCALE_AUDIOPLAYER_ENABLE_SC_METADATA, &g_settings.audioplayer_enable_sc_metadata, MESSAGEBOX_NO_YES_OPTIONS, MESSAGEBOX_NO_YES_OPTION_COUNT, true);

View File

@@ -147,7 +147,7 @@ int CMediaPlayerMenu::initMenuMedia(CMenuWidget *m, CPersonalizeGui *p)
// internet player
CMenuForwarder *fw_inet = new CMenuForwarder(LOCALE_INETRADIO_NAME, enabled, NULL, this, "inetplayer", CRCInput::RC_green);
fw_inet->setHint(NEUTRINO_ICON_HINT_INET_RADIO, LOCALE_MENU_HINT_INET_RADIO);
fw_inet->setHint(NEUTRINO_ICON_HINT_INETRADIO, LOCALE_MENU_HINT_INETRADIO);
personalize->addItem(multimedia_menu, fw_inet, &g_settings.personalize[SNeutrinoSettings::P_MEDIA_INETPLAY]);
// init movieplayer submenu

View File

@@ -427,7 +427,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
{
keyhelper.get(&key, &icon);
menu_item = new CMenuForwarder(LOCALE_INETRADIO_NAME, true, NULL, neutrino, "inetplayer", key, icon);
menu_item->setHint(NEUTRINO_ICON_HINT_INET_RADIO, LOCALE_MENU_HINT_INET_RADIO);
menu_item->setHint(NEUTRINO_ICON_HINT_INETRADIO, LOCALE_MENU_HINT_INETRADIO);
break;
}
case SNeutrinoSettings::ITEM_USER_MENU_29:

View File

@@ -157,7 +157,7 @@
#define NEUTRINO_ICON_HINT_AVINPUTMODE "hint_avinputmode"
#define NEUTRINO_ICON_HINT_AVINPUTMODE_PIP "hint_avinputmode_pip"
#define NEUTRINO_ICON_HINT_QUADPIP "hint_quadpip"
#define NEUTRINO_ICON_HINT_INET_RADIO "hint_inetradio"
#define NEUTRINO_ICON_HINT_INETRADIO "hint_inetradio"
#define NEUTRINO_ICON_HINT_MOVIE "hint_movie"
#define NEUTRINO_ICON_HINT_PICVIEW "hint_picview"
#define NEUTRINO_ICON_HINT_WEBRADIO "hint_webradio"

View File

@@ -1422,8 +1422,8 @@ typedef enum
LOCALE_MENU_HINT_INACT_TIMER,
LOCALE_MENU_HINT_INACTIVE_BACK,
LOCALE_MENU_HINT_INACTIVE_TEXTCOLOR,
LOCALE_MENU_HINT_INET_RADIO,
LOCALE_MENU_HINT_INET_RADIO_AUTOSTART,
LOCALE_MENU_HINT_INETRADIO,
LOCALE_MENU_HINT_INETRADIO_AUTOSTART,
LOCALE_MENU_HINT_INFO,
LOCALE_MENU_HINT_INFOBAR_BACK,
LOCALE_MENU_HINT_INFOBAR_BUTTONS_USERTITLE,

View File

@@ -1422,8 +1422,8 @@ const char * locale_real_names[] =
"menu.hint_inact_timer",
"menu.hint_inactive_back",
"menu.hint_inactive_textcolor",
"menu.hint_inet_radio",
"menu.hint_inet_radio_autostart",
"menu.hint_inetradio",
"menu.hint_inetradio_autostart",
"menu.hint_info",
"menu.hint_infobar_back",
"menu.hint_infobar_buttons_usertitle",