locals: add locale for file start play dialog

This commit is contained in:
[CST] Focus
2013-09-03 11:41:05 +04:00
parent 15b781ab86
commit a99395cb05
3 changed files with 3 additions and 0 deletions

View File

@@ -1407,6 +1407,7 @@ movieplayer.bookmarkname_hint2
movieplayer.defplugin Start-Plugin
movieplayer.fileplayback File play
movieplayer.head Movieplayer
movieplayer.starting Starting playback...
movieplayer.toomanybookmarks There are too many bookmarks.\nYou need to delete one of them first.
movieplayer.tshelp1 Stop
movieplayer.tshelp10 approx. 10 minutes back

View File

@@ -1434,6 +1434,7 @@ typedef enum
LOCALE_MOVIEPLAYER_DEFPLUGIN,
LOCALE_MOVIEPLAYER_FILEPLAYBACK,
LOCALE_MOVIEPLAYER_HEAD,
LOCALE_MOVIEPLAYER_STARTING,
LOCALE_MOVIEPLAYER_TOOMANYBOOKMARKS,
LOCALE_MOVIEPLAYER_TSHELP1,
LOCALE_MOVIEPLAYER_TSHELP10,

View File

@@ -1434,6 +1434,7 @@ const char * locale_real_names[] =
"movieplayer.defplugin",
"movieplayer.fileplayback",
"movieplayer.head",
"movieplayer.starting",
"movieplayer.toomanybookmarks",
"movieplayer.tshelp1",
"movieplayer.tshelp10",