diff --git a/datacenterlight/locale/de/LC_MESSAGES/django.po b/datacenterlight/locale/de/LC_MESSAGES/django.po index 7585c0cc..5aa97bdd 100644 --- a/datacenterlight/locale/de/LC_MESSAGES/django.po +++ b/datacenterlight/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-09 15:21+0530\n" +"POT-Creation-Date: 2017-07-13 23:55+0530\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,16 +62,16 @@ msgid "Hosted in Switzerland" msgstr "Standort: Schweiz" #: templates/datacenterlight/calculator_form.html:21 -msgid "Please enter a value greater than or equal to 1." -msgstr "Bitte gib einen Wert größer oder gleich 1 ein." +msgid "Please enter a value in range 1 - 48." +msgstr "Bitte gib einen Wert von 1 bis 48 ein." #: templates/datacenterlight/calculator_form.html:30 -msgid "Please enter a value greater than or equal to 2." -msgstr "Bitte gib einen Wert größer oder gleich 2 ein." +msgid "Please enter a value in range 2 - 200." +msgstr "Bitte gib einen Wert von 2 bis 200 ein." #: templates/datacenterlight/calculator_form.html:39 -msgid "Please enter a value greater than or equal to 10." -msgstr "Bitte gib einen Wert größer oder gleich 10 ein" +msgid "Please enter a value in range 10 - 2000." +msgstr "Bitte gib einen Wert von 10 bis 200 ein." #: templates/datacenterlight/calculator_form.html:40 #: templates/datacenterlight/pricing.html:50 @@ -87,8 +87,8 @@ msgid "Your Name" msgstr "Dein Name" #: templates/datacenterlight/calculator_form.html:60 -msgid "Please enter your name" -msgstr "Bitte gib Deinen Namen ein" +msgid "Please enter your name." +msgstr "Bitte gib Deinen Namen ein." #: templates/datacenterlight/calculator_form.html:74 msgid "Email" @@ -99,8 +99,8 @@ msgid "Your Email" msgstr "Deine E-Mail" #: templates/datacenterlight/calculator_form.html:75 -msgid "Please enter a valid email address" -msgstr "Bitte gib eine gültige E-Mailadresse ein" +msgid "Please enter a valid email address." +msgstr "Bitte gib eine gültige E-Mailadresse ein." #: templates/datacenterlight/calculator_form.html:88 #: templates/datacenterlight/pricing.html:79 @@ -501,6 +501,12 @@ msgstr "ist kein gültiger Name" msgid "is not a proper email" msgstr "ist keine gültige E-Mailadresse" +#~ msgid "Please enter a value greater than or equal to 1." +#~ msgstr "Bitte gib einen Wert größer oder gleich 1 ein." + +#~ msgid "Please enter a value greater than or equal to 10." +#~ msgstr "Bitte gib einen Wert größer oder gleich 10 ein" + #~ msgid "Buy VM" #~ msgstr "VM Kaufen" diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index d407fffa..a1627128 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -948,10 +948,10 @@ tech-sub-sec h2 { text-align: left; } -.price-calc-section .card .description .select-number { - font-size: 20px; - text-align: center; - width: 60px; +.price-calc-section .card .description .select-number{ + font-size: 20px; + text-align: center; + width: 85px; } .price-calc-section .card .description i { @@ -1088,7 +1088,7 @@ tech-sub-sec h2 { } .logo-wrap-1 { width: 50%; - padding: 15px 30px !importantx; + padding: 15px 30px !important; min-height: 179px; } .landscape-xs-6 { diff --git a/datacenterlight/static/datacenterlight/js/main.js b/datacenterlight/static/datacenterlight/js/main.js index 61ffad29..e19f3ddd 100644 --- a/datacenterlight/static/datacenterlight/js/main.js +++ b/datacenterlight/static/datacenterlight/js/main.js @@ -69,7 +69,6 @@ $(window).scroll(function () { _navScroll(); }); - } function _navScroll() { @@ -108,7 +107,6 @@ function verifiedUrl() { if (window.location.href.indexOf('#success') > -1) { form_success(); - console.log('epa'); } } @@ -162,6 +160,4 @@ $('#valueTotal').text(numbers * price * 31); } - - -})(jQuery); \ No newline at end of file +})(jQuery); diff --git a/datacenterlight/templates/datacenterlight/calculator_form.html b/datacenterlight/templates/datacenterlight/calculator_form.html index 65c19c9b..09b59b6f 100644 --- a/datacenterlight/templates/datacenterlight/calculator_form.html +++ b/datacenterlight/templates/datacenterlight/calculator_form.html @@ -18,7 +18,7 @@
- + Core
@@ -27,7 +27,7 @@
- + GB RAM
@@ -36,7 +36,7 @@
- + {% trans "GB Storage (SSD)" %}
@@ -57,7 +57,7 @@
- +
{% for message in messages %} @@ -72,7 +72,7 @@
- +
{% for message in messages %}