- re-sort locals

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-08-18 08:21:01 +02:00
committed by Thilo Graf
parent fc71434a0c
commit 8f58b33167
4 changed files with 4 additions and 4 deletions

View File

@@ -201,10 +201,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
bookmarkmanager.delete Löschen
bookmarkmanager.name Bookmarks

View File

@@ -201,10 +201,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
bookmarkmanager.delete delete
bookmarkmanager.name bookmarks

View File

@@ -228,10 +228,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_BOOKMARKMANAGER_DELETE,
LOCALE_BOOKMARKMANAGER_NAME,

View File

@@ -228,10 +228,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",
"bookmarkmanager.delete",
"bookmarkmanager.name",