locales: unify inetradio locales

Origin commit data
------------------
Branch: ni/coolstream
Commit: 061812d0e8
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-04-12 (Wed, 12 Apr 2023)

Origin message was:
------------------
- locales: unify inetradio locales

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-04-12 20:12:20 +02:00
parent f648a7a192
commit e24e1d0527
7 changed files with 10 additions and 10 deletions

View File

@@ -1115,7 +1115,7 @@ imdb.data_votes Stimmen
imdb.data_website Webseite imdb.data_website Webseite
imdb.data_writer Drehbuchautor imdb.data_writer Drehbuchautor
inetradio.name Internetradio inetradio.name Internetradio
inetradio_autostart Internetradio Auto-Start inetradio.autostart Internetradio Auto-Start
infoicons_background Hintergrund anzeigen infoicons_background Hintergrund anzeigen
infoicons_flag_all Alle zurücksetzen infoicons_flag_all Alle zurücksetzen
infoicons_flag_del Benachrichtigungsdatei wird gelöscht infoicons_flag_del Benachrichtigungsdatei wird gelöscht
@@ -1476,7 +1476,7 @@ 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_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_back Ändern Sie die Hintergrundfarbe für deaktivierte Fensterinhalte
menu.hint_inactive_textcolor Ändern Sie die Textfarbe für deaktivierte Fensterinhalte menu.hint_inactive_textcolor Ändern Sie die Textfarbe für deaktivierte Fensterinhalte
menu.hint_inet_radio Internetradio menu.hint_inetradio Internetradio
menu.hint_inetradio_autostart Spielt automatisch den ersten Eintrag der Favoriten-Liste ab menu.hint_inetradio_autostart Spielt automatisch den ersten Eintrag der Favoriten-Liste ab
menu.hint_info Systeminformationen anzeigen. menu.hint_info Systeminformationen anzeigen.
menu.hint_infobar_analogclock Zeigt eine Analoguhr anstatt der digitalen Anzeige der Zeit menu.hint_infobar_analogclock Zeigt eine Analoguhr anstatt der digitalen Anzeige der Zeit

View File

@@ -1115,7 +1115,7 @@ imdb.data_votes Votes
imdb.data_website Website imdb.data_website Website
imdb.data_writer Screenplay author imdb.data_writer Screenplay author
inetradio.name Internetradio inetradio.name Internetradio
inetradio_autostart Internetradio auto-start inetradio.autostart Internetradio auto-start
infoicons_background Show background infoicons_background Show background
infoicons_flag_all Reset all infoicons_flag_all Reset all
infoicons_flag_del Flagfile deleted infoicons_flag_del Flagfile deleted
@@ -1476,7 +1476,7 @@ menu.hint_imageinfo Information about installed software
menu.hint_inact_timer Shutdown box after inactivity menu.hint_inact_timer Shutdown box after inactivity
menu.hint_inactive_back Change inactive item background color menu.hint_inactive_back Change inactive item background color
menu.hint_inactive_textcolor Change inactive item text color menu.hint_inactive_textcolor Change inactive item text color
menu.hint_inet_radio Internet radio menu.hint_inetradio Internet radio
menu.hint_inetradio_autostart Start play of first entry from favorites automatically menu.hint_inetradio_autostart Start play of first entry from favorites automatically
menu.hint_info Show system informations. menu.hint_info Show system informations.
menu.hint_infobar_analogclock Shows an analog clock instead of the digital display of the time menu.hint_infobar_analogclock Shows an analog clock instead of the digital display of the time

View File

@@ -152,7 +152,7 @@ int CMediaPlayerMenu::initMenuMedia(CMenuWidget *m, CPersonalizeGui *p)
// internet player // internet player
CMenuForwarder *fw_inet = new CMenuForwarder(LOCALE_INETRADIO_NAME, enabled, NULL, this, "inetplayer", CRCInput::RC_green); 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]); personalize->addItem(multimedia_menu, fw_inet, &g_settings.personalize[SNeutrinoSettings::P_MEDIA_INETPLAY]);
// init movieplayer submenu // init movieplayer submenu

View File

@@ -428,7 +428,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
{ {
keyhelper.get(&key, &icon); keyhelper.get(&key, &icon);
menu_item = new CMenuForwarder(LOCALE_INETRADIO_NAME, true, NULL, neutrino, "inetplayer", 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; break;
} }
case SNeutrinoSettings::ITEM_TUNER_RESTART: case SNeutrinoSettings::ITEM_TUNER_RESTART:

View File

@@ -157,7 +157,7 @@
#define NEUTRINO_ICON_HINT_AVINPUTMODE "hint_avinputmode" #define NEUTRINO_ICON_HINT_AVINPUTMODE "hint_avinputmode"
#define NEUTRINO_ICON_HINT_AVINPUTMODE_PIP "hint_avinputmode_pip" #define NEUTRINO_ICON_HINT_AVINPUTMODE_PIP "hint_avinputmode_pip"
#define NEUTRINO_ICON_HINT_QUADPIP "hint_quadpip" #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_MOVIE "hint_movie"
#define NEUTRINO_ICON_HINT_PICVIEW "hint_picview" #define NEUTRINO_ICON_HINT_PICVIEW "hint_picview"
#define NEUTRINO_ICON_HINT_WEBRADIO "hint_webradio" #define NEUTRINO_ICON_HINT_WEBRADIO "hint_webradio"

View File

@@ -1503,7 +1503,7 @@ typedef enum
LOCALE_MENU_HINT_INACT_TIMER, LOCALE_MENU_HINT_INACT_TIMER,
LOCALE_MENU_HINT_INACTIVE_BACK, LOCALE_MENU_HINT_INACTIVE_BACK,
LOCALE_MENU_HINT_INACTIVE_TEXTCOLOR, LOCALE_MENU_HINT_INACTIVE_TEXTCOLOR,
LOCALE_MENU_HINT_INET_RADIO, LOCALE_MENU_HINT_INETRADIO,
LOCALE_MENU_HINT_INETRADIO_AUTOSTART, LOCALE_MENU_HINT_INETRADIO_AUTOSTART,
LOCALE_MENU_HINT_INFO, LOCALE_MENU_HINT_INFO,
LOCALE_MENU_HINT_INFOBAR_ANALOGCLOCK, LOCALE_MENU_HINT_INFOBAR_ANALOGCLOCK,

View File

@@ -1142,7 +1142,7 @@ const char * locale_real_names[] =
"imdb.data_website", "imdb.data_website",
"imdb.data_writer", "imdb.data_writer",
"inetradio.name", "inetradio.name",
"inetradio_autostart", "inetradio.autostart",
"infoicons_background", "infoicons_background",
"infoicons_flag_all", "infoicons_flag_all",
"infoicons_flag_del", "infoicons_flag_del",
@@ -1503,7 +1503,7 @@ const char * locale_real_names[] =
"menu.hint_inact_timer", "menu.hint_inact_timer",
"menu.hint_inactive_back", "menu.hint_inactive_back",
"menu.hint_inactive_textcolor", "menu.hint_inactive_textcolor",
"menu.hint_inet_radio", "menu.hint_inetradio",
"menu.hint_inetradio_autostart", "menu.hint_inetradio_autostart",
"menu.hint_info", "menu.hint_info",
"menu.hint_infobar_analogclock", "menu.hint_infobar_analogclock",