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' %} {% extends 'base.html' %}
{% load i18n %} {% load i18n %}
{% block title %}Create Project{% endblock %} {% block title %}{% trans "Create Project" %}{% endblock %}
{% block page_header %} {% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Project") %} {% include "horizon/common/_page_header.html" with title=_("Create Project") %}

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% load i18n %} {% load i18n %}
{% block title %}Project Users{% endblock %} {% block title %}{% trans "Project Users" %}{% endblock %}
{% block page_header %} {% block page_header %}
<div class='page-header'> <div class='page-header'>

View File

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

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% load i18n %} {% load i18n %}
{% block title %}Create User{% endblock %} {% block title %}{% trans "Create User" %}{% endblock %}
{% block page_header %} {% block page_header %}
{# to make searchable false, just remove it from the include statement #} {# to make searchable false, just remove it from the include statement #}

View File

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

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% load i18n %} {% load i18n %}
{% block title %}Update User{% endblock %} {% block title %}{% trans "Update User" %}{% endblock %}
{% block page_header %} {% block page_header %}
{# to make searchable false, just remove it from the include statement #} {# to make searchable false, just remove it from the include statement #}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% load i18n %} {% load i18n %}
{% block title %}Containers{% endblock %} {% block title %}{% trans "Containers" %}{% endblock %}
{% block page_header %} {% block page_header %}
<div class='page-header'> <div class='page-header'>

View File

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

View File

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

View File

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

View File

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