révision
13a6c9bc25
3 fichiers modifiés avec 19 ajouts et 3 suppressions
|
@ -73,8 +73,8 @@
|
|||
<footer id="footer">
|
||||
<div class="container footer center">
|
||||
<div class="footer-opt">
|
||||
<button class="form-input btn" id="mascotKeepHide" onclick="toggleMascot(this)" value="hide"><span class="oi" data-glyph="eye"></span> Mascot</button>
|
||||
<p><a href="/settings">Change Settings</a></p>
|
||||
<button class="form-input btn" id="mascotKeepHide" onclick="toggleMascot(this)" value="hide"><span class="oi" data-glyph="eye"></span> {{ call $.T "mascot" }}</button>
|
||||
<p><a href="/settings">{{ call $.T "change_settings" }}</a></p>
|
||||
</div>
|
||||
<span><i>Powered by <a href="#">NyaaPantsu</a></i></span>
|
||||
|
||||
|
@ -84,4 +84,4 @@
|
|||
<script type="text/javascript" charset="utf-8" src="{{.URL.Parse "/js/main.js"}}?v=3"></script>
|
||||
{{ block "footer_js" .}}{{end}}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -971,6 +971,14 @@
|
|||
"id": "torrent_nav_deleted",
|
||||
"translation": "Torrents deleted"
|
||||
},
|
||||
{
|
||||
"id": "change_settings",
|
||||
"translation": "Change Settings"
|
||||
},
|
||||
{
|
||||
"id": "mascot",
|
||||
"translation": "Mascot"
|
||||
},
|
||||
{
|
||||
"id": "theme",
|
||||
"translation": "Theme"
|
||||
|
|
|
@ -971,6 +971,14 @@
|
|||
"id": "torrent_nav_deleted",
|
||||
"translation": "Torrents deletados"
|
||||
},
|
||||
{
|
||||
"id": "change_settings",
|
||||
"translation": "Alterar Configurações"
|
||||
},
|
||||
{
|
||||
"id": "mascot",
|
||||
"translation": "Mascote"
|
||||
},
|
||||
{
|
||||
"id": "theme",
|
||||
"translation": "Tema"
|
||||
|
|
Référencer dans un nouveau ticket