mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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:
|
||||||
|
@@ -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"
|
||||||
|
@@ -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,
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user