Welcome to mirror list, hosted at ThFree Co, Russian Federation.

finished.twig « templates « Installation « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81b2e03276761fb829f149cc1cf9946d5bded506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{% extends '@Installation/layout.twig' %}

{% block content %}
<h2>{{ 'Installation_Congratulations'|translate|raw }}</h2>

{{ 'Installation_CongratulationsHelp'|translate|raw }}

    <br/>
<h2>{{ 'Installation_WelcomeToCommunity'|translate }}</h2>
<p>
{{ 'Installation_CollaborativeProject'|translate }}
</p><p>
    {{ 'Installation_GetInvolved'|translate('<a  target="_blank" href="http://piwik.org/get-involved/">','</a>')|raw }}
    {{ 'General_HelpTranslatePiwik'|translate("<a target='_blank' href=\'http://piwik.org/translations/\'>","<\/a>")|raw  }}
</p>
    <p>{{ 'Installation_WeHopeYouWillEnjoyPiwik'|translate }}</p>
    <p><i>{{ 'Installation_HappyAnalysing'|translate }}</i></p>

<p class="nextStep">
	<a class="submit" href="index.php">{{ 'General_ContinueToPiwik'|translate }} &raquo;</a>

</p>
{% endblock %}