X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FStatic%2Fhowto.html.twig;h=b529a0ac8d3cfaaa2b8fb9d546580f58420e63b0;hb=c21f2924f39c99fbfb6ee2e0918726e9de2c5e27;hp=58cb316b16958ec5eef2ac592050c6ac4c331627;hpb=1db9d411c5b1fe592788866dc206e2fd6dc87a71;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 58cb316b..b529a0ac 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 %} {% trans %}bag it!{% endtrans %} -

+ {{ 'howto.bookmarklet.description'|trans }} + {% include 'WallabagCoreBundle::_bookmarklet.html.twig' %} {% endblock %}