added new translations

This commit is contained in:
Levi 2017-03-27 13:42:21 -04:00
parent af0a715b51
commit 032885627e
3 changed files with 54 additions and 18 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-27 12:09-0400\n" "POT-Creation-Date: 2017-03-27 12:29-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -93,7 +93,7 @@ msgid ""
"sending signal every 30 to 60 minutes." "sending signal every 30 to 60 minutes."
msgstr "" msgstr ""
"Jedes Tier wird einen kleinen Sender tragen, <P></P> welcher alle 30 bis 60 " "Jedes Tier wird einen kleinen Sender tragen, <P></P> welcher alle 30 bis 60 "
"Minuten einSignal senden wird." "Minuten ein Signal senden wird."
#: templates/alplora/index.html:213 #: templates/alplora/index.html:213
msgid "Access app" msgid "Access app"
@ -126,7 +126,7 @@ msgid ""
"actions for keeping the animal safe." "actions for keeping the animal safe."
msgstr "" msgstr ""
"Du kannst dein Tier in Notsituationen auf einer Echtzeit-Karte lokalisieren " "Du kannst dein Tier in Notsituationen auf einer Echtzeit-Karte lokalisieren "
"und dabeiMassnahmen ergreifen um es in Sicherheit zu bringen." "und dabei Massnahmen ergreifen um es in Sicherheit zu bringen."
#: templates/alplora/index.html:253 #: templates/alplora/index.html:253
msgid "Perfect fit for Swiss mountains" msgid "Perfect fit for Swiss mountains"
@ -138,7 +138,7 @@ msgid ""
"environment." "environment."
msgstr "" msgstr ""
"Alplora wurde speziell für die Schweizer Alpen entwickelt und vor Ort " "Alplora wurde speziell für die Schweizer Alpen entwickelt und vor Ort "
"getestet. DasProdukt passt perfekt in die Schweiz!" "getestet. Das Produkt passt perfekt in die Schweiz!"
#: templates/alplora/index.html:261 #: templates/alplora/index.html:261
msgid "Energy Efficient" msgid "Energy Efficient"
@ -275,15 +275,51 @@ msgstr "Klicke unten auf Kontakt und hinterlasse uns deine Angaben."
#: templates/alplora/index.html:417 #: templates/alplora/index.html:417
msgid "Team Alplora will contact you and visit you with tracking device. " msgid "Team Alplora will contact you and visit you with tracking device. "
msgstr "Klicke unten auf Kontakt und hinterlasse uns deine Angaben. Kontakt" msgstr "Das Alpora Team wird sich mit dir in Verbindung setzen und dich mit einem Ortungsgerät besuchen."
#: templates/alplora/index.html:434
msgid "New message"
msgstr "Neue Nachricht"
#: templates/alplora/index.html:442
msgid "Name:"
msgstr "Name:"
#: templates/alplora/index.html:443
msgid "What is your name ?"
msgstr "Was ist Dein Name?"
#: templates/alplora/index.html:446
msgid "From:"
msgstr "Von:"
#: templates/alplora/index.html:447
msgid "You email"
msgstr "Deine Email"
#: templates/alplora/index.html:451
msgid "Message:"
msgstr "Nachricht:"
#: templates/alplora/index.html:452
msgid "Leave us your message"
msgstr "Schreibe hier Deine Nachricht"
#: templates/alplora/index.html:457
msgid "Close"
msgstr "schliessen"
#: templates/alplora/index.html:458
msgid "Send message"
msgstr "Nachricht senden"
#: templates/alplora/index.html:471 #: templates/alplora/index.html:471
msgid "Request Sent" msgid "Message Sent"
msgstr "" msgstr "Nachricht gesendet"
#: templates/alplora/index.html:474 #: templates/alplora/index.html:474
msgid "Thank you, we will contact you as soon as possible" msgid "Thank you, we will contact you as soon as possible"
msgstr "" msgstr "Dankeschön! Wir melden uns sobald wie möglich!"
#: templates/alplora/index.html:506 #: templates/alplora/index.html:506
msgid "Home" msgid "Home"

View file

@ -431,7 +431,7 @@
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="exampleModalLabel">New message</h4> <h4 class="modal-title" id="exampleModalLabel">{% trans 'New message'%}</h4>
</div> </div>
<form method="POST" action=""> <form method="POST" action="">
<div class="modal-body"> <div class="modal-body">
@ -439,23 +439,23 @@
{{ form.non_field_errors }} {{ form.non_field_errors }}
<div class="form-group text-left"> <div class="form-group text-left">
<label for="recipient-name" class="control-label ">Name:</label> <label for="recipient-name" class="control-label ">{% trans 'Name:'%}</label>
<input type="text" class="form-control" name="name" placeholder="What is your name ?" id="recipient-name" required> <input type="text" class="form-control" name="name" placeholder="{% trans 'What is your name ?'%}" id="recipient-name" required>
</div> </div>
<div class="form-group text-left"> <div class="form-group text-left">
<label for="recipient-name" class="control-label ">From:</label> <label for="recipient-name" class="control-label ">{% trans 'From:'%}</label>
<input type="text" class="form-control" name="email" placeholder="You email" id="recipient-name" required> <input type="text" class="form-control" name="email" placeholder="{% trans 'You email'%}" id="recipient-name" required>
{{ form.email.errors|striptags}} {{ form.email.errors|striptags}}
</div> </div>
<div class="form-group text-left"> <div class="form-group text-left">
<label for="message-text" class="control-label ">Message:</label> <label for="message-text" class="control-label ">{% trans 'Message:'%}</label>
<textarea class="form-control" name="message" placeholder="Leave us your message" id="message-text" required></textarea> <textarea class="form-control" name="message" placeholder="{% trans 'Leave us your message'%}" id="message-text" required></textarea>
</div> </div>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-default" data-dismiss="modal">{% trans 'Close'%}</button>
<button type="submit" class="btn btn-warning">Send message</button> <button type="submit" class="btn btn-warning">{% trans 'Send message'%}</button>
</div> </div>
</form> </form>
</div> </div>
@ -468,7 +468,7 @@
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title">{% trans "Request Sent" %}</h4> <h4 class="modal-title">{% trans "Message Sent" %}</h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p>{% trans "Thank you, we will contact you as soon as possible" %}</p> <p>{% trans "Thank you, we will contact you as soon as possible" %}</p>