parent
38d99ad5af
commit
b35ee44942
6
po/de.po
6
po/de.po
@ -371,3 +371,9 @@ msgstr "{{ data }} hat deinen Artikel geliked"
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "{{ user }} reshared your article."
|
msgid "{{ user }} reshared your article."
|
||||||
msgstr "{{ data }} hat deinen Artikel reshared"
|
msgstr "{{ data }} hat deinen Artikel reshared"
|
||||||
|
|
||||||
|
msgid "Source code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Matrix room"
|
||||||
|
msgstr ""
|
||||||
|
6
po/en.po
6
po/en.po
@ -358,3 +358,9 @@ msgstr ""
|
|||||||
|
|
||||||
msgid "{{ user }} reshared your article."
|
msgid "{{ user }} reshared your article."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Source code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Matrix room"
|
||||||
|
msgstr ""
|
||||||
|
6
po/fr.po
6
po/fr.po
@ -367,3 +367,9 @@ msgstr "{{ data }} a aimé votre article"
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "{{ user }} reshared your article."
|
msgid "{{ user }} reshared your article."
|
||||||
msgstr "{{ data }} a repartagé votre article"
|
msgstr "{{ data }} a repartagé votre article"
|
||||||
|
|
||||||
|
msgid "Source code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Matrix room"
|
||||||
|
msgstr ""
|
||||||
|
6
po/pl.po
6
po/pl.po
@ -376,5 +376,11 @@ msgstr "{{ data }} polubił Twój artykuł"
|
|||||||
msgid "{{ user }} reshared your article."
|
msgid "{{ user }} reshared your article."
|
||||||
msgstr "{{ data }} udostępnił Twój artykuł"
|
msgstr "{{ data }} udostępnił Twój artykuł"
|
||||||
|
|
||||||
|
msgid "Source code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Matrix room"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Logowanie"
|
#~ msgid "Logowanie"
|
||||||
#~ msgstr "Zaloguj się"
|
#~ msgstr "Zaloguj się"
|
||||||
|
@ -351,3 +351,9 @@ msgstr ""
|
|||||||
|
|
||||||
msgid "{{ user }} reshared your article."
|
msgid "{{ user }} reshared your article."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Source code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Matrix room"
|
||||||
|
msgstr ""
|
||||||
|
@ -574,3 +574,17 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
|
|||||||
margin: 1em;
|
margin: 1em;
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*== Footer ==*/
|
||||||
|
body > footer {
|
||||||
|
display: flex;
|
||||||
|
align-content: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
background: #ECECEC;
|
||||||
|
padding: 0 20%;
|
||||||
|
margin-top: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > footer * {
|
||||||
|
margin: 5em 0;
|
||||||
|
}
|
||||||
|
@ -32,5 +32,10 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
</main>
|
</main>
|
||||||
|
<footer>
|
||||||
|
<span>Plume 0.1.0</span>
|
||||||
|
<a href="https://github.com/Plume-org/Plume">{{ "Source code" | _ }}</a>
|
||||||
|
<a href="https://riot.im/app/#/room/#funkwhale-troubleshooting:matrix.org">{{ "Matrix room" | _ }}</a>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user