moved LG Blindscan info into res file

This commit is contained in:
Horst Beham
2021-01-23 18:55:39 +01:00
parent 086d4683fd
commit 3f214c35b9
11 changed files with 327 additions and 160 deletions

View File

@@ -60,6 +60,88 @@ namespace ChanSort.Loader.LG {
}
}
/// <summary>
/// Looks up a localized string similar to -.
/// </summary>
internal static string GcSerializer_ReadChannelLists_NoChannelsCap {
get {
return ResourceManager.GetString("GcSerializer_ReadChannelLists_NoChannelsCap", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to -.
/// </summary>
internal static string GcSerializer_ReadChannelLists_NoChannelsMsg {
get {
return ResourceManager.GetString("GcSerializer_ReadChannelLists_NoChannelsMsg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your TV will only import the GlobalClone file when there are no files named xx*.TLL in the same directory.
///Do you want ChanSort to rename the conflicting files?.
/// </summary>
internal static string GcSerializer_ReadModelInfo_ModelWarning {
get {
return ResourceManager.GetString("GcSerializer_ReadModelInfo_ModelWarning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ATTENTION:
///Please make sure that your webOS based TV is using a recent firmware version (LB600 and higher: 4.41.32, UB: 4.51.44).
///Older LG firmware for webOS based TV models does not handle the import of channel lists properly and randomly reorders channels.
///(If your firmware is newer, you can ignore is message.).
/// </summary>
internal static string GcSerializer_webOsFirmwareWarning {
get {
return ResourceManager.GetString("GcSerializer_webOsFirmwareWarning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to !!! ATTENTION !!!
///LG channel lists can ONLY be imported back into the TV, when special options were selected during the TV&apos;s channel search process:
///- Provider: MUST be None/Other (do NOT select your cable provider or Astra 19.2E)
///- Blindscan: MUST be selected
///- Network search: optional (can be selected)
///
///Your TV will show a broken list if these steps are not followed!.
/// </summary>
internal static string LG_BlindscanInfo {
get {
return ResourceManager.GetString("LG_BlindscanInfo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cancel.
/// </summary>
internal static string LG_BlindscanInfo_Cancel {
get {
return ResourceManager.GetString("LG_BlindscanInfo_Cancel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to I searched for channels as described above.
/// </summary>
internal static string LG_BlindscanInfo_Continue {
get {
return ResourceManager.GetString("LG_BlindscanInfo_Continue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Read information about webOS 5 support on github.com.
/// </summary>
internal static string LG_BlindscanInfo_OpenWebpage {
get {
return ResourceManager.GetString("LG_BlindscanInfo_OpenWebpage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Channel #{0} (Pr# {1}) was erased because it is a duplicate of channel #{2} (Pr# {3}): {4}.
/// </summary>
@@ -95,59 +177,5 @@ namespace ChanSort.Loader.LG {
return ResourceManager.GetString("TllFileSerializerPlugin_ERR_modelUnknown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to LG predefined / empty channel list.
/// </summary>
internal static string GcSerializer_ReadChannelLists_NoChannelsCap
{
get
{
return ResourceManager.GetString("GcSerializer_ReadChannelLists_NoChannelsCap", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This channel list does not contain any channels.
///Most likely a predefined channel list was selected during the TV&apos;s setup, which cannot be edited and exports an empty list.
///
///Please run a new channel search on the TV and when asked for a Provider, select a neutral option (none, other, ...).
///When possible, select Blind Scan and unselect Network Search to scan the whole frequency range.
///.
/// </summary>
internal static string GcSerializer_ReadChannelLists_NoChannelsMsg
{
get
{
return ResourceManager.GetString("GcSerializer_ReadChannelLists_NoChannelsMsg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your TV will only import the GlobalClone file when there are no files named xx*.TLL in the same directory.
///Do you want ChanSort to rename the conflicting files?.
/// </summary>
internal static string GcSerializer_ReadModelInfo_ModelWarning
{
get
{
return ResourceManager.GetString("GcSerializer_ReadModelInfo_ModelWarning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ATTENTION:
///Please make sure that your webOS based TV is using a recent firmware version (LB600 and higher: 4.41.32, UB: 4.51.44).
///Older LG firmware for webOS based TV models does not handle the import of channel lists properly and randomly reorders channels.
///(If your firmware is newer, you can ignore is message.).
/// </summary>
internal static string GcSerializer_webOsFirmwareWarning
{
get
{
return ResourceManager.GetString("GcSerializer_webOsFirmwareWarning", resourceCulture);
}
}
}
}