diff --git a/data/locale/deutsch.locale b/data/locale/deutsch.locale index 985072652..c4dcdd44c 100644 --- a/data/locale/deutsch.locale +++ b/data/locale/deutsch.locale @@ -198,10 +198,10 @@ audioplayer.select_title_by_name Titelsuche nach Name (SMS) audioplayer.show_playlist Playlist anzeigen audioplayer.shuffle Zufällig audioplayer.spectrum LCD Skala +audioplayer.stop Stopp audioplayer.streamripper_dir Streamripper-Verzeichnis 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 diff --git a/data/locale/english.locale b/data/locale/english.locale index e2b07d52d..a06fd154d 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -198,10 +198,10 @@ audioplayer.select_title_by_name Search title by name (SMS) audioplayer.show_playlist Show playlist audioplayer.shuffle Shuffle audioplayer.spectrum LCD spectrum +audioplayer.stop Stop audioplayer.streamripper_dir Streamripper directory 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 diff --git a/src/system/locals.h b/src/system/locals.h index c0669e26e..596726afe 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -225,10 +225,10 @@ typedef enum LOCALE_AUDIOPLAYER_SHOW_PLAYLIST, LOCALE_AUDIOPLAYER_SHUFFLE, LOCALE_AUDIOPLAYER_SPECTRUM, + LOCALE_AUDIOPLAYER_STOP, LOCALE_AUDIOPLAYER_STREAMRIPPER_DIR, LOCALE_AUDIOPLAYER_STREAMRIPPER_START, LOCALE_AUDIOPLAYER_STREAMRIPPER_STOP, - LOCALE_AUDIOPLAYER_STOP, LOCALE_AUDIOPLAYER_TITLE_ARTIST, LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME, LOCALE_BLANK_SCREEN, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 40a9cb971..74bd00449 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -225,10 +225,10 @@ const char * locale_real_names[] = "audioplayer.show_playlist", "audioplayer.shuffle", "audioplayer.spectrum", + "audioplayer.stop", "audioplayer.streamripper_dir", "audioplayer.streamripper_start", "audioplayer.streamripper_stop", - "audioplayer.stop", "audioplayer.title_artist", "audioplayer_internetradio.name", "blank_screen",