X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FStatic%2Fquickstart.html.twig;h=8cbf4ab40b82c574db6f504b3a8b23982b73e594;hb=209ec7cedd8bcf050223b869a54940c9f2d03899;hp=aff8dd2b897cbb11e18a5de4db760877b32a9c40;hpb=74932af231d7abde2c6ecc30bbb6d95dd151ef6f;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig index aff8dd2b..8cbf4ab4 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig @@ -1,6 +1,6 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{% trans %}Quickstart{% endtrans %}{% endblock %} +{% block title %}{{ 'quickstart.page_title'|trans }}{% endblock %} {% block content %} @@ -9,37 +9,64 @@
-

{% trans %}Welcome to wallabag!{% endtrans %}

-

{% trans %}We'll accompany you to visit wallabag and show you some features which can interess you.{% endtrans %}

-

{% trans %}Follow us!{% endtrans %}

-

{% trans %}Configure the application{% endtrans %}

+

{{ 'quickstart.intro.title'|trans }}

+

{{ 'quickstart.intro.paragraph_1'|trans }}

+

{{ 'quickstart.intro.paragraph_2'|trans }}

+ +

{{ 'quickstart.configure.title'|trans }}

-

{% trans %}First steps{% endtrans %}

+ + {% if is_granted('ROLE_SUPER_ADMIN') %} +

{{ 'quickstart.admin.title'|trans }}

+

{{ 'quickstart.admin.description'|trans }}

-

{% trans %}Migrate from an existing service{% endtrans %}

-

{% trans %}You're using an other service? We'll help you to retrieve your data on wallabag.{% endtrans %}

+ {% endif %} + +

{{ 'quickstart.first_steps.title'|trans }}

-

{% trans %}Full documentation{% endtrans %}

+ +

{{ 'quickstart.migrate.title'|trans }}

+

{{ 'quickstart.migrate.description'|trans }}

-

{% trans %}Support{% endtrans %}

-

{% trans %}If you need some help, we are here for you.{% endtrans %}

+ +

{{ 'quickstart.developer.title'|trans }}

+ + +

{{ 'quickstart.docs.title'|trans }}

+ + +

{{ 'quickstart.support.title'|trans }}

+

{{ 'quickstart.support.description'|trans }}