1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Handle unrecognized ratings properly

This commit is contained in:
Eric Reed 2015-09-03 08:43:46 -04:00
parent d09b8462c4
commit 040b1bd4f4
2 changed files with 2 additions and 1 deletions

View file

@ -1391,6 +1391,7 @@
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderAddTag": "Add Tag", "HeaderAddTag": "Add Tag",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block content with tags:",
"LabelTag": "Tag:", "LabelTag": "Tag:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",

View file

@ -315,7 +315,7 @@
"LabelSeasonNumber": "Season number:", "LabelSeasonNumber": "Season number:",
"HeaderChannels": "Channels", "HeaderChannels": "Channels",
"HeaderMediaFolders": "Media Folders", "HeaderMediaFolders": "Media Folders",
"HeaderBlockItemsWithNoRating": "Block content with no rating information:", "HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
"OptionBlockOthers": "Others", "OptionBlockOthers": "Others",
"OptionBlockTvShows": "TV Shows", "OptionBlockTvShows": "TV Shows",
"OptionBlockTrailers": "Trailers", "OptionBlockTrailers": "Trailers",