From e5e75898c40e59d914ee025b73f7b21539d1b99c Mon Sep 17 00:00:00 2001 From: Lin Hua Cheng Date: Tue, 12 Feb 2013 16:54:51 -0800 Subject: [PATCH] Some text in html are not translatable, this cleans-up some of those files. Fixes bug 1123612. Change-Id: I012042e20abc22e7a1f01cd9650adedfa86ca227 --- .../dashboards/admin/projects/templates/projects/create.html | 2 +- .../dashboards/admin/projects/templates/projects/index.html | 2 +- .../dashboards/admin/projects/templates/projects/quotas.html | 2 +- .../dashboards/admin/projects/templates/projects/users.html | 2 +- .../dashboards/admin/routers/templates/routers/create.html | 2 +- .../dashboards/admin/users/templates/users/create.html | 2 +- .../dashboards/admin/users/templates/users/index.html | 2 +- .../dashboards/admin/users/templates/users/update.html | 2 +- .../templates/access_and_security/index.html | 2 +- .../templates/access_and_security/keypairs/create.html | 2 +- .../templates/access_and_security/keypairs/import.html | 2 +- .../templates/access_and_security/security_groups/create.html | 2 +- .../access_and_security/security_groups/edit_rules.html | 2 +- .../project/containers/templates/containers/create.html | 2 +- .../project/containers/templates/containers/index.html | 2 +- .../dashboards/project/overview/templates/overview/usage.html | 2 +- .../dashboards/project/routers/templates/routers/create.html | 2 +- .../dashboards/project/volumes/templates/volumes/attach.html | 2 +- .../dashboards/project/volumes/templates/volumes/create.html | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/openstack_dashboard/dashboards/admin/projects/templates/projects/create.html b/openstack_dashboard/dashboards/admin/projects/templates/projects/create.html index 2b9c573b5..fbc0c24df 100644 --- a/openstack_dashboard/dashboards/admin/projects/templates/projects/create.html +++ b/openstack_dashboard/dashboards/admin/projects/templates/projects/create.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% load i18n %} -{% block title %}Create Project{% endblock %} +{% block title %}{% trans "Create Project" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Create Project") %} diff --git a/openstack_dashboard/dashboards/admin/projects/templates/projects/index.html b/openstack_dashboard/dashboards/admin/projects/templates/projects/index.html index b66f637e5..45aa0ecc9 100644 --- a/openstack_dashboard/dashboards/admin/projects/templates/projects/index.html +++ b/openstack_dashboard/dashboards/admin/projects/templates/projects/index.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% load i18n %} -{% block title %}Projects{% endblock %} +{% block title %}{% trans "Projects" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Projects") %} diff --git a/openstack_dashboard/dashboards/admin/projects/templates/projects/quotas.html b/openstack_dashboard/dashboards/admin/projects/templates/projects/quotas.html index 99a143f7c..da1fb729e 100644 --- a/openstack_dashboard/dashboards/admin/projects/templates/projects/quotas.html +++ b/openstack_dashboard/dashboards/admin/projects/templates/projects/quotas.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% load i18n %} -{% block title %}Modify Project Quotas{% endblock %} +{% block title %}{% trans "Modify Project Quotas" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Update Project") %} diff --git a/openstack_dashboard/dashboards/admin/projects/templates/projects/users.html b/openstack_dashboard/dashboards/admin/projects/templates/projects/users.html index b69c1b297..be24ce882 100644 --- a/openstack_dashboard/dashboards/admin/projects/templates/projects/users.html +++ b/openstack_dashboard/dashboards/admin/projects/templates/projects/users.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% load i18n %} -{% block title %}Project Users{% endblock %} +{% block title %}{% trans "Project Users" %}{% endblock %} {% block page_header %}