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

This commit is contained in:
Jenkins
2013-02-16 04:01:51 +00:00
committed by Gerrit Code Review
17 changed files with 17 additions and 17 deletions

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") %}