Skip to content

Commit

Permalink
Merge "Some text in html are not translatable, this cleans-up some of…
Browse files Browse the repository at this point in the history
… those files."
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 16, 2013
2 parents 4b1b979 + e5e7589 commit 9005722
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
@@ -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") %}
Expand Down
@@ -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") %}
Expand Down
@@ -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") %}
Expand Down
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}Project Users{% endblock %}
{% block title %}{% trans "Project Users" %}{% endblock %}

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

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

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

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

{% block page_header %}
{# to make searchable false, just remove it from the include statement #}
Expand Down
@@ -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") %}
Expand Down
@@ -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") %}
Expand Down
@@ -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") %}
Expand Down
@@ -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") %}
Expand Down
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}Create Container{% endblock %}
{% block title %}{% trans "Create Container" %}{% endblock %}

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

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

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

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

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create a Volume") %}
Expand Down

0 comments on commit 9005722

Please sign in to comment.