mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- 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:
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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);
|
||||
|
@@ -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);
|
||||
|
||||
|
@@ -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,
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user