Merge branch 'master' into task/3829/handle_landing_login_fail_in_same_page
This commit is contained in:
commit
e7882c0dec
3 changed files with 18 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
Next release:
|
||||
* Bugfix: [dcl, hosting] Fix Stripe js error in confirm payment page
|
||||
* #3847: [ungleich] change text 'hosting products' -> 'our products'
|
||||
1.2.6: 2017-10-10
|
||||
* Bugfix: [dcl] Refactor and optimize images, links in glasfaser page
|
||||
* Bugfix: [dcl] Fix email not being sent issue
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-10 21:35+0530\n"
|
||||
"POT-Creation-Date: 2017-10-13 02:21+0530\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -145,8 +145,15 @@ msgstr "ungleich Home"
|
|||
msgid "We Design, Configure & Maintain <br> Your Linux Infrastructure "
|
||||
msgstr "Wir designen, erstellen und warten Ihre Linux-Infrastruktur"
|
||||
|
||||
msgid "Hosting Products "
|
||||
msgstr "Hosting Produkte"
|
||||
msgid "Our Products"
|
||||
msgstr "Unsere Produkte"
|
||||
|
||||
msgid ""
|
||||
"Our products include an innovative datacenter,<br>affordable VM hosting, and "
|
||||
"high speed fiber internet for canton Glarus."
|
||||
msgstr ""
|
||||
"Zu unseren Produkten gehört ein innovatives Rechenzentrum,<br>modernes VM-"
|
||||
"Hosting und Glasfaser-Internet für den Kanton Glarus."
|
||||
|
||||
msgid "Data Center Light"
|
||||
msgstr ""
|
||||
|
@ -177,8 +184,8 @@ msgid ""
|
|||
"We offer high speed fiber internet in Glarus Süd, Glarus and Glarus Nord. "
|
||||
"Experience 100 Mbit/s and see how speed can change everything."
|
||||
msgstr ""
|
||||
"Wir bieten außerdem Hochgeschwindigkeitsfaser Internet in Glarus Süd, "
|
||||
"Glarus und Glarus Nord. Surfen Sie mit 100 Mbit/s und erleben Sie, wie "
|
||||
"Wir bieten außerdem Hochgeschwindigkeitsfaser Internet in Glarus Süd, Glarus "
|
||||
"und Glarus Nord. Surfen Sie mit 100 Mbit/s und erleben Sie, wie "
|
||||
"Geschwindigkeit alles ändern kann."
|
||||
|
||||
msgid "our services"
|
||||
|
@ -338,6 +345,9 @@ msgid "If you have any question, just send us an email."
|
|||
msgstr ""
|
||||
"Wenn Sie irgendwelche Fragen haben, schicken Sie uns einfach eine E-Mail."
|
||||
|
||||
#~ msgid "Hosting Products "
|
||||
#~ msgstr "Hosting Produkte"
|
||||
|
||||
#~ msgid "HA Hosting"
|
||||
#~ msgstr "HA Hosting"
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center wow fadeInDown">
|
||||
<h2 class="section-heading">{% trans "Hosting Products " %}</h2>
|
||||
<h3 class="section-subheading text-muted">{% trans "Hosting Products " %} </h3>
|
||||
<h2 class="section-heading">{% trans "Our Products" %}</h2>
|
||||
<h3 class="section-subheading text-muted" style="line-height: 1.8;">{% blocktrans %}Our products include an innovative datacenter,<br>affordable VM hosting, and high speed fiber internet for canton Glarus.{% endblocktrans %}</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue