forked from wallabag/wallabag
Add simple stats in footer
This commit is contained in:
@ -45,6 +45,7 @@ footer:
|
||||
# social: 'Social'
|
||||
# powered_by: 'powered by'
|
||||
about: 'Om'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Opsætning'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
social: 'Soziales'
|
||||
powered_by: 'angetrieben von'
|
||||
about: 'Über'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Einstellungen'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
social: 'Social'
|
||||
powered_by: 'powered by'
|
||||
about: 'About'
|
||||
stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Config'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
social: 'Social'
|
||||
powered_by: 'funciona por'
|
||||
about: 'Acerca de'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Configuración'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
social: 'شبکههای اجتماعی'
|
||||
powered_by: 'توانمند با'
|
||||
about: 'درباره'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'پیکربندی'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
social: 'Social'
|
||||
powered_by: 'propulsé par'
|
||||
about: 'À propos'
|
||||
stats: Depuis le %user_creation% vous avez lu %nb_archives% articles. Ce qui fait %per_day% par jour !
|
||||
|
||||
config:
|
||||
page_title: 'Configuration'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
social: 'Social'
|
||||
powered_by: 'powered by'
|
||||
about: 'About'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Configurazione'
|
||||
|
||||
@ -45,9 +45,10 @@ footer:
|
||||
social: 'Social'
|
||||
powered_by: 'propulsat per'
|
||||
about: 'A prepaus'
|
||||
page_title: 'Configuracion'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Configuracion'
|
||||
tab_menu:
|
||||
settings: 'Paramètres'
|
||||
rss: 'RSS'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
social: 'Społeczność'
|
||||
powered_by: 'Kontrolowany przez'
|
||||
about: 'O nas'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Konfiguracja'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
# social: 'Social'
|
||||
# powered_by: 'powered by'
|
||||
about: 'Despre'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Configurație'
|
||||
|
||||
@ -45,6 +45,7 @@ footer:
|
||||
social: 'Sosyal'
|
||||
powered_by: 'powered by'
|
||||
about: 'Hakkımızda'
|
||||
# stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
|
||||
|
||||
config:
|
||||
page_title: 'Yapılandırma'
|
||||
|
||||
@ -122,8 +122,19 @@
|
||||
<footer class="page-footer cyan darken-2">
|
||||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
<p>{{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a></p>
|
||||
<a class="grey-text text-lighten-4 right" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans }}</a>
|
||||
<div class="row">
|
||||
<div class="col s8">
|
||||
<p>
|
||||
{{ display_stats() }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="col s4">
|
||||
<p>
|
||||
{{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a> –
|
||||
<a class="grey-text text-lighten-4" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans|lower }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user