Correct text
This commit is contained in:
parent
84dae63968
commit
e376f38baa
2 changed files with 8 additions and 2 deletions
|
@ -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: 2018-08-24 09:56+0000\n"
|
"POT-Creation-Date: 2018-09-08 08:31+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -807,6 +807,12 @@ msgstr ""
|
||||||
msgid "Error terminating VM"
|
msgid "Error terminating VM"
|
||||||
msgstr "Fehler beenden VM"
|
msgstr "Fehler beenden VM"
|
||||||
|
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"VM terminate action timed out. Please contact support %(support_email)s for "
|
||||||
|
"further information."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Virtual Machine %(vm_name)s Cancelled"
|
msgid "Virtual Machine %(vm_name)s Cancelled"
|
||||||
msgstr "Virtuelle Maschine %(vm_name)s Kündigung"
|
msgstr "Virtuelle Maschine %(vm_name)s Kündigung"
|
||||||
|
|
|
@ -1431,7 +1431,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
|
||||||
else:
|
else:
|
||||||
sleep(2)
|
sleep(2)
|
||||||
if not response['status']:
|
if not response['status']:
|
||||||
response['text'] = _("VM terminate action timed-out. Please "
|
response['text'] = _("VM terminate action timed out. Please "
|
||||||
"contact support %(support_email)s for "
|
"contact support %(support_email)s for "
|
||||||
"further information.") % {
|
"further information.") % {
|
||||||
'support_email': settings.DCL_SUPPORT_FROM_ADDRESS
|
'support_email': settings.DCL_SUPPORT_FROM_ADDRESS
|
||||||
|
|
Loading…
Reference in a new issue