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

update translations

This commit is contained in:
Luke Pulverenti 2014-04-08 22:12:17 -04:00
parent 9a59fa6f70
commit 9ee76d4555
21 changed files with 127 additions and 101 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>App Settings</title>
<title>${TitleAppSettings}</title>
</head>
<body>
<div id="appsWeatherPage" data-role="page" class="page appsPage type-interior">
@ -9,8 +9,8 @@
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="appsplayback.html" data-role="button">Resume</a>
<a href="#" data-role="button" class="ui-btn-active">Weather</a>
<a href="appsplayback.html" data-role="button">${TabResume}</a>
<a href="#" data-role="button" class="ui-btn-active">${TabWeather}</a>
</div>
<form class="appsWeatherForm">
@ -31,10 +31,10 @@
</li>
<li>
<button type="submit" data-theme="b" data-icon="check">
Save
${ButtonSave}
</button>
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete">
Cancel
${ButtonCancel}
</button>
</li>
</ul>