diff --git a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/cloudview/index.html b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/cloudview/index.html
index dcdfda5028..772ebf670d 100644
--- a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/cloudview/index.html
+++ b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/cloudview/index.html
@@ -5,8 +5,7 @@
{% block content %}
Cloud View
-
View servers that participate in your cloud. See statistics about
- running services and served objects.
+
{% trans "View servers that participate in your cloud. See statistics about running services and served objects." %}
diff --git a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/index.html b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/index.html
index 46f2e0ec30..3e69a6a508 100644
--- a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/index.html
+++ b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/index.html
@@ -4,36 +4,32 @@
NASA Nebula System Panel
-
Manage Instances
-
View all running instances other than VPNs. Schedule instances for
- reboot or termination. Download logs.
+
{% trans "Manage Instances
+
{% trans "View all running instances other than VPNs. Schedule instances for reboot or termination. Download logs." %}
Manage Instances →
Manage Volumes
-
View all volumes. See size, status, and mount point. Detach and destroy volumes.
+
{% trans "View all volumes. See size, status, and mount point. Detach and destroy volumes." %}
Manage Volumes →
Manage VPN
-
View all projects VPN status. Schedule launch, termination, and reboot.
- Send credentials.
+
{% trans "View all projects VPN status. Schedule launch, termination, and reboot. Send credentials." %}
Manage VPN →
Cloud View
-
View servers that participate in your cloud. See statistics about
- running services and served objects.
+
{% trans "View servers that participate in your cloud. See statistics about running services and served objects." %}
Cloud View →
Security
-
Perform operations to deal with rogue users, limit or prevent compromise,
- and deal with external threats.
+
{% trans "Perform operations to deal with rogue users, limit or prevent compromise, and deal with external threats." %}
Security →
diff --git a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/instances/index.html b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/instances/index.html
index 3a624782a8..9c36ebe41d 100644
--- a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/instances/index.html
+++ b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/instances/index.html
@@ -19,9 +19,8 @@
{% block content %}
-
Manage Instances
-
View all running instances other than VPNs. Schedule instances for
- reboot or termination. Download logs.
+
{% trans "Manage Instances" %}
+
{% trans "View all running instances other than VPNs. Schedule instances for reboot or termination. Download logs." %}
{% if status == "success" %}
@@ -33,7 +32,7 @@
{% endif %}
@@ -63,7 +62,7 @@
Terminate |
Restart |
Nova Log |
- Console Log
+ {% trans "Console Log" %}
diff --git a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/security/disable_project_credentials.html b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/security/disable_project_credentials.html
index 6943007237..b5dd593f6f 100644
--- a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/security/disable_project_credentials.html
+++ b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/security/disable_project_credentials.html
@@ -5,15 +5,15 @@
{% block content %}
{{project}} Disabled
-
+
{%blocktrans%}
If a user's credentials were comprimised, you will need to use
`nova-manage user revoke USERNAME`, and the restart all VPNs for projects
- they are a member of.
+ they are a member of. {%endblocktrans%}
-
+
{%blocktrans%}
The VPN for {{project}} is currently offline. You can turn it back on
- using VPN overview.
+ using {%endblocktrans%}VPN overview.
{% endblock %}
diff --git a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/security/index.html b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/security/index.html
index f9e3de358d..23e2f52863 100644
--- a/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/security/index.html
+++ b/django-nova-syspanel/src/django_nova_syspanel/templates/django_nova_syspanel/security/index.html
@@ -3,15 +3,15 @@
{% block breadcrumb %}{{ block.super }}Security{% endblock %}
{% block content %}
- Security
+ {% trans "Security" %}
- Use the following tools to secure the cloud during a security event
+ {% trans "Use the following tools to secure the cloud during a security event" %}
-
Scenario: Project account credentials have been compromised.
-
Action: Disable the user or project. This should invalidate the credentials, also deny the specific port assigned to the user.
+
{% trans "Scenario: Project account credentials have been compromised." %}
+
{% trans "Action: Disable the user or project. This should invalidate the credentials, also deny the specific port assigned to the user." %}