浏览代码

add ability to disable tuner

Luke Pulverenti 10 年之前
父节点
当前提交
a714926d63
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      MediaBrowser.Server.Implementations/Localization/Server/server.json

+ 3 - 1
MediaBrowser.Server.Implementations/Localization/Server/server.json

@@ -1492,5 +1492,7 @@
     "MessageTunerDeviceNotListed": "Is your tuner device not listed? Try installing an external service provider for more Live TV options.",
     "MessageTunerDeviceNotListed": "Is your tuner device not listed? Try installing an external service provider for more Live TV options.",
     "LabelImportOnlyFavoriteChannels": "Restrict to channels marked as favorite",
     "LabelImportOnlyFavoriteChannels": "Restrict to channels marked as favorite",
     "ImportFavoriteChannelsHelp": "If enabled, only channels that are marked as favorite on the tuner device will be imported.",
     "ImportFavoriteChannelsHelp": "If enabled, only channels that are marked as favorite on the tuner device will be imported.",
-    "ButtonRepeat": "Repeat"
+    "ButtonRepeat": "Repeat",
+    "LabelEnableThisTuner": "Enable this tuner",
+    "LabelEnableThisTunerHelp": "Uncheck to prevent importing channels from this tuner."
 }
 }