Fixed some translations

This commit is contained in:
Franck Allimant
2014-04-25 00:19:47 +02:00
parent 74dabb348a
commit 8bd82aac25
4 changed files with 73 additions and 69 deletions

View File

@@ -24,7 +24,7 @@
{/ifloop}
{elseloop rel="free_attributes"}
<div class="alert alert-info">There is currently no available attributes.</div>
<div class="alert alert-info">{intl l="There is currently no available attributes."}</div>
{/elseloop}
</div>

View File

@@ -9,7 +9,7 @@
<div class="input-group">
<select required="required" name="feature_id" id="feature_id" class="form-control">
<option value="">{intl l='Select an feature...'}</option>
<option value="">{intl l='Select a feature...'}</option>
{loop name="free_features" type="feature" exclude_template="$template_id" backend_context="1" lang="$edit_language_id"}
<option value="{$ID}">{$TITLE}</option>
{/loop}
@@ -19,12 +19,12 @@
</span>
</div>
<span class="help-block">{intl l='Select an feature and click (+) to add it to this template'}</span>
<span class="help-block">{intl l='Select a feature and click (+) to add it to this template'}</span>
</form>
{/ifloop}
{elseloop rel="free_features"}
<div class="alert alert-info">There is currently no available features.</div>
<div class="alert alert-info">{intl l="There is currently no available features."}</div>
{/elseloop}
</div>