mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrino channnellist locales: add locales for record info message
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1726 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: acc548850b
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)
Origin message was:
------------------
*neutrino channnellist locales: add locales for record info message
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1726 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -239,6 +239,7 @@ channellist.history Verlauf
|
|||||||
channellist.make_hdlist Erzeuge "HD"- Bouquet
|
channellist.make_hdlist Erzeuge "HD"- Bouquet
|
||||||
channellist.nonefound Es wurden keine Kanäle gefunden!\nFühren Sie bitte eine Kanalsuche durch\n(MENU-Taste -> Service)
|
channellist.nonefound Es wurden keine Kanäle gefunden!\nFühren Sie bitte eine Kanalsuche durch\n(MENU-Taste -> Service)
|
||||||
channellist.provs Anbieter
|
channellist.provs Anbieter
|
||||||
|
channellist.recording_not_possible Aufnahme nicht möglich!
|
||||||
channellist.sats Satelliten
|
channellist.sats Satelliten
|
||||||
channellist.since seit
|
channellist.since seit
|
||||||
channellist.start Start
|
channellist.start Start
|
||||||
|
@@ -239,6 +239,7 @@ channellist.history History
|
|||||||
channellist.make_hdlist Create list of HD channels
|
channellist.make_hdlist Create list of HD channels
|
||||||
channellist.nonefound No channels were found!\nPlease execute a scan\n(MENU-key -> service)
|
channellist.nonefound No channels were found!\nPlease execute a scan\n(MENU-key -> service)
|
||||||
channellist.provs Providers
|
channellist.provs Providers
|
||||||
|
channellist.recording_not_possible Recording not possible!
|
||||||
channellist.sats Satellites
|
channellist.sats Satellites
|
||||||
channellist.since since
|
channellist.since since
|
||||||
channellist.start starts
|
channellist.start starts
|
||||||
|
@@ -590,7 +590,7 @@ int CChannelList::show()
|
|||||||
loop=false;
|
loop=false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
DisplayInfoMessage("Recording is not possible here!"); // UTF-8
|
DisplayInfoMessage(g_Locale->getText(LOCALE_CHANNELLIST_RECORDING_NOT_POSSIBLE)); // UTF-8
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -266,6 +266,7 @@ typedef enum
|
|||||||
LOCALE_CHANNELLIST_MAKE_HDLIST,
|
LOCALE_CHANNELLIST_MAKE_HDLIST,
|
||||||
LOCALE_CHANNELLIST_NONEFOUND,
|
LOCALE_CHANNELLIST_NONEFOUND,
|
||||||
LOCALE_CHANNELLIST_PROVS,
|
LOCALE_CHANNELLIST_PROVS,
|
||||||
|
LOCALE_CHANNELLIST_RECORDING_NOT_POSSIBLE,
|
||||||
LOCALE_CHANNELLIST_SATS,
|
LOCALE_CHANNELLIST_SATS,
|
||||||
LOCALE_CHANNELLIST_SINCE,
|
LOCALE_CHANNELLIST_SINCE,
|
||||||
LOCALE_CHANNELLIST_START,
|
LOCALE_CHANNELLIST_START,
|
||||||
|
@@ -266,6 +266,7 @@ const char * locale_real_names[] =
|
|||||||
"channellist.make_hdlist",
|
"channellist.make_hdlist",
|
||||||
"channellist.nonefound",
|
"channellist.nonefound",
|
||||||
"channellist.provs",
|
"channellist.provs",
|
||||||
|
"channellist.recording_not_possible",
|
||||||
"channellist.sats",
|
"channellist.sats",
|
||||||
"channellist.since",
|
"channellist.since",
|
||||||
"channellist.start",
|
"channellist.start",
|
||||||
|
Reference in New Issue
Block a user