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

Fix translation for 'Buchungskonto [...]'

parent 7884efb9
No related branches found
No related tags found
1 merge request!9Fix translations
......@@ -232,7 +232,7 @@ msgid "Edit"
msgstr ""
#: templates/fibu/account/index.html:67
msgid "'Buchungskonto wirklich löschen?'"
msgid "Really delete booking account?"
msgstr ""
#: templates/fibu/account/index.html:68
......
......@@ -233,7 +233,7 @@ msgid "Edit"
msgstr "Bearbeiten"
#: templates/fibu/account/index.html:67
msgid "'Buchungskonto wirklich löschen?'"
msgid "Really delete booking account?"
msgstr ""
#: templates/fibu/account/index.html:68
......
......@@ -233,7 +233,7 @@ msgid "Edit"
msgstr ""
#: templates/fibu/account/index.html:67
msgid "'Buchungskonto wirklich löschen?'"
msgid "Really delete booking account?"
msgstr ""
#: templates/fibu/account/index.html:68
......
......@@ -233,7 +233,7 @@ msgid "Edit"
msgstr ""
#: templates/fibu/account/index.html:67
msgid "'Buchungskonto wirklich löschen?'"
msgid "Really delete booking account?"
msgstr ""
#: templates/fibu/account/index.html:68
......
......@@ -231,7 +231,7 @@ msgid "Edit"
msgstr ""
#: templates/fibu/account/index.html:67
msgid "'Buchungskonto wirklich löschen?'"
msgid "Really delete booking account?"
msgstr ""
#: templates/fibu/account/index.html:68
......
......@@ -231,7 +231,7 @@ msgid "Edit"
msgstr ""
#: templates/fibu/account/index.html:67
msgid "'Buchungskonto wirklich löschen?'"
msgid "Really delete booking account?"
msgstr ""
#: templates/fibu/account/index.html:68
......
......@@ -64,7 +64,7 @@
<form action="" method="POST" class="left">
{% csrf_token %}
<input type="hidden" value="{{ account.id }}" name="id">
<button type="submit" onclick="return confirm({% blocktrans %}'Buchungskonto wirklich löschen?'{% endblocktrans %})"
<button type="submit" onclick="return confirm('{% blocktrans %}Really delete booking account?{% endblocktrans %}')"
name="cancel" class="waves-effect waves-light btn-flat btn-flat-medium" title={% trans "Delete "%}>
<i class="material-icons center red-text">cancel</i>
</button>
......
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