Commit dbcacac7 by Csók Tamás

trans changed into blocktrans for big block of texts

parent d7e69b47
{% load i18n %}
<p>
{% trans "To effortlessly connect to all kind of virtual machines you have to install the <strong>CIRCLE Client</strong>" %}.
{% blocktrans %}
To effortlessly connect to all kind of virtual machines you have to install the <strong>CIRCLE Client</strong>.
{% endblocktrans %}
</p>
<p class="text-info">
{% trans "To install the <strong>CIRCLE Client</strong> click on the <strong>Download the Client</strong> button. The button takes you to the installation detail page, where you can choose your operating system and start the download or read more detailed information about the <strong>Client</strong>. The program can be installed on Windows XP (and above) or Debian based Linux operating systems. To successfully install the client you have to have admin (root or elevated) rights. After the installation complete clicking on the <strong>I have the Client installed</strong> button will launch the appropriate tool designed for that connection with necessarily predefined configurations. This option will also save your answer and this prompt about installation will not pop up again." %}
{% blocktrans %}
To install the <strong>CIRCLE Client</strong> click on the <strong>Download the Client</strong> button.
The button takes you to the installation detail page, where you can choose your operating system and start
the download or read more detailed information about the <strong>Client</strong>. The program can be installed on Windows XP (and above)
or Debian based Linux operating systems. To successfully install the client you have to have admin (root or elevated) rights.
After the installation complete clicking on the <strong>I have the Client installed</strong> button will launch the appropriate tool
designed for that connection with necessarily predefined configurations. This option will also save your answer and this prompt about
installation will not pop up again.
{% endblocktrans %}
</p>
<br>
<div class="pull-right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment