diff --git a/alplora/locale/de/LC_MESSAGES/django.po b/alplora/locale/de/LC_MESSAGES/django.po index 12e10284..e53e1933 100644 --- a/alplora/locale/de/LC_MESSAGES/django.po +++ b/alplora/locale/de/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgstr "Finde deine Tiere" #: templates/alplora/index.html:100 templates/alplora/index.html:513 msgid "About" -msgstr "" +msgstr "Über" #: templates/alplora/index.html:103 templates/alplora/index.html:249 #: templates/alplora/index.html:519 @@ -101,11 +101,11 @@ msgstr "Wie kann Alplora meine Tiere verfolgen und ausfindig machen ?" #: templates/alplora/index.html:207 msgid "" -"Each animal will be wearing a small tracker,

and the tracker will be " +"Each animal will be wearing a small tracker, and the tracker will be " "sending signal every 30 to 60 minutes." msgstr "" -"Jedes Tier wird einen kleinen Sender tragen,

welcher alle 30 bis 60 " -"Minuten ein Signal senden wird." +"Jedes Tier wird einen kleinen Sender tragen, der alle 30 bis 60 " +"Minuten ein Signal sendet." #: templates/alplora/index.html:216 msgid "Access app" @@ -115,8 +115,8 @@ msgstr "Zugang zur App" msgid "" "You can see the animal locations on a map by logging into our Alplora app." msgstr "" -"Du kannst den Standort deiner Tiere jederzeit auf einer Karte verfolgen, in " -"dem du dich in unsere Alplora App einloggst." +"Du kannst den Standort deiner Tiere jederzeit auf einer Karte verfolgen, " +"indem du dich in unsere Alplora App einloggst." #: templates/alplora/index.html:226 msgid "Get an alarm" @@ -126,7 +126,7 @@ msgstr "Erhalte ein Warnsignal" msgid "" "When certain signals for danger are detected Alplora sends an alarm to you." msgstr "" -"Wenn Anzeichen von Gefahr bestehen, sendet dir die Alplora App einen Alarm." +"Wenn Anzeichen von Gefahr bestehen, sendet dir die Alplora App einen Warnsignal." #: templates/alplora/index.html:236 msgid "Find your animal" @@ -138,7 +138,7 @@ msgid "" "actions for keeping the animal safe." msgstr "" "Du kannst dein Tier in Notsituationen auf einer Echtzeit-Karte lokalisieren " -"und dabei Massnahmen ergreifen um es in Sicherheit zu bringen." +"und hast die Möglichkeit es in Sicherheit zu bringen." #: templates/alplora/index.html:256 msgid "Perfect fit for Swiss mountains" @@ -218,8 +218,7 @@ msgstr "" #: templates/alplora/index.html:340 msgid "want to see where your animals are on your cell phone map?" msgstr "" -"sehen können, wo sich deine Tiere auf der Karte auf deinem Smartphone " -"befinden?" +"mit deinem Smartphone auf einer Karte sehen können, wo sich deine Tiere befinden? " #: templates/alplora/index.html:342 msgid "want to make sure 24/7 that your animals are safe?" diff --git a/alplora/static/alplora/css/alplora.css b/alplora/static/alplora/css/alplora.css index 863fae66..d77a228a 100755 --- a/alplora/static/alplora/css/alplora.css +++ b/alplora/static/alplora/css/alplora.css @@ -481,6 +481,7 @@ section h3.section-subheading { .nav-language .select-language{ padding: 15px 10px; cursor: pointer; + margin-left: 10px; } .nav-language .select-language span{ margin-left: 5px; @@ -499,6 +500,8 @@ section h3.section-subheading { -moz-box-shadow: -8px 13px 31px -8px rgba(77,77,77,1); box-shadow: -8px 13px 31px -8px rgba(77,77,77,1); display: none; + z-index: 100; + margin-left: 10px; } .nav-language .drop-language a{ cursor: pointer; diff --git a/alplora/static/alplora/js/main.js b/alplora/static/alplora/js/main.js index ae32b29e..b056b261 100755 --- a/alplora/static/alplora/js/main.js +++ b/alplora/static/alplora/js/main.js @@ -32,7 +32,10 @@ }, time); } function initBackgroundsHeader(){ - var arrayElements = Array.from($('.intro-header .bg-slide')); + var arrayElements = []; + for(var index=0; index<$('.intro-header .bg-slide').length; index++ ){ + arrayElements.push($('.intro-header .bg-slide')[index]); + } _changeBg(0, arrayElements, 4000); } diff --git a/alplora/templates/alplora/index.html b/alplora/templates/alplora/index.html index 02382e19..bc706fd0 100644 --- a/alplora/templates/alplora/index.html +++ b/alplora/templates/alplora/index.html @@ -1,5 +1,5 @@ {% load staticfiles i18n%} - + diff --git a/alplora/templates/alplora/login.html b/alplora/templates/alplora/login.html index eec0f4fa..2d8d65ec 100644 --- a/alplora/templates/alplora/login.html +++ b/alplora/templates/alplora/login.html @@ -1,5 +1,9 @@ {% load staticfiles i18n%} - + + + + +