re-sort locals

Origin commit data
------------------
Branch: ni/coolstream
Commit: fddd6bbd5f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-08-18 (Fri, 18 Aug 2017)

Origin message was:
------------------
- re-sort locals

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-08-18 08:21:01 +02:00
parent 330752d9b7
commit 181f43c137
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

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

View File

@@ -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",