aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/Server
diff options
context:
space:
mode:
authorTavares André <tavares_and@hotmail.com>2015-04-21 20:21:45 +0200
committerTavares André <tavares_and@hotmail.com>2015-04-21 20:21:45 +0200
commitadc52db15a497a003cbea77cf11d907390390e96 (patch)
tree52fb8932239a5b035d9c7fb7015633fff4b28a69 /MediaBrowser.Server.Implementations/Localization/Server
parent1cd83cc39519d939a1bc2c994215753331d4a650 (diff)
Report Manager - Excel export fix and added localization
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/server.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json
index f464dad4b..d0c4aa164 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/server.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json
@@ -1435,5 +1435,10 @@
"LabelSelectViewStyles": "Enable rich presentations for:",
"LabelSelectViewStylesHelp": "If enabled, views will be built with metadata to offer categories such as Suggestions, Latest, Genres, and more. If disabled, they'll be displayed with simple folders.",
"TabPhotos": "Photos",
- "TabVideos": "Videos"
+ "TabVideos": "Videos",
+ "OptionReportList": "List View",
+ "OptionReportStatistics": "Statistics",
+ "OptionReportGrouping": "Grouping",
+ "OptionReportExport": "Report Export",
+ "OptionReportColumns": "Report Columns"
}