moviecut: localize question to cancel editing

Origin commit data
------------------
Branch: ni/coolstream
Commit: d942448890
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-21 (Thu, 21 May 2015)

Origin message was:
------------------
- moviecut: localize question to cancel editing

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-05-21 08:59:06 +02:00
parent 20c0959077
commit 3cf69035d6
5 changed files with 5 additions and 1 deletions

View File

@@ -1679,6 +1679,7 @@ moviebrowser.yt_recently_featured Vor kurzem empfohlen
moviebrowser.yt_region Region moviebrowser.yt_region Region
moviebrowser.yt_related Passende Videos moviebrowser.yt_related Passende Videos
moviebrowser.yt_search Suche nach Stichwort moviebrowser.yt_search Suche nach Stichwort
moviecut.cancel Bearbeiten des Filmes abbrechen?
movieplayer.bookmark Bookmarks movieplayer.bookmark Bookmarks
movieplayer.bookmarkname Bookmark Name 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

View File

@@ -1681,6 +1681,7 @@ moviebrowser.yt_recently_featured Recently featured
moviebrowser.yt_region Region moviebrowser.yt_region Region
moviebrowser.yt_related Related videos moviebrowser.yt_related Related videos
moviebrowser.yt_search Search keyword moviebrowser.yt_search Search keyword
moviecut.cancel Cancel movie editing?
movieplayer.bookmark Bookmarks movieplayer.bookmark Bookmarks
movieplayer.bookmarkname Bookmarkname movieplayer.bookmarkname Bookmarkname
movieplayer.bookmarkname_hint1 Enter a name for your new bookmark movieplayer.bookmarkname_hint1 Enter a name for your new bookmark

View File

@@ -291,7 +291,7 @@ int CMovieCut::getInput()
int retval = 0; int retval = 0;
g_RCInput->getMsg(&msg, &data, 1, false); g_RCInput->getMsg(&msg, &data, 1, false);
if (msg == CRCInput::RC_home) { if (msg == CRCInput::RC_home) {
if (ShowMsg(LOCALE_MESSAGEBOX_INFO, "Cancel movie cut/split ?", CMessageBox::mbrNo, CMessageBox::mbYes | CMessageBox::mbNo) == CMessageBox::mbrYes) if (ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_MOVIECUT_CANCEL, CMessageBox::mbrNo, CMessageBox::mbYes | CMessageBox::mbNo) == CMessageBox::mbrYes)
retval |= 4; retval |= 4;
} }
if (msg != CRCInput::RC_timeout) if (msg != CRCInput::RC_timeout)

View File

@@ -1708,6 +1708,7 @@ typedef enum
LOCALE_MOVIEBROWSER_YT_REGION, LOCALE_MOVIEBROWSER_YT_REGION,
LOCALE_MOVIEBROWSER_YT_RELATED, LOCALE_MOVIEBROWSER_YT_RELATED,
LOCALE_MOVIEBROWSER_YT_SEARCH, LOCALE_MOVIEBROWSER_YT_SEARCH,
LOCALE_MOVIECUT_CANCEL,
LOCALE_MOVIEPLAYER_BOOKMARK, LOCALE_MOVIEPLAYER_BOOKMARK,
LOCALE_MOVIEPLAYER_BOOKMARKNAME, LOCALE_MOVIEPLAYER_BOOKMARKNAME,
LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT1, LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT1,

View File

@@ -1708,6 +1708,7 @@ const char * locale_real_names[] =
"moviebrowser.yt_region", "moviebrowser.yt_region",
"moviebrowser.yt_related", "moviebrowser.yt_related",
"moviebrowser.yt_search", "moviebrowser.yt_search",
"moviecut.cancel",
"movieplayer.bookmark", "movieplayer.bookmark",
"movieplayer.bookmarkname", "movieplayer.bookmarkname",
"movieplayer.bookmarkname_hint1", "movieplayer.bookmarkname_hint1",