fix translation bug
This commit is contained in:
parent
ed546bebe2
commit
60b27ff7b0
|
@ -254,7 +254,7 @@
|
||||||
<a
|
<a
|
||||||
ng-click="changeLanguage('fr_FR')"
|
ng-click="changeLanguage('fr_FR')"
|
||||||
href="#"><span class="fa fa-fw flag-icon flag-icon-fr"> </span> Français</a>
|
href="#"><span class="fa fa-fw flag-icon flag-icon-fr"> </span> Français</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
ng-click="changeLanguage('de_DE')"
|
ng-click="changeLanguage('de_DE')"
|
||||||
|
@ -784,7 +784,7 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4 --out=file2.mp4
|
||||||
<p class="help-block">
|
<p class="help-block">
|
||||||
{{ '- Select the torrent from the local filesystem to start the download.' | translate }}<br />
|
{{ '- Select the torrent from the local filesystem to start the download.' | translate }}<br />
|
||||||
{{ '- You can select multiple torrents to start multiple downloads.' | translate }}<br />
|
{{ '- You can select multiple torrents to start multiple downloads.' | translate }}<br />
|
||||||
{{ '- To add a BitTorrent-Magnet URL, use the add URI option and add it there.' | translate }}
|
{{ '- To add a BitTorrent-Magnet URL, use the Add By URI option and add it there.' | translate }}
|
||||||
</p>
|
</p>
|
||||||
<div class="form-horizontal form-group">
|
<div class="form-horizontal form-group">
|
||||||
<label class="control-label" style="text-align: left;"><b>{{ 'Select a Torrent' | translate }}:</b></label>
|
<label class="control-label" style="text-align: left;"><b>{{ 'Select a Torrent' | translate }}:</b></label>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user