Sort locales

Origin commit data
------------------
Commit: 2dee0e1047
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-03-04 (Fri, 04 Mar 2016)
This commit is contained in:
Michael Liebmann
2016-03-04 13:57:02 +01:00
parent 43f91c0db9
commit f39fd3de29
4 changed files with 4 additions and 4 deletions

View File

@@ -1789,9 +1789,9 @@ movieplayer.bookmarkname Bookmark Name
movieplayer.bookmarkname_hint1 Geben Sie den Namen für das neue Lesezeichen ein movieplayer.bookmarkname_hint1 Geben Sie den Namen für das neue Lesezeichen ein
movieplayer.bookmarkname_hint2 movieplayer.bookmarkname_hint2
movieplayer.chapters Kapitel movieplayer.chapters Kapitel
movieplayer.plugin Movieplayer-Plugin
movieplayer.fileplayback Abspielen (Multiformat) movieplayer.fileplayback Abspielen (Multiformat)
movieplayer.head Movieplayer movieplayer.head Movieplayer
movieplayer.plugin Movieplayer-Plugin
movieplayer.starting Wiedergabe starten... movieplayer.starting Wiedergabe starten...
movieplayer.titles Titel movieplayer.titles Titel
movieplayer.toomanybookmarks Sie haben bereits zu viele Lesezeichen angelegt.\nEs muß erst ein anderes gelöscht werden. movieplayer.toomanybookmarks Sie haben bereits zu viele Lesezeichen angelegt.\nEs muß erst ein anderes gelöscht werden.

View File

@@ -1789,9 +1789,9 @@ movieplayer.bookmarkname Bookmarkname
movieplayer.bookmarkname_hint1 Enter a name for your new bookmark movieplayer.bookmarkname_hint1 Enter a name for your new bookmark
movieplayer.bookmarkname_hint2 movieplayer.bookmarkname_hint2
movieplayer.chapters Chapters movieplayer.chapters Chapters
movieplayer.plugin Movieplayer plugin
movieplayer.fileplayback File play movieplayer.fileplayback File play
movieplayer.head Movieplayer movieplayer.head Movieplayer
movieplayer.plugin Movieplayer plugin
movieplayer.starting Starting playback... movieplayer.starting Starting playback...
movieplayer.titles Titles movieplayer.titles Titles
movieplayer.toomanybookmarks There are too many bookmarks.\nYou need to delete one of them first. movieplayer.toomanybookmarks There are too many bookmarks.\nYou need to delete one of them first.

View File

@@ -1816,9 +1816,9 @@ typedef enum
LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT1, LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT1,
LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT2, LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT2,
LOCALE_MOVIEPLAYER_CHAPTERS, LOCALE_MOVIEPLAYER_CHAPTERS,
LOCALE_MOVIEPLAYER_PLUGIN,
LOCALE_MOVIEPLAYER_FILEPLAYBACK, LOCALE_MOVIEPLAYER_FILEPLAYBACK,
LOCALE_MOVIEPLAYER_HEAD, LOCALE_MOVIEPLAYER_HEAD,
LOCALE_MOVIEPLAYER_PLUGIN,
LOCALE_MOVIEPLAYER_STARTING, LOCALE_MOVIEPLAYER_STARTING,
LOCALE_MOVIEPLAYER_TITLES, LOCALE_MOVIEPLAYER_TITLES,
LOCALE_MOVIEPLAYER_TOOMANYBOOKMARKS, LOCALE_MOVIEPLAYER_TOOMANYBOOKMARKS,

View File

@@ -1816,9 +1816,9 @@ const char * locale_real_names[] =
"movieplayer.bookmarkname_hint1", "movieplayer.bookmarkname_hint1",
"movieplayer.bookmarkname_hint2", "movieplayer.bookmarkname_hint2",
"movieplayer.chapters", "movieplayer.chapters",
"movieplayer.plugin",
"movieplayer.fileplayback", "movieplayer.fileplayback",
"movieplayer.head", "movieplayer.head",
"movieplayer.plugin",
"movieplayer.starting", "movieplayer.starting",
"movieplayer.titles", "movieplayer.titles",
"movieplayer.toomanybookmarks", "movieplayer.toomanybookmarks",