re-sort locals

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

Origin message was:
------------------
- re-sort locals
This commit is contained in:
vanhofen
2017-08-18 08:21:01 +02:00
parent 144f0754e0
commit b63172033c
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.show_playlist Playlist anzeigen
audioplayer.shuffle Zufällig audioplayer.shuffle Zufällig
audioplayer.spectrum LCD Skala audioplayer.spectrum LCD Skala
audioplayer.stop Stopp
audioplayer.streamripper_dir Streamripper-Verzeichnis audioplayer.streamripper_dir Streamripper-Verzeichnis
audioplayer.streamripper_start Streamripper starten audioplayer.streamripper_start Streamripper starten
audioplayer.streamripper_stop Streamripper stoppen audioplayer.streamripper_stop Streamripper stoppen
audioplayer.stop Stopp
audioplayer.title_artist Titel, Interpret audioplayer.title_artist Titel, Interpret
audioplayer_internetradio.name Audioplayer und Internetradio audioplayer_internetradio.name Audioplayer und Internetradio
blank_screen Blanker Bildschirm 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.show_playlist Show playlist
audioplayer.shuffle Shuffle audioplayer.shuffle Shuffle
audioplayer.spectrum LCD spectrum audioplayer.spectrum LCD spectrum
audioplayer.stop Stop
audioplayer.streamripper_dir Streamripper directory audioplayer.streamripper_dir Streamripper directory
audioplayer.streamripper_start Start streamripper audioplayer.streamripper_start Start streamripper
audioplayer.streamripper_stop Stop streamripper audioplayer.streamripper_stop Stop streamripper
audioplayer.stop Stop
audioplayer.title_artist Title, artist audioplayer.title_artist Title, artist
audioplayer_internetradio.name Audioplayer and Internetradio audioplayer_internetradio.name Audioplayer and Internetradio
blank_screen Blank screen blank_screen Blank screen

View File

@@ -225,10 +225,10 @@ typedef enum
LOCALE_AUDIOPLAYER_SHOW_PLAYLIST, LOCALE_AUDIOPLAYER_SHOW_PLAYLIST,
LOCALE_AUDIOPLAYER_SHUFFLE, LOCALE_AUDIOPLAYER_SHUFFLE,
LOCALE_AUDIOPLAYER_SPECTRUM, LOCALE_AUDIOPLAYER_SPECTRUM,
LOCALE_AUDIOPLAYER_STOP,
LOCALE_AUDIOPLAYER_STREAMRIPPER_DIR, LOCALE_AUDIOPLAYER_STREAMRIPPER_DIR,
LOCALE_AUDIOPLAYER_STREAMRIPPER_START, LOCALE_AUDIOPLAYER_STREAMRIPPER_START,
LOCALE_AUDIOPLAYER_STREAMRIPPER_STOP, LOCALE_AUDIOPLAYER_STREAMRIPPER_STOP,
LOCALE_AUDIOPLAYER_STOP,
LOCALE_AUDIOPLAYER_TITLE_ARTIST, LOCALE_AUDIOPLAYER_TITLE_ARTIST,
LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME, LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME,
LOCALE_BLANK_SCREEN, LOCALE_BLANK_SCREEN,

View File

@@ -225,10 +225,10 @@ const char * locale_real_names[] =
"audioplayer.show_playlist", "audioplayer.show_playlist",
"audioplayer.shuffle", "audioplayer.shuffle",
"audioplayer.spectrum", "audioplayer.spectrum",
"audioplayer.stop",
"audioplayer.streamripper_dir", "audioplayer.streamripper_dir",
"audioplayer.streamripper_start", "audioplayer.streamripper_start",
"audioplayer.streamripper_stop", "audioplayer.streamripper_stop",
"audioplayer.stop",
"audioplayer.title_artist", "audioplayer.title_artist",
"audioplayer_internetradio.name", "audioplayer_internetradio.name",
"blank_screen", "blank_screen",