locals: add locale for file start play dialog

Origin commit data
------------------
Commit: a99395cb05
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
This commit is contained in:
[CST] Focus
2013-09-03 11:41:05 +04:00
parent 302951e04c
commit 3e932b7076
3 changed files with 3 additions and 0 deletions

View File

@@ -1407,6 +1407,7 @@ movieplayer.bookmarkname_hint2
movieplayer.defplugin Start-Plugin movieplayer.defplugin Start-Plugin
movieplayer.fileplayback File play movieplayer.fileplayback File play
movieplayer.head Movieplayer movieplayer.head Movieplayer
movieplayer.starting Starting playback...
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.
movieplayer.tshelp1 Stop movieplayer.tshelp1 Stop
movieplayer.tshelp10 approx. 10 minutes back movieplayer.tshelp10 approx. 10 minutes back

View File

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

View File

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