aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/Core/en-US.json
diff options
context:
space:
mode:
authorferferga <ferferga.fer@gmail.com>2020-03-26 22:36:11 +0100
committerferferga <ferferga.fer@gmail.com>2020-03-26 22:36:11 +0100
commit07f4893ba65481907dfc88e556a5f5077c8a2087 (patch)
treed0b55011fc7890a2c2328c5df079b3af986c7fda /Emby.Server.Implementations/Localization/Core/en-US.json
parent28f07df65730afc0910b3066ba36dcd5138308bd (diff)
Translated RefreshChannelScheduledTask as well
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core/en-US.json')
-rw-r--r--Emby.Server.Implementations/Localization/Core/en-US.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json
index f10bc1caf..48358332d 100644
--- a/Emby.Server.Implementations/Localization/Core/en-US.json
+++ b/Emby.Server.Implementations/Localization/Core/en-US.json
@@ -95,6 +95,7 @@
"TasksCategoryMaintenance": "Maintenance",
"TasksCategoryLibrary": "Library",
"TasksCategoryApplication": "Application",
+ "TasksCategoryChannels": "Canales de internet",
"TaskCleanCache": "Clean Cache Directory",
"TaskCleanCacheDescription": "Deletes cache files no longer needed by the system.",
"TaskRefreshChapterImages": "Extract Chapter Images",
@@ -108,5 +109,7 @@
"TaskUpdatePlugins": "Update Plugins",
"TaskUpdatePluginsDescription": "Downloads and installs updates for plugins that are configured to update automatically.",
"TaskCleanTranscode": "Clean Transcode Directory",
- "TaskCleanTranscodeDescription": "Deletes transcode files more than one day old."
+ "TaskCleanTranscodeDescription": "Deletes transcode files more than one day old.",
+ "TaskRefreshChannels": "Refresh Channels",
+ "TaskRefreshChannelsDescription": "Refreshes internet channel information."
}