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:
parent
d1c351c88a
commit
8fd7c1d99a
67 changed files with 322 additions and 322 deletions
|
@ -1,15 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Media Browser</title>
|
||||
<title>${TitleMediaBrowser}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="gamesystemsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="games">
|
||||
<div class="libraryViewNav">
|
||||
<a href="gamesrecommended.html">Suggested</a>
|
||||
<a href="gamesrecommended.html">${TabSuggested}</a>
|
||||
<a href="games.html">Games</a>
|
||||
<a href="gamesystems.html" class="ui-btn-active">Game Systems</a>
|
||||
<a href="gamegenres.html">Genres</a>
|
||||
<a href="gamegenres.html">${TabGenres}</a>
|
||||
<a href="gamestudios.html">Studios</a>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue