Adding missing translation blocks

Change-Id: I497b752d60a336592c3d12a70308ad80b696390e
Closes-bug: 1661501
This commit is contained in:
Marianne Linhares Monteiro 2017-04-11 10:03:40 -03:00
parent b7c754483d
commit 1f3c44cb6d
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<div class="bs-component">
<div class="alert alert-dismissable alert-warning">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4 translate=""><span class="ng-scope">Warning!</span></h4>
<h4><span class="ng-scope">{% blocktrans %}Warning!{% endblocktrans %}</span></h4>
<p> {% blocktrans %} Version: <b>{{ hadoop_version }}</b>
of plugin <b>{{ plugin_name }} </b>
is now deprecated. {% endblocktrans %}

View File

@ -12,7 +12,7 @@
<div class="bs-component">
<div class="alert alert-dismissable alert-warning">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4 translate=""><span class="ng-scope">Warning!</span></h4>
<h4><span class="ng-scope">{% blocktrans %}Warning!{% endblocktrans %}</span></h4>
<p> {% blocktrans %} Input correct User Name for image. For Ubuntu images input 'ubuntu', 'fedora' for Fedora images,
'cloud-user' for CentOS 6.x images and 'centos' for CentOS 7.x images.{% endblocktrans %} </p>
</div>

View File

@ -11,7 +11,7 @@
<div class="bs-component">
<div class="alert alert-dismissable alert-warning">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4 translate=""><span class="ng-scope">Warning!</span></h4>
<h4><span class="ng-scope">{% blocktrans %}Warning!{% endblocktrans %}</span></h4>
<p> {% blocktrans %} Version: <b>{{ hadoop_version }}</b>
of plugin <b>{{ plugin_name }} </b>
is now deprecated. {% endblocktrans %}