X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FStatic%2Fquickstart.html.twig;h=706c4a7926422c128e82f48db7143682e4ca8b33;hb=0d42217e4e8210dd2cf86f35ba9662ca02c8a2dc;hp=03754d3897c141421dce11775d217c7b363d945a;hpb=d2b4f01d7435e8a8f99b15a2487916427c04e58d;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 03754d38..706c4a79 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,56 +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 %}Developers{% endtrans %}

+ +

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

-

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

+ +

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

-

{% trans %}Support{% endtrans %}

-

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

+ +

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

+

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