Commit 99602bbd by Bach Dániel

dashboard: fix confirm transfer-ownership template

closes #265
parent c372bb2a
...@@ -10,8 +10,9 @@ ...@@ -10,8 +10,9 @@
</h3> </h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">
{% blocktrans with owner=instance.owner fqdn=instance.primary_host %} {% blocktrans with owner=instance.owner name=instance.name id=instance.id%}
{{ owner }} offered to take the ownership of virtual machine {{fqdn}}. <strong>{{ owner }}</strong> offered to take the ownership of
virtual machine <strong>{{name}} ({{id}})</strong>.
Do you accept the responsility of being the host's owner? Do you accept the responsility of being the host's owner?
{% endblocktrans %} {% endblocktrans %}
<div class="pull-right"> <div class="pull-right">
......
...@@ -2114,13 +2114,14 @@ msgstr "Átruházás" ...@@ -2114,13 +2114,14 @@ msgstr "Átruházás"
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
" %(owner)s offered to take the ownership of virtual machine " " <strong>%(owner)s</strong> offered to take the ownership of\n"
"%(fqdn)s.\n" " virtual machine <strong>%(name)s (%(id)s)</strong>.\n"
" Do you accept the responsility of being the host's owner?\n" " Do you accept the responsility of being the host's owner?\n"
" " " "
msgstr "" msgstr ""
"\n" "\n"
" %(owner)s kezdeményezte a(z) %(fqdn)s virtuális gép átruházását.\n" " <strong>%(owner)s</strong> kezdeményezte a(z) <strong>%(name)s\n"
" (%(id)s)</strong> virtuális gép átruházását.\n"
" Elfogadja a gép birtoklásával járó felelősséget?\n" " Elfogadja a gép birtoklásával járó felelősséget?\n"
" " " "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment