X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FStatic%2Fquickstart.html.twig;h=59dd037b85bcbe85009d4957633506683dc9f45c;hb=e7cd089fa66489702d00aae11a3e765c038c95a3;hp=3d21271adddb03f7a70270ee3fa6d810f6557e65;hpb=e68568cd5bc70298f1ea712b5b203635bd9d15b5;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 3d21271a..59dd037b 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,52 +9,63 @@
-

{% 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 }}

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

{% trans %}Administration{% endtrans %}

-

{% trans %}As a administrator, you have privileges on wallabag. You can:{% endtrans %}

+

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

+

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

{% endif %} -

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

+ +

{{ 'quickstart.first_steps.title'|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 %}

+ +

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

+

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

-

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

+ +

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

-

{% trans %}Support{% endtrans %}

-

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

+ +

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

+ + +

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

+

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