mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
add separate user preferences area
This commit is contained in:
parent
52eb9a5f23
commit
fc9969f4ba
@ -761,5 +761,8 @@
|
|||||||
"HeaderTypeText": "Enter Text",
|
"HeaderTypeText": "Enter Text",
|
||||||
"LabelTypeText": "Text",
|
"LabelTypeText": "Text",
|
||||||
"HeaderSearchForSubtitles": "Search for Subtitles",
|
"HeaderSearchForSubtitles": "Search for Subtitles",
|
||||||
"MessageNoSubtitleSearchResultsFound": "No search results founds."
|
"MessageNoSubtitleSearchResultsFound": "No search results founds.",
|
||||||
|
"TabDisplay": "Display",
|
||||||
|
"TabLanguages": "Languages",
|
||||||
|
"TabWebClient": "Web Client"
|
||||||
}
|
}
|
@ -600,6 +600,11 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
"musicgenres.js",
|
"musicgenres.js",
|
||||||
"musicrecommended.js",
|
"musicrecommended.js",
|
||||||
"musicvideos.js",
|
"musicvideos.js",
|
||||||
|
|
||||||
|
"mypreferencesdisplay.js",
|
||||||
|
"mypreferenceslanguages.js",
|
||||||
|
"mypreferenceswebclient.js",
|
||||||
|
|
||||||
"notifications.js",
|
"notifications.js",
|
||||||
"notificationsetting.js",
|
"notificationsetting.js",
|
||||||
"notificationsettings.js",
|
"notificationsettings.js",
|
||||||
@ -626,7 +631,6 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
"userpassword.js",
|
"userpassword.js",
|
||||||
"userimagepage.js",
|
"userimagepage.js",
|
||||||
"userprofilespage.js",
|
"userprofilespage.js",
|
||||||
"usersettings.js",
|
|
||||||
"userparentalcontrol.js",
|
"userparentalcontrol.js",
|
||||||
"wizardfinishpage.js",
|
"wizardfinishpage.js",
|
||||||
"wizardimagesettings.js",
|
"wizardimagesettings.js",
|
||||||
|
@ -322,6 +322,15 @@
|
|||||||
<Content Include="dashboard-ui\librarypathmapping.html">
|
<Content Include="dashboard-ui\librarypathmapping.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\mypreferencesdisplay.html">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\mypreferenceslanguages.html">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\mypreferenceswebclient.html">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\reports.html">
|
<Content Include="dashboard-ui\reports.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@ -640,6 +649,15 @@
|
|||||||
<Content Include="dashboard-ui\scripts\librarypathmapping.js">
|
<Content Include="dashboard-ui\scripts\librarypathmapping.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\scripts\mypreferencesdisplay.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\scripts\mypreferenceslanguages.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\scripts\mypreferenceswebclient.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\scripts\reports.js">
|
<Content Include="dashboard-ui\scripts\reports.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@ -736,9 +754,6 @@
|
|||||||
<Content Include="dashboard-ui\scripts\userparentalcontrol.js">
|
<Content Include="dashboard-ui\scripts\userparentalcontrol.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\scripts\usersettings.js">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\scripts\wizardimagesettings.js">
|
<Content Include="dashboard-ui\scripts\wizardimagesettings.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@ -1378,9 +1393,6 @@
|
|||||||
<Content Include="dashboard-ui\userparentalcontrol.html">
|
<Content Include="dashboard-ui\userparentalcontrol.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\usersettings.html">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\wizardimagesettings.html">
|
<Content Include="dashboard-ui\wizardimagesettings.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user