clearify headers for ausioplayer/internetradio setup

Origin commit data
------------------
Commit: 8314675161
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-08-17 (Thu, 17 Aug 2017)

Origin message was:
------------------
- clearify headers for ausioplayer/internetradio setup
This commit is contained in:
vanhofen
2017-08-17 21:49:43 +02:00
parent baa5b61294
commit 144f0754e0
6 changed files with 6 additions and 2 deletions

View File

@@ -203,6 +203,7 @@ audioplayer.streamripper_start Streamripper starten
audioplayer.streamripper_stop Streamripper stoppen
audioplayer.stop Stopp
audioplayer.title_artist Titel, Interpret
audioplayer_internetradio.name Audioplayer und Internetradio
blank_screen Blanker Bildschirm
bookmarkmanager.delete Löschen
bookmarkmanager.name Bookmarks

View File

@@ -203,6 +203,7 @@ audioplayer.streamripper_start Start streamripper
audioplayer.streamripper_stop Stop streamripper
audioplayer.stop Stop
audioplayer.title_artist Title, artist
audioplayer_internetradio.name Audioplayer and Internetradio
blank_screen Blank screen
bookmarkmanager.delete delete
bookmarkmanager.name bookmarks

View File

@@ -111,7 +111,7 @@ int CAudioPlayerSetup::showAudioPlayerSetup()
CMenuWidget* audioplayerSetup = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_SETTINGS, width, MN_WIDGET_ID_AUDIOSETUP);
audioplayerSetup->addIntroItems(LOCALE_AUDIOPLAYER_NAME);
audioplayerSetup->addIntroItems(LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME);
// display order
mc = new CMenuOptionChooser(LOCALE_AUDIOPLAYER_DISPLAY_ORDER, &g_settings.audioplayer_display, AUDIOPLAYER_DISPLAY_ORDER_OPTIONS, AUDIOPLAYER_DISPLAY_ORDER_OPTION_COUNT, true);

View File

@@ -87,7 +87,7 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
CMenuForwarder *mf;
CAudioPlayerSetup asetup;
mf = new CMenuForwarder(LOCALE_AUDIOPLAYER_NAME, true, NULL, &asetup, "", CRCInput::RC_red);
mf = new CMenuForwarder(LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME, true, NULL, &asetup, "", CRCInput::RC_red);
mf->setHint(NEUTRINO_ICON_HINT_APLAY, LOCALE_MENU_HINT_APLAY_SETUP);
mediaSetup->addItem(mf);

View File

@@ -230,6 +230,7 @@ typedef enum
LOCALE_AUDIOPLAYER_STREAMRIPPER_STOP,
LOCALE_AUDIOPLAYER_STOP,
LOCALE_AUDIOPLAYER_TITLE_ARTIST,
LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME,
LOCALE_BLANK_SCREEN,
LOCALE_BOOKMARKMANAGER_DELETE,
LOCALE_BOOKMARKMANAGER_NAME,

View File

@@ -230,6 +230,7 @@ const char * locale_real_names[] =
"audioplayer.streamripper_stop",
"audioplayer.stop",
"audioplayer.title_artist",
"audioplayer_internetradio.name",
"blank_screen",
"bookmarkmanager.delete",
"bookmarkmanager.name",