update icons

pull/702/head
Luke Pulverenti 9 years ago
parent b6811e4f23
commit 2341ce0983

@ -796,6 +796,7 @@
"HeaderMedia": "Media", "HeaderMedia": "Media",
"ButtonInbox": "Inbox", "ButtonInbox": "Inbox",
"HeaderAdvanced": "Advanced", "HeaderAdvanced": "Advanced",
"HeaderGroupVersions": "Group Versions",
"HeaderSaySomethingLike": "Say Something Like...", "HeaderSaySomethingLike": "Say Something Like...",
"ButtonTryAgain": "Try Again", "ButtonTryAgain": "Try Again",
"HeaderYouSaid": "You Said...", "HeaderYouSaid": "You Said...",

@ -284,6 +284,7 @@ namespace MediaBrowser.WebDashboard.Api
"bower_components/paper-dialog-scrollable/paper-dialog-scrollable.html", "bower_components/paper-dialog-scrollable/paper-dialog-scrollable.html",
"bower_components/neon-animation/animations/scale-up-animation.html", "bower_components/neon-animation/animations/scale-up-animation.html",
"bower_components/neon-animation/animations/fade-out-animation.html", "bower_components/neon-animation/animations/fade-out-animation.html",
"bower_components/neon-animation/animations/fade-in-animation.html",
"bower_components/paper-icon-button/paper-icon-button.html", "bower_components/paper-icon-button/paper-icon-button.html",
"thirdparty/emby-icons.html" "thirdparty/emby-icons.html"
}; };

@ -582,6 +582,9 @@
<Content Include="dashboard-ui\thirdparty\cordova\back.js"> <Content Include="dashboard-ui\thirdparty\cordova\back.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="dashboard-ui\thirdparty\cordova\ios\actionsheet.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\thirdparty\cordova\ios\orientation.js"> <Content Include="dashboard-ui\thirdparty\cordova\ios\orientation.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>

Loading…
Cancel
Save