Some text in html are not translatable, this cleans-up some of those files.

Fixes bug 1123612.

Change-Id: I012042e20abc22e7a1f01cd9650adedfa86ca227
This commit is contained in:
Lin Hua Cheng
2013-02-12 16:54:51 -08:00
parent 216d566c9c
commit e5e75898c4
19 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}Access & Security{% endblock %}
{% block title %}{% trans "Access & Security" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Access & Security") %}

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}Create Keypair{% endblock %}
{% block title %}{% trans "Create Keypair" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Keypair") %}

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}Import Keypair{% endblock %}
{% block title %}{% trans "Import Keypair" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Import Keypair") %}

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}Create Security Group{% endblock %}
{% block title %}{% trans "Create Security Group" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Security Group") %}

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}Edit Security Group Rules{% endblock %}
{% block title %}{% trans "Edit Security Group Rules" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Edit Security Group Rules") %}