From b91465c067c17eec0d8dfc22c84f58421579709c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 15 Jan 2016 15:09:43 +0100 Subject: remove flattr on about page --- src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | 1 - src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | 3 +-- .../CoreBundle/Resources/views/themes/baggy/Static/about.html.twig | 2 -- .../CoreBundle/Resources/views/themes/material/Static/about.html.twig | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) (limited to 'src/Wallabag') diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index b9818827..8b75594c 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml @@ -93,7 +93,6 @@ or: "oder" "by contributing to the project:": "indem du zu dem Projekt beiträgst:" an issue lists all our needs: "ein Issue listet alle unsere Bedürfnisse:" via Paypal: "via PayPal" -via Flattr: "via Flattr" # Howto Form: Formular diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index 941237bf..20f4352b 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml @@ -94,7 +94,6 @@ or: "ou" "by contributing to the project:": "en contribuant au projet :" an issue lists all our needs: "un ticket recense tous nos besoins" via Paypal: "via Paypal" -via Flattr: "via Flattr" # Howto Form: "Formulaire" @@ -163,4 +162,4 @@ Support: "Support" If you need some help, we are here for you.: "Parce que vous avez peut-être besoin de nous poser une question, nous sommes disponibles pour vous." On GitHub: "Sur GitHub" By email: "Par email" -On Gitter: "Sur Gitter" \ No newline at end of file +On Gitter: "Sur Gitter" diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig index 311b5067..38f08da6 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig @@ -41,7 +41,5 @@
{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}
by contributing to the project: an issue lists all our needs
{% trans %}via Paypal{% endtrans %}
- -
{% trans %}via Flattr{% endtrans %}
{% endblock %} diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig index ef1fe916..d6b8e28a 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig @@ -46,8 +46,6 @@
{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}
{% trans %}by contributing to the project:{% endtrans %} {% trans %}an issue lists all our needs{% endtrans %}
{% trans %}via Paypal{% endtrans %}
- -
{% trans %}via Flattr{% endtrans %}
-- cgit v1.2.3