X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FStatic%2Fhowto.html.twig;h=8da1afa0f8c7c5f89d97993776d9163fc07ea343;hb=0d42217e4e8210dd2cf86f35ba9662ca02c8a2dc;hp=e32264f3e9b2b21046996a99afea40b075cee714;hpb=d2b4f01d7435e8a8f99b15a2487916427c04e58d;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig index e32264f3..8da1afa0 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig @@ -1,28 +1,28 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{% trans %}Howto{% endtrans %}{% endblock %} +{% block title %}{{ 'howto.page_title'|trans }}{% endblock %} {% block content %} -

{% trans %}Howto{% endtrans %}

+

{{ 'howto.page_title'|trans }}

-

{% trans %}There are several ways to save an article:{% endtrans %}

+

{{ 'howto.page_description'|trans }}

-

{% trans %}Browser Addons{% endtrans %}

+

{{ 'howto.top_menu.browser_addons'|trans }}

-

{% trans %}Mobile Apps{% endtrans %}

+

{{ 'howto.top_menu.mobile_apps'|trans }}

-

{% trans %}Bookmarklet{% endtrans %}

+

{{ 'howto.top_menu.bookmarklet'|trans }}

- {% trans %}Drag & drop this link to your bookmarks bar:{% endtrans %} + {{ 'howto.bookmarklet.description'|trans }} {% include 'WallabagCoreBundle::_bookmarklet.html.twig' %} {% endblock %}