Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
99602bbd
authored
Sep 08, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: fix confirm transfer-ownership template
closes
#265
parent
c372bb2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
circle/dashboard/templates/dashboard/confirm/base-transfer-ownership.html
+3
-2
circle/locale/hu/LC_MESSAGES/django.po
+4
-3
No files found.
circle/dashboard/templates/dashboard/confirm/base-transfer-ownership.html
View file @
99602bbd
...
@@ -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"
>
...
...
circle/locale/hu/LC_MESSAGES/django.po
View file @
99602bbd
...
@@ -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"
" "
" "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment