Skip to content
Snippets Groups Projects
Verified Commit 12fe8206 authored by magicfelix's avatar magicfelix
Browse files

Fix translation for 'Wirklich loeschen?'

parent 9484e63d
No related branches found
No related tags found
1 merge request!9Fix translations
......@@ -312,7 +312,7 @@ msgid "Invoice amount"
msgstr ""
#: templates/fibu/booking/index.html:56
msgid "'Wirklich löschen?'"
msgid "'Really delete?'"
msgstr ""
#: templates/fibu/booking/index.html:58
......
......@@ -313,7 +313,7 @@ msgid "Invoice amount"
msgstr "Rechnungsbetrag"
#: templates/fibu/booking/index.html:56
msgid "'Wirklich löschen?'"
msgid "'Really delete?'"
msgstr ""
#: templates/fibu/booking/index.html:58
......
......@@ -313,7 +313,7 @@ msgid "Invoice amount"
msgstr ""
#: templates/fibu/booking/index.html:56
msgid "'Wirklich löschen?'"
msgid "'Really delete?'"
msgstr ""
#: templates/fibu/booking/index.html:58
......
......@@ -313,7 +313,7 @@ msgid "Invoice amount"
msgstr ""
#: templates/fibu/booking/index.html:56
msgid "'Wirklich löschen?'"
msgid "'Really delete?'"
msgstr ""
#: templates/fibu/booking/index.html:58
......
......@@ -311,7 +311,7 @@ msgid "Invoice amount"
msgstr ""
#: templates/fibu/booking/index.html:56
msgid "'Wirklich löschen?'"
msgid "'Really delete?'"
msgstr ""
#: templates/fibu/booking/index.html:58
......
......@@ -311,7 +311,7 @@ msgid "Invoice amount"
msgstr ""
#: templates/fibu/booking/index.html:56
msgid "'Wirklich löschen?'"
msgid "'Really delete?'"
msgstr ""
#: templates/fibu/booking/index.html:58
......
......@@ -53,7 +53,7 @@
{% csrf_token %}
<input type="hidden" value="{{ booking.id }}" name="booking-id">
<button type="submit"
onclick="return confirm({% blocktrans %}'Wirklich löschen?'{% endblocktrans %})"
onclick="return confirm({% blocktrans %}'Really delete?'{% endblocktrans %})"
name="cancel" class="waves-effect waves-light btn-flat btn-flat-medium red-text"
title={% trans 'Delete' %}>
<i class="material-icons center">cancel</i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment