Translated place update button.
This commit is contained in:
parent
475a255851
commit
2d6ee4aef5
@ -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: 2020-10-11 00:25+0200\n"
|
"POT-Creation-Date: 2020-10-11 00:35+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Commander1024 <commander@commander1024.de>\n"
|
"Last-Translator: Commander1024 <commander@commander1024.de>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -228,7 +228,7 @@ msgstr "Lost Place löschen"
|
|||||||
msgid "Are you sure you want to delete"
|
msgid "Are you sure you want to delete"
|
||||||
msgstr "Willst Du den Ort wirklich löschen: "
|
msgstr "Willst Du den Ort wirklich löschen: "
|
||||||
|
|
||||||
#: templates/place/place_delete.html:18
|
#: templates/place/place_delete.html:19
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Delete place"
|
#| msgid "Delete place"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
@ -262,6 +262,10 @@ msgstr "Unsere Lost Places"
|
|||||||
msgid "Update place"
|
msgid "Update place"
|
||||||
msgstr "Place bearbeiten"
|
msgstr "Place bearbeiten"
|
||||||
|
|
||||||
|
#: templates/place/place_update.html:42
|
||||||
|
msgid "Update"
|
||||||
|
msgstr "Aktualisieren"
|
||||||
|
|
||||||
#: templates/place_image/place_image_create.html:7
|
#: templates/place_image/place_image_create.html:7
|
||||||
msgid "Submit images to a place"
|
msgid "Submit images to a place"
|
||||||
msgstr "Bilder zu einem Place hinzufügen"
|
msgstr "Bilder zu einem Place hinzufügen"
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
<p class="LP-Paragraph">{% trans 'Are you sure you want to delete' %} "{{place.name}}"?</p>
|
<p class="LP-Paragraph">{% trans 'Are you sure you want to delete' %} "{{place.name}}"?</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% trans 'Delete' as action %}
|
{% trans 'Delete' as action %}
|
||||||
<div class="LP-Form__Composition LP-Form__Composition--buttons">
|
<div class="LP-Form__Composition LP-Form__Composition--buttons">
|
||||||
{% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action=action %}
|
{% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action=action %}
|
||||||
|
@ -39,8 +39,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% trans 'Update' as action %}
|
||||||
<div class="LP-Form__Composition LP-Form__Composition--buttons">
|
<div class="LP-Form__Composition LP-Form__Composition--buttons">
|
||||||
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action='Update' %}
|
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action=action %}
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user