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

Add latest translations

This commit is contained in:
Luke Pulverenti 2014-04-01 18:23:07 -04:00
parent d1c351c88a
commit 8fd7c1d99a
67 changed files with 322 additions and 322 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Users</title>
<title>${HeaderUsers}</title>
</head>
<body>
<div id="allUserSettingsPage" data-role="page" class="page type-interior userProfilesConfigurationPage">
@ -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="userprofiles.html" data-role="button">Profiles</a>
<a href="allusersettings.html" class="ui-btn-active" data-role="button">Security</a>
<a href="userprofiles.html" data-role="button">${TabProfiles}</a>
<a href="#" class="ui-btn-active" data-role="button">${TabSecurity}</a>
</div>