Merge pull request #183 from levivm/feature/new_digitalglarus
added new translations
This commit is contained in:
commit
4b1b36e371
3 changed files with 54 additions and 18 deletions
Binary file not shown.
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
|
@ -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">×</span></button>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</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">×</span></button>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</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>
|
||||||
|
|
Loading…
Reference in a new issue