- clearify headers for ausioplayer/internetradio setup

Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	data/locale/deutsch.locale
#	data/locale/english.locale
#	src/system/locals.h
#	src/system/locals_intern.h
This commit is contained in:
svenhoefer
2017-08-17 21:49:43 +02:00
committed by Thilo Graf
parent 92f124743f
commit fc71434a0c
6 changed files with 6 additions and 2 deletions

View File

@@ -174,6 +174,7 @@ audioplayer.fastforward schneller Vorl.
audioplayer.follow Selektiere akt. Track
audioplayer.head Audio Playlist
audioplayer.highprio Hohe Decodier-Priorität
audioplayer.internetradio.name Audioplayer und Internetradio
audioplayer.jump_backwards rückw. springen
audioplayer.jump_dialog_hint1 Bitte Sprungziel eingeben
audioplayer.jump_dialog_hint2 (relativ, in Sekunden)

View File

@@ -174,6 +174,7 @@ audioplayer.fastforward Fast forward
audioplayer.follow Auto select current
audioplayer.head Audio Playlist
audioplayer.highprio High decode priority
audioplayer.internetradio.name Audioplayer and Internetradio
audioplayer.jump_backwards Jump backwards
audioplayer.jump_dialog_hint1 Please enter jump target
audioplayer.jump_dialog_hint2 (relative, in seconds)

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

@@ -89,7 +89,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

@@ -201,6 +201,7 @@ typedef enum
LOCALE_AUDIOPLAYER_FOLLOW,
LOCALE_AUDIOPLAYER_HEAD,
LOCALE_AUDIOPLAYER_HIGHPRIO,
LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME,
LOCALE_AUDIOPLAYER_JUMP_BACKWARDS,
LOCALE_AUDIOPLAYER_JUMP_DIALOG_HINT1,
LOCALE_AUDIOPLAYER_JUMP_DIALOG_HINT2,

View File

@@ -201,6 +201,7 @@ const char * locale_real_names[] =
"audioplayer.follow",
"audioplayer.head",
"audioplayer.highprio",
"audioplayer.internetradio.name",
"audioplayer.jump_backwards",
"audioplayer.jump_dialog_hint1",
"audioplayer.jump_dialog_hint2",