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

add localization stub

This commit is contained in:
Luke Pulverenti 2014-03-30 21:00:47 -04:00
parent 7dd0efdcc2
commit 1f1dcf80c1
14 changed files with 105 additions and 1383 deletions

View file

@ -10,7 +10,7 @@
<div class="ui-corner-all ui-shadow wizardContent">
<h2>
<img src="css/images/checkmarkblack.png" />You're Done!</h2>
<img src="css/images/checkmarkblack.png" />${LabelYoureDone}</h2>
<p>That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish</b> to view the <b>Dashboard</b>.</p>
@ -36,8 +36,8 @@
</p>
<div class="wizardNavigation">
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">Previous</button>
<button type="button" data-iconpos="right" data-icon="check" data-inline="true" onclick="WizardFinishPage.onFinish();" data-theme="b">Finish</button>
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">${LabelPrevious}</button>
<button type="button" data-iconpos="right" data-icon="check" data-inline="true" onclick="WizardFinishPage.onFinish();" data-theme="b">${LabelFinish}</button>
</div>
</div>